COLOR #21480F

HEX: #21480F
RGB: (33,72,15)

Color info

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

RGB color model

#21480F color RGB value is (33,72,15).

  • red value is 33;
  • green value is 72;
  • blue value is 15.
RGB:
(33,72,15)
(13%,28%,6%)

RGB channels and saturation

R 33 of 255 = 13%
G 72 of 255 = 28%
B 15 of 255 = 6%

33
72
15

R + G + B ~ 16%. #21480F is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 72 + 15 = 120 (100%)
R 33 of 120 ~ 27.5%
G 72 of 120 ~ 60%
B 15 of 120 ~ 12.5%

%27.5
%60
%12.5

CMYK color model

#21480F color CMYK value is (54,0,79,72).

  • cyan value is 54.17%
  • magenta value is 0.00%
  • yellow value is 79.17%
  • key color value is 71.76%
CMYK:
(54,0,79,72)
C54M0Y79K72 
(54%,0%,79%,72%)
(0.54/0.00/0.79/0.72)	

CMYK percentages

%54.17
%0
%79.17
%71.76

Codes

Color #21480F in popluar color models

21480F
RGB337215
HSL101°65.52%17.06%
HSB/HSV101°79.17%28.24%
CMYK54.17%0.00%79.17%
71.76%

Color #21480F in popluar number systems.

HEX21480F
Decimal337215
Binary10000110010001111
Octal4111017

Shades and tints

Shades of #21480F

#21480F
(33,72,15)
#1E420E
(30,66,14)
#1B3C0D
(27,60,13)
#18360C
(24,54,12)
#15300B
(21,48,11)
#122A0A
(18,42,10)
#0F2409
(15,36,9)
#0C1E08
(12,30,8)
#091807
(9,24,7)
#061206
(6,18,6)
#030C05
(3,12,5)
#000000
(0,0,0)

Tints of #21480F

#21480F
(33,72,15)
#355824
(53,88,36)
#496839
(73,104,57)
#5D784E
(93,120,78)
#718863
(113,136,99)
#859878
(133,152,120)
#99A88D
(153,168,141)
#ADB8A2
(173,184,162)
#C1C8B7
(193,200,183)
#D5D8CC
(213,216,204)
#E9E8E1
(233,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21480F color. Also use rgb(33,72,15) instead hex code.

Text Font Color

.myTextColor { color: #21480F; }

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

This text font color is #21480F.


Background Color

.myBgColor { background-color: #21480F; }

<div style="background-color:#21480F">Inner text</div>

This div background color is #21480F.


Border color

.myBorderColor { border: 1px solid #21480F; }

<div style="border:3px solid #21480F">Div</div>

This div border color is #21480F.


Opacity

.myOpacity80 { color: #21480F; opacity: 0.8; }

<p style="color:#21480F;opacity:0.8;">80%</p>

Text with #21480F 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 #21480F;}

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

This text has shadow with #21480F color.

.textShadow {text-shadow: 3px 3px 1px #21480F, 3px 3px 1px red;}

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

This text has shadow with #21480F primary color and red secondary color.


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

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

This text has shadow with #21480F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21480F on black background.


Color preview on white background

This text has color #21480F on white background.



Black color preview on #21480F background

This text has black color on #21480F background.


White color preview on #21480F background

This text has white color on #21480F background.