COLOR #152825

HEX: #152825
RGB: (21,40,37)

Color info

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

RGB color model

#152825 color RGB value is (21,40,37).

  • red value is 21;
  • green value is 40;
  • blue value is 37.
RGB:
(21,40,37)
(8%,16%,15%)

RGB channels and saturation

R 21 of 255 = 8%
G 40 of 255 = 16%
B 37 of 255 = 15%

21
40
37

R + G + B ~ 13%. #152825 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 40 + 37 = 98 (100%)
R 21 of 98 ~ 21.43%
G 40 of 98 ~ 40.82%
B 37 of 98 ~ 37.76%

%21.43
%40.82
%37.76

CMYK color model

#152825 color CMYK value is (48,0,7,84).

  • cyan value is 47.50%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 84.31%
CMYK:
(48,0,7,84)
C48M0Y7K84 
(48%,0%,7%,84%)
(0.48/0.00/0.07/0.84)	

CMYK percentages

%47.5
%0
%7.5
%84.31

Codes

Color #152825 in popluar color models

152825
RGB214037
HSL171°31.15%11.96%
HSB/HSV171°47.50%15.69%
CMYK47.50%0.00%7.50%
84.31%

Color #152825 in popluar number systems.

HEX152825
Decimal214037
Binary10101101000100101
Octal255045

Shades and tints

Shades of #152825

#152825
(21,40,37)
#142522
(20,37,34)
#13221F
(19,34,31)
#121F1C
(18,31,28)
#111C19
(17,28,25)
#101916
(16,25,22)
#0F1613
(15,22,19)
#0E1310
(14,19,16)
#0D100D
(13,16,13)
#0C0D0A
(12,13,10)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #152825

#152825
(21,40,37)
#2A3B38
(42,59,56)
#3F4E4B
(63,78,75)
#54615E
(84,97,94)
#697471
(105,116,113)
#7E8784
(126,135,132)
#939A97
(147,154,151)
#A8ADAA
(168,173,170)
#BDC0BD
(189,192,189)
#D2D3D0
(210,211,208)
#E7E6E3
(231,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #152825 color. Also use rgb(21,40,37) instead hex code.

Text Font Color

.myTextColor { color: #152825; }

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

This text font color is #152825.


Background Color

.myBgColor { background-color: #152825; }

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

This div background color is #152825.


Border color

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

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

This div border color is #152825.


Opacity

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

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

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

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

This text has shadow with #152825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #152825 on black background.


Color preview on white background

This text has color #152825 on white background.



Black color preview on #152825 background

This text has black color on #152825 background.


White color preview on #152825 background

This text has white color on #152825 background.