COLOR #15230E

HEX: #15230E RGB: (21,35,14)

Color info

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

RGB color model

#15230E color RGB value is (21,35,14).

RGB: (21,35,14) (8%, 14%, 5%)

RGB channels and saturation

R 21 of 255 = 8%
G 35 of 255 = 14%
B 14 of 255 = 5%

21
35
14

R + G + B ~ 9%. #15230E is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 35 + 14 = 70 (100%)
R 21 of 70 ~ 30%
G 35 of 70 ~ 50%
B 14 of 70 ~ 20'%

%30
%50
%20

CMYK color model

#15230E color CMYK value is (40,0,60,86).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 86.27%
CMYK: (40,0,60,86) C40M0Y60K86 (40%,0%,60%,86%) (0.40/0.00/0.60/0.86) 

CMYK percentages

%40
%0
%60
%86.27

Codes

Color #15230E in popluar color models

15 23 0E
RGB 21 35 14
HSL 100° 42.86% 9.61%
HSB/HSV 100° 60.00% 13.73%
CMYK 40.00% 0.00% 60.00%
86.27%

Color #15230E in popluar number systems.

HEX 15 23 0E
Decimal 21 35 14
Binary 10101 100011 1110
Octal 25 43 16

Shades and tints

Shades of #15230E

#15230E
(21,35,14)
#14200D
(20,32,13)
#131D0C
(19,29,12)
#121A0B
(18,26,11)
#11170A
(17,23,10)
#101409
(16,20,9)
#0F1108
(15,17,8)
#0E0E07
(14,14,7)
#0D0B06
(13,11,6)
#0C0805
(12,8,5)
#0B0504
(11,5,4)
#000000
(0,0,0)

Tints of #15230E

#15230E
(21,35,14)
#2A3723
(42,55,35)
#3F4B38
(63,75,56)
#545F4D
(84,95,77)
#697362
(105,115,98)
#7E8777
(126,135,119)
#939B8C
(147,155,140)
#A8AFA1
(168,175,161)
#BDC3B6
(189,195,182)
#D2D7CB
(210,215,203)
#E7EBE0
(231,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15230E; }

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

This text font color is #15230E.

Background Color

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

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

This div background color is #15230E.

Border color

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

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

This div border color is #15230E.

Opacity

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

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

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

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

This text has shadow with #15230E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15230E.

Preview

Color preview on black background

This text has color #15230E on black background.


Color preview on white background

This text has color #15230E on white background.


Black color preview on #15230E background

This text has black color on #15230E background.


White color preview on #15230E background

This text has white color on #15230E background.


Related colors

Complementary color

Complementary color for #hex is #EADCF1.


I love getcolorcode.com

Triadic colors

1 #0E1523 and #230E15 with #15230E are triadic colors.

2 #0E2315 and #23150E with #15230E are triadic colors.