COLOR #15462F

HEX: #15462F RGB: (21,70,47)

Color info

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

RGB color model

#15462F color RGB value is (21,70,47).

RGB: (21,70,47) (8%, 27%, 18%)

RGB channels and saturation

R 21 of 255 = 8%
G 70 of 255 = 27%
B 47 of 255 = 18%

21
70
47

R + G + B ~ 18%. #15462F is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 70 + 47 = 138 (100%)
R 21 of 138 ~ 15.22%
G 70 of 138 ~ 50.72%
B 47 of 138 ~ 34.06'%

%15.22
%50.72
%34.06

CMYK color model

#15462F color CMYK value is (70,0,33,73).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 32.86%
  • key color value is 72.55%

CMYK: (70,0,33,73)
C70M0Y33K73 (70%, 0%, 33%, 73%)
(0.70 / 0.00 / 0.33 / 0.73)

CMYK percentages

%70
%0
%32.86
%72.55

Codes

Color #15462F in popluar color models

15 46 2F
RGB 21 70 47
HSL 152° 53.85% 17.84%
HSB/HSV 152° 70.00% 27.45%
CMYK 70.00% 0.00% 32.86%
72.55%

Color #15462F in popluar number systems.

HEX 15 46 2F
Decimal 21 70 47
Binary 10101 1000110 101111
Octal 25 106 57

Shades and tints

Shades of #15462F

#15462F
(21,70,47)
#14402B
(20,64,43)
#133A27
(19,58,39)
#123423
(18,52,35)
#112E1F
(17,46,31)
#10281B
(16,40,27)
#0F2217
(15,34,23)
#0E1C13
(14,28,19)
#0D160F
(13,22,15)
#0C100B
(12,16,11)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #15462F

#15462F
(21,70,47)
#2A5641
(42,86,65)
#3F6653
(63,102,83)
#547665
(84,118,101)
#698677
(105,134,119)
#7E9689
(126,150,137)
#93A69B
(147,166,155)
#A8B6AD
(168,182,173)
#BDC6BF
(189,198,191)
#D2D6D1
(210,214,209)
#E7E6E3
(231,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15462F; }

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

This text font color is #15462F.

Background Color

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

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

This div background color is #15462F.

Border color

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

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

This div border color is #15462F.

Opacity

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

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

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

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

This text has shadow with #15462F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15462F.

Preview

Color preview on black background

This text has color #15462F on black background.


Color preview on white background

This text has color #15462F on white background.


Black color preview on #15462F background

This text has black color on #15462F background.


White color preview on #15462F background

This text has white color on #15462F background.


Related colors

Complementary color

Complementary color for #hex is #EAB9D0.


I love getcolorcode.com

Triadic colors

1 #2F1546 and #462F15 with #15462F are triadic colors.

2 #2F4615 and #46152F with #15462F are triadic colors.