COLOR #15461D

HEX: #15461D
RGB: (21,70,29)

Color info

#15461D contains red, green and blue colors in about the same proportion. Web safe color of #15461D is #003333 (or #033).

RGB color model

#15461D color RGB value is (21,70,29).

  • red value is 21;
  • green value is 70;
  • blue value is 29.
RGB:
(21,70,29)
(8%,27%,11%)

RGB channels and saturation

R 21 of 255 = 8%
G 70 of 255 = 27%
B 29 of 255 = 11%

21
70
29

R + G + B ~ 15%. #15461D is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 70 + 29 = 120 (100%)
R 21 of 120 ~ 17.5%
G 70 of 120 ~ 58.33%
B 29 of 120 ~ 24.17%

%17.5
%58.33
%24.17

CMYK color model

#15461D color CMYK value is (70,0,59,73).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 58.57%
  • key color value is 72.55%
CMYK:
(70,0,59,73)
C70M0Y59K73 
(70%,0%,59%,73%)
(0.70/0.00/0.59/0.73)	

CMYK percentages

%70
%0
%58.57
%72.55

Codes

Color #15461D in popluar color models

15461D
RGB217029
HSL130°53.85%17.84%
HSB/HSV130°70.00%27.45%
CMYK70.00%0.00%58.57%
72.55%

Color #15461D in popluar number systems.

HEX15461D
Decimal217029
Binary10101100011011101
Octal2510635

Shades and tints

Shades of #15461D

#15461D
(21,70,29)
#14401B
(20,64,27)
#133A19
(19,58,25)
#123417
(18,52,23)
#112E15
(17,46,21)
#102813
(16,40,19)
#0F2211
(15,34,17)
#0E1C0F
(14,28,15)
#0D160D
(13,22,13)
#0C100B
(12,16,11)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #15461D

#15461D
(21,70,29)
#2A5631
(42,86,49)
#3F6645
(63,102,69)
#547659
(84,118,89)
#69866D
(105,134,109)
#7E9681
(126,150,129)
#93A695
(147,166,149)
#A8B6A9
(168,182,169)
#BDC6BD
(189,198,189)
#D2D6D1
(210,214,209)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15461D color. Also use rgb(21,70,29) instead hex code.

Text Font Color

.myTextColor { color: #15461D; }

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

This text font color is #15461D.


Background Color

.myBgColor { background-color: #15461D; }

<div style="background-color:#15461D">Inner text</div>

This div background color is #15461D.


Border color

.myBorderColor { border: 1px solid #15461D; }

<div style="border:3px solid #15461D">Div</div>

This div border color is #15461D.


Opacity

.myOpacity80 { color: #15461D; opacity: 0.8; }

<p style="color:#15461D;opacity:0.8;">80%</p>

Text with #15461D 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 #15461D;}

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

This text has shadow with #15461D color.

.textShadow {text-shadow: 3px 3px 1px #15461D, 3px 3px 1px red;}

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

This text has shadow with #15461D primary color and red secondary color.


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

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

This text has shadow with #15461D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15461D on black background.


Color preview on white background

This text has color #15461D on white background.



Black color preview on #15461D background

This text has black color on #15461D background.


White color preview on #15461D background

This text has white color on #15461D background.