COLOR #4B4721

HEX: #4B4721
RGB: (75,71,33)

Color info

#4B4721 contains red, green and blue colors in about the same proportion. Web safe color of #4B4721 is #333333 (or #333).

RGB color model

#4B4721 color RGB value is (75,71,33).

  • red value is 75;
  • green value is 71;
  • blue value is 33.
RGB:
(75,71,33)
(29%,28%,13%)

RGB channels and saturation

R 75 of 255 = 29%
G 71 of 255 = 28%
B 33 of 255 = 13%

75
71
33

R + G + B ~ 23%. #4B4721 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 71 + 33 = 179 (100%)
R 75 of 179 ~ 41.9%
G 71 of 179 ~ 39.66%
B 33 of 179 ~ 18.44%

%41.9
%39.66
%18.44

CMYK color model

#4B4721 color CMYK value is (0,5,56,71).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 56.00%
  • key color value is 70.59%
CMYK:
(0,5,56,71)
C0M5Y56K71 
(0%,5%,56%,71%)
(0.00/0.05/0.56/0.71)	

CMYK percentages

%0
%5.33
%56
%70.59

Codes

Color #4B4721 in popluar color models

4B4721
RGB757133
HSL54°38.89%21.18%
HSB/HSV54°56.00%29.41%
CMYK0.00%5.33%56.00%
70.59%

Color #4B4721 in popluar number systems.

HEX4B4721
Decimal757133
Binary10010111000111100001
Octal11310741

Shades and tints

Shades of #4B4721

#4B4721
(75,71,33)
#45411E
(69,65,30)
#3F3B1B
(63,59,27)
#393518
(57,53,24)
#332F15
(51,47,21)
#2D2912
(45,41,18)
#27230F
(39,35,15)
#211D0C
(33,29,12)
#1B1709
(27,23,9)
#151106
(21,17,6)
#0F0B03
(15,11,3)
#000000
(0,0,0)

Tints of #4B4721

#4B4721
(75,71,33)
#5B5735
(91,87,53)
#6B6749
(107,103,73)
#7B775D
(123,119,93)
#8B8771
(139,135,113)
#9B9785
(155,151,133)
#ABA799
(171,167,153)
#BBB7AD
(187,183,173)
#CBC7C1
(203,199,193)
#DBD7D5
(219,215,213)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4721 color. Also use rgb(75,71,33) instead hex code.

Text Font Color

.myTextColor { color: #4B4721; }

<p style="color:#4B4721">This sample text font color is #4B4721.</p>

This text font color is #4B4721.


Background Color

.myBgColor { background-color: #4B4721; }

<div style="background-color:#4B4721">Inner text</div>

This div background color is #4B4721.


Border color

.myBorderColor { border: 1px solid #4B4721; }

<div style="border:3px solid #4B4721">Div</div>

This div border color is #4B4721.


Opacity

.myOpacity80 { color: #4B4721; opacity: 0.8; }

<p style="color:#4B4721;opacity:0.8;">80%</p>

Text with #4B4721 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4B4721;}

<p style="text-shadow: 3px 3px 1px #4B4721">Text here.</p>

This text has shadow with #4B4721 color.

.textShadow {text-shadow: 3px 3px 1px #4B4721, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4B4721, 5px 5px 20px red">Text here.</p>

This text has shadow with #4B4721 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B4721, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4B4721, Direction=45, Strength=4)">Text</p>

This text has shadow with #4B4721 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4B4721;
  -webkit-box-shadow:	1px 1px 3px 2px #4B4721;
  box-shadow:		1px 1px 3px 2px #4B4721;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B4721;
-webkit-box-shadow: 1px 1px 3px 2px #4B4721;
box-shadow:1px 1px 3px 2px #4B4721;">
Div content here</div>
This div box has shadow with color #4B4721.

Preview

Color preview on black background

This text has color #4B4721 on black background.


Color preview on white background

This text has color #4B4721 on white background.



Black color preview on #4B4721 background

This text has black color on #4B4721 background.


White color preview on #4B4721 background

This text has white color on #4B4721 background.