COLOR #4B5208

HEX: #4B5208 RGB: (75,82,8)

Color info

#4B5208 contains mainly red and green colors. Web safe color of #4B5208 is #336600 (or #360).

RGB color model

#4B5208 color RGB value is (75,82,8).

RGB: (75,82,8) (29%, 32%, 3%)

RGB channels and saturation

R 75 of 255 = 29%
G 82 of 255 = 32%
B 8 of 255 = 3%

75
82
8

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

Portions of RGB colors in percentages

R + G + B = 75 + 82 + 8 = 165 (100%)
R 75 of 165 ~ 45.45%
G 82 of 165 ~ 49.7%
B 8 of 165 ~ 4.85'%

%45.45
%49.7

CMYK color model

#4B5208 color CMYK value is (9,0,90,68).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 90.24%
  • key color value is 67.84%

CMYK: (9,0,90,68)
C9M0Y90K68 (9%, 0%, 90%, 68%)
(0.09 / 0.00 / 0.90 / 0.68)

CMYK percentages

%8.54
%0
%90.24
%67.84

Codes

Color #4B5208 in popluar color models

4B 52 08
RGB 75 82 8
HSL 66° 82.22% 17.65%
HSB/HSV 66° 90.24% 32.16%
CMYK 8.54% 0.00% 90.24%
67.84%

Color #4B5208 in popluar number systems.

HEX 4B 52 08
Decimal 75 82 8
Binary 1001011 1010010 1000
Octal 113 122 10

Shades and tints

Shades of #4B5208

#4B5208
(75,82,8)
#454B08
(69,75,8)
#3F4408
(63,68,8)
#393D08
(57,61,8)
#333608
(51,54,8)
#2D2F08
(45,47,8)
#272808
(39,40,8)
#212108
(33,33,8)
#1B1A08
(27,26,8)
#151308
(21,19,8)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #4B5208

#4B5208
(75,82,8)
#5B611E
(91,97,30)
#6B7034
(107,112,52)
#7B7F4A
(123,127,74)
#8B8E60
(139,142,96)
#9B9D76
(155,157,118)
#ABAC8C
(171,172,140)
#BBBBA2
(187,187,162)
#CBCAB8
(203,202,184)
#DBD9CE
(219,217,206)
#EBE8E4
(235,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5208 color. Also use rgb(75,82,8) instead hex code.

Text Font Color

.myTextColor { color: #4B5208; }

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

This text font color is #4B5208.

Background Color

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

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

This div background color is #4B5208.

Border color

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

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

This div border color is #4B5208.

Opacity

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

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

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

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

This text has shadow with #4B5208 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5208.

Preview

Color preview on black background

This text has color #4B5208 on black background.


Color preview on white background

This text has color #4B5208 on white background.


Black color preview on #4B5208 background

This text has black color on #4B5208 background.


White color preview on #4B5208 background

This text has white color on #4B5208 background.


Related colors

Complementary color

Complementary color for #hex is #B4ADF7.


I love getcolorcode.com

Triadic colors

1 #084B52 and #52084B with #4B5208 are triadic colors.

2 #08524B and #524B08 with #4B5208 are triadic colors.