COLOR #4B5515

HEX: #4B5515
RGB: (75,85,21)

Color info

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

RGB color model

#4B5515 color RGB value is (75,85,21).

  • red value is 75;
  • green value is 85;
  • blue value is 21.
RGB:
(75,85,21)
(29%,33%,8%)

RGB channels and saturation

R 75 of 255 = 29%
G 85 of 255 = 33%
B 21 of 255 = 8%

75
85
21

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

Portions of RGB colors in percentages

R + G + B =
75 + 85 + 21 = 181 (100%)
R 75 of 181 ~ 41.44%
G 85 of 181 ~ 46.96%
B 21 of 181 ~ 11.6%

%41.44
%46.96
%11.6

CMYK color model

#4B5515 color CMYK value is (12,0,75,67).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 75.29%
  • key color value is 66.67%
CMYK:
(12,0,75,67)
C12M0Y75K67 
(12%,0%,75%,67%)
(0.12/0.00/0.75/0.67)	

CMYK percentages

%11.76
%0
%75.29
%66.67

Codes

Color #4B5515 in popluar color models

4B5515
RGB758521
HSL69°60.38%20.78%
HSB/HSV69°75.29%33.33%
CMYK11.76%0.00%75.29%
66.67%

Color #4B5515 in popluar number systems.

HEX4B5515
Decimal758521
Binary1001011101010110101
Octal11312525

Shades and tints

Shades of #4B5515

#4B5515
(75,85,21)
#454E14
(69,78,20)
#3F4713
(63,71,19)
#394012
(57,64,18)
#333911
(51,57,17)
#2D3210
(45,50,16)
#272B0F
(39,43,15)
#21240E
(33,36,14)
#1B1D0D
(27,29,13)
#15160C
(21,22,12)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #4B5515

#4B5515
(75,85,21)
#5B642A
(91,100,42)
#6B733F
(107,115,63)
#7B8254
(123,130,84)
#8B9169
(139,145,105)
#9BA07E
(155,160,126)
#ABAF93
(171,175,147)
#BBBEA8
(187,190,168)
#CBCDBD
(203,205,189)
#DBDCD2
(219,220,210)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5515 color. Also use rgb(75,85,21) instead hex code.

Text Font Color

.myTextColor { color: #4B5515; }

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

This text font color is #4B5515.


Background Color

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

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

This div background color is #4B5515.


Border color

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

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

This div border color is #4B5515.


Opacity

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

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

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

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

This text has shadow with #4B5515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5515 on black background.


Color preview on white background

This text has color #4B5515 on white background.



Black color preview on #4B5515 background

This text has black color on #4B5515 background.


White color preview on #4B5515 background

This text has white color on #4B5515 background.