COLOR #4B4711

HEX: #4B4711
RGB: (75,71,17)

Color info

#4B4711 contains red, green and blue colors in about the same proportion. Web safe color of #4B4711 is #333300 (or #330).

RGB color model

#4B4711 color RGB value is (75,71,17).

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

RGB channels and saturation

R 75 of 255 = 29%
G 71 of 255 = 28%
B 17 of 255 = 7%

75
71
17

R + G + B ~ 21%. #4B4711 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 71 + 17 = 163 (100%)
R 75 of 163 ~ 46.01%
G 71 of 163 ~ 43.56%
B 17 of 163 ~ 10.43%

%46.01
%43.56
%10.43

CMYK color model

#4B4711 color CMYK value is (0,5,77,71).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 77.33%
  • key color value is 70.59%
CMYK:
(0,5,77,71)
C0M5Y77K71 
(0%,5%,77%,71%)
(0.00/0.05/0.77/0.71)	

CMYK percentages

%0
%5.33
%77.33
%70.59

Codes

Color #4B4711 in popluar color models

4B4711
RGB757117
HSL56°63.04%18.04%
HSB/HSV56°77.33%29.41%
CMYK0.00%5.33%77.33%
70.59%

Color #4B4711 in popluar number systems.

HEX4B4711
Decimal757117
Binary1001011100011110001
Octal11310721

Shades and tints

Shades of #4B4711

#4B4711
(75,71,17)
#454110
(69,65,16)
#3F3B0F
(63,59,15)
#39350E
(57,53,14)
#332F0D
(51,47,13)
#2D290C
(45,41,12)
#27230B
(39,35,11)
#211D0A
(33,29,10)
#1B1709
(27,23,9)
#151108
(21,17,8)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #4B4711

#4B4711
(75,71,17)
#5B5726
(91,87,38)
#6B673B
(107,103,59)
#7B7750
(123,119,80)
#8B8765
(139,135,101)
#9B977A
(155,151,122)
#ABA78F
(171,167,143)
#BBB7A4
(187,183,164)
#CBC7B9
(203,199,185)
#DBD7CE
(219,215,206)
#EBE7E3
(235,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4711; }

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

This text font color is #4B4711.


Background Color

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

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

This div background color is #4B4711.


Border color

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

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

This div border color is #4B4711.


Opacity

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

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

Text with #4B4711 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 #4B4711;}

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

This text has shadow with #4B4711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4711 on black background.


Color preview on white background

This text has color #4B4711 on white background.



Black color preview on #4B4711 background

This text has black color on #4B4711 background.


White color preview on #4B4711 background

This text has white color on #4B4711 background.