COLOR #152117

HEX: #152117
RGB: (21,33,23)

Color info

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

RGB color model

#152117 color RGB value is (21,33,23).

  • red value is 21;
  • green value is 33;
  • blue value is 23.
RGB:
(21,33,23)
(8%,13%,9%)

RGB channels and saturation

R 21 of 255 = 8%
G 33 of 255 = 13%
B 23 of 255 = 9%

21
33
23

R + G + B ~ 10%. #152117 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 33 + 23 = 77 (100%)
R 21 of 77 ~ 27.27%
G 33 of 77 ~ 42.86%
B 23 of 77 ~ 29.87%

%27.27
%42.86
%29.87

CMYK color model

#152117 color CMYK value is (36,0,30,87).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 87.06%
CMYK:
(36,0,30,87)
C36M0Y30K87 
(36%,0%,30%,87%)
(0.36/0.00/0.30/0.87)	

CMYK percentages

%36.36
%0
%30.3
%87.06

Codes

Color #152117 in popluar color models

152117
RGB213323
HSL130°22.22%10.59%
HSB/HSV130°36.36%12.94%
CMYK36.36%0.00%30.30%
87.06%

Color #152117 in popluar number systems.

HEX152117
Decimal213323
Binary1010110000110111
Octal254127

Shades and tints

Shades of #152117

#152117
(21,33,23)
#141E15
(20,30,21)
#131B13
(19,27,19)
#121811
(18,24,17)
#11150F
(17,21,15)
#10120D
(16,18,13)
#0F0F0B
(15,15,11)
#0E0C09
(14,12,9)
#0D0907
(13,9,7)
#0C0605
(12,6,5)
#0B0303
(11,3,3)
#000000
(0,0,0)

Tints of #152117

#152117
(21,33,23)
#2A352C
(42,53,44)
#3F4941
(63,73,65)
#545D56
(84,93,86)
#69716B
(105,113,107)
#7E8580
(126,133,128)
#939995
(147,153,149)
#A8ADAA
(168,173,170)
#BDC1BF
(189,193,191)
#D2D5D4
(210,213,212)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #152117 color. Also use rgb(21,33,23) instead hex code.

Text Font Color

.myTextColor { color: #152117; }

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

This text font color is #152117.


Background Color

.myBgColor { background-color: #152117; }

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

This div background color is #152117.


Border color

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

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

This div border color is #152117.


Opacity

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

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

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

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

This text has shadow with #152117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #152117 on black background.


Color preview on white background

This text has color #152117 on white background.



Black color preview on #152117 background

This text has black color on #152117 background.


White color preview on #152117 background

This text has white color on #152117 background.