COLOR #152709

HEX: #152709
RGB: (21,39,9)

Color info

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

RGB color model

#152709 color RGB value is (21,39,9).

  • red value is 21;
  • green value is 39;
  • blue value is 9.
RGB:
(21,39,9)
(8%,15%,4%)

RGB channels and saturation

R 21 of 255 = 8%
G 39 of 255 = 15%
B 9 of 255 = 4%

21
39
9

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

Portions of RGB colors in percentages

R + G + B =
21 + 39 + 9 = 69 (100%)
R 21 of 69 ~ 30.43%
G 39 of 69 ~ 56.52%
B 9 of 69 ~ 13.04%

%30.43
%56.52
%13.04

CMYK color model

#152709 color CMYK value is (46,0,77,85).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 84.71%
CMYK:
(46,0,77,85)
C46M0Y77K85 
(46%,0%,77%,85%)
(0.46/0.00/0.77/0.85)	

CMYK percentages

%46.15
%0
%76.92
%84.71

Codes

Color #152709 in popluar color models

152709
RGB21399
HSL96°62.50%9.41%
HSB/HSV96°76.92%15.29%
CMYK46.15%0.00%76.92%
84.71%

Color #152709 in popluar number systems.

HEX152709
Decimal21399
Binary101011001111001
Octal254711

Shades and tints

Shades of #152709

#152709
(21,39,9)
#142409
(20,36,9)
#132109
(19,33,9)
#121E09
(18,30,9)
#111B09
(17,27,9)
#101809
(16,24,9)
#0F1509
(15,21,9)
#0E1209
(14,18,9)
#0D0F09
(13,15,9)
#0C0C09
(12,12,9)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #152709

#152709
(21,39,9)
#2A3A1F
(42,58,31)
#3F4D35
(63,77,53)
#54604B
(84,96,75)
#697361
(105,115,97)
#7E8677
(126,134,119)
#93998D
(147,153,141)
#A8ACA3
(168,172,163)
#BDBFB9
(189,191,185)
#D2D2CF
(210,210,207)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #152709 color. Also use rgb(21,39,9) instead hex code.

Text Font Color

.myTextColor { color: #152709; }

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

This text font color is #152709.


Background Color

.myBgColor { background-color: #152709; }

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

This div background color is #152709.


Border color

.myBorderColor { border: 1px solid #152709; }

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

This div border color is #152709.


Opacity

.myOpacity80 { color: #152709; opacity: 0.8; }

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

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

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

This text has shadow with #152709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #152709 on black background.


Color preview on white background

This text has color #152709 on white background.



Black color preview on #152709 background

This text has black color on #152709 background.


White color preview on #152709 background

This text has white color on #152709 background.