COLOR #15480E

HEX: #15480E
RGB: (21,72,14)

Color info

#15480E contains red, green and blue colors in about the same proportion. Web safe color of #15480E is #003300 (or #030).

RGB color model

#15480E color RGB value is (21,72,14).

  • red value is 21;
  • green value is 72;
  • blue value is 14.
RGB:
(21,72,14)
(8%,28%,5%)

RGB channels and saturation

R 21 of 255 = 8%
G 72 of 255 = 28%
B 14 of 255 = 5%

21
72
14

R + G + B ~ 14%. #15480E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 72 + 14 = 107 (100%)
R 21 of 107 ~ 19.63%
G 72 of 107 ~ 67.29%
B 14 of 107 ~ 13.08%

%19.63
%67.29
%13.08

CMYK color model

#15480E color CMYK value is (71,0,81,72).

  • cyan value is 70.83%
  • magenta value is 0.00%
  • yellow value is 80.56%
  • key color value is 71.76%
CMYK:
(71,0,81,72)
C71M0Y81K72 
(71%,0%,81%,72%)
(0.71/0.00/0.81/0.72)	

CMYK percentages

%70.83
%0
%80.56
%71.76

Codes

Color #15480E in popluar color models

15480E
RGB217214
HSL113°67.44%16.86%
HSB/HSV113°80.56%28.24%
CMYK70.83%0.00%80.56%
71.76%

Color #15480E in popluar number systems.

HEX15480E
Decimal217214
Binary1010110010001110
Octal2511016

Shades and tints

Shades of #15480E

#15480E
(21,72,14)
#14420D
(20,66,13)
#133C0C
(19,60,12)
#12360B
(18,54,11)
#11300A
(17,48,10)
#102A09
(16,42,9)
#0F2408
(15,36,8)
#0E1E07
(14,30,7)
#0D1806
(13,24,6)
#0C1205
(12,18,5)
#0B0C04
(11,12,4)
#000000
(0,0,0)

Tints of #15480E

#15480E
(21,72,14)
#2A5823
(42,88,35)
#3F6838
(63,104,56)
#54784D
(84,120,77)
#698862
(105,136,98)
#7E9877
(126,152,119)
#93A88C
(147,168,140)
#A8B8A1
(168,184,161)
#BDC8B6
(189,200,182)
#D2D8CB
(210,216,203)
#E7E8E0
(231,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15480E color. Also use rgb(21,72,14) instead hex code.

Text Font Color

.myTextColor { color: #15480E; }

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

This text font color is #15480E.


Background Color

.myBgColor { background-color: #15480E; }

<div style="background-color:#15480E">Inner text</div>

This div background color is #15480E.


Border color

.myBorderColor { border: 1px solid #15480E; }

<div style="border:3px solid #15480E">Div</div>

This div border color is #15480E.


Opacity

.myOpacity80 { color: #15480E; opacity: 0.8; }

<p style="color:#15480E;opacity:0.8;">80%</p>

Text with #15480E 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 #15480E;}

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

This text has shadow with #15480E color.

.textShadow {text-shadow: 3px 3px 1px #15480E, 3px 3px 1px red;}

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

This text has shadow with #15480E primary color and red secondary color.


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

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

This text has shadow with #15480E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15480E on black background.


Color preview on white background

This text has color #15480E on white background.



Black color preview on #15480E background

This text has black color on #15480E background.


White color preview on #15480E background

This text has white color on #15480E background.