COLOR #15422F

HEX: #15422F
RGB: (21,66,47)

Color info

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

RGB color model

#15422F color RGB value is (21,66,47).

  • red value is 21;
  • green value is 66;
  • blue value is 47.
RGB:
(21,66,47)
(8%,26%,18%)

RGB channels and saturation

R 21 of 255 = 8%
G 66 of 255 = 26%
B 47 of 255 = 18%

21
66
47

R + G + B ~ 17%. #15422F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 66 + 47 = 134 (100%)
R 21 of 134 ~ 15.67%
G 66 of 134 ~ 49.25%
B 47 of 134 ~ 35.07%

%15.67
%49.25
%35.07

CMYK color model

#15422F color CMYK value is (68,0,29,74).

  • cyan value is 68.18%
  • magenta value is 0.00%
  • yellow value is 28.79%
  • key color value is 74.12%
CMYK:
(68,0,29,74)
C68M0Y29K74 
(68%,0%,29%,74%)
(0.68/0.00/0.29/0.74)	

CMYK percentages

%68.18
%0
%28.79
%74.12

Codes

Color #15422F in popluar color models

15422F
RGB216647
HSL155°51.72%17.06%
HSB/HSV155°68.18%25.88%
CMYK68.18%0.00%28.79%
74.12%

Color #15422F in popluar number systems.

HEX15422F
Decimal216647
Binary101011000010101111
Octal2510257

Shades and tints

Shades of #15422F

#15422F
(21,66,47)
#143C2B
(20,60,43)
#133627
(19,54,39)
#123023
(18,48,35)
#112A1F
(17,42,31)
#10241B
(16,36,27)
#0F1E17
(15,30,23)
#0E1813
(14,24,19)
#0D120F
(13,18,15)
#0C0C0B
(12,12,11)
#0B0607
(11,6,7)
#000000
(0,0,0)

Tints of #15422F

#15422F
(21,66,47)
#2A5341
(42,83,65)
#3F6453
(63,100,83)
#547565
(84,117,101)
#698677
(105,134,119)
#7E9789
(126,151,137)
#93A89B
(147,168,155)
#A8B9AD
(168,185,173)
#BDCABF
(189,202,191)
#D2DBD1
(210,219,209)
#E7ECE3
(231,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15422F color. Also use rgb(21,66,47) instead hex code.

Text Font Color

.myTextColor { color: #15422F; }

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

This text font color is #15422F.


Background Color

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

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

This div background color is #15422F.


Border color

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

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

This div border color is #15422F.


Opacity

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

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

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

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

This text has shadow with #15422F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15422F on black background.


Color preview on white background

This text has color #15422F on white background.



Black color preview on #15422F background

This text has black color on #15422F background.


White color preview on #15422F background

This text has white color on #15422F background.