COLOR #152835

HEX: #152835
RGB: (21,40,53)

Color info

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

RGB color model

#152835 color RGB value is (21,40,53).

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

RGB channels and saturation

R 21 of 255 = 8%
G 40 of 255 = 16%
B 53 of 255 = 21%

21
40
53

R + G + B ~ 15%. #152835 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 40 + 53 = 114 (100%)
R 21 of 114 ~ 18.42%
G 40 of 114 ~ 35.09%
B 53 of 114 ~ 46.49%

%18.42
%35.09
%46.49

CMYK color model

#152835 color CMYK value is (60,25,0,79).

  • cyan value is 60.38%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(60,25,0,79)
C60M25Y0K79 
(60%,25%,0%,79%)
(0.60/0.25/0.00/0.79)	

CMYK percentages

%60.38
%24.53
%0
%79.22

Codes

Color #152835 in popluar color models

152835
RGB214053
HSL204°43.24%14.51%
HSB/HSV204°60.38%20.78%
CMYK60.38%24.53%0.00%
79.22%

Color #152835 in popluar number systems.

HEX152835
Decimal214053
Binary10101101000110101
Octal255065

Shades and tints

Shades of #152835

#152835
(21,40,53)
#142531
(20,37,49)
#13222D
(19,34,45)
#121F29
(18,31,41)
#111C25
(17,28,37)
#101921
(16,25,33)
#0F161D
(15,22,29)
#0E1319
(14,19,25)
#0D1015
(13,16,21)
#0C0D11
(12,13,17)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #152835

#152835
(21,40,53)
#2A3B47
(42,59,71)
#3F4E59
(63,78,89)
#54616B
(84,97,107)
#69747D
(105,116,125)
#7E878F
(126,135,143)
#939AA1
(147,154,161)
#A8ADB3
(168,173,179)
#BDC0C5
(189,192,197)
#D2D3D7
(210,211,215)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #152835; }

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

This text font color is #152835.


Background Color

.myBgColor { background-color: #152835; }

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

This div background color is #152835.


Border color

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

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

This div border color is #152835.


Opacity

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

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

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

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

This text has shadow with #152835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #152835 on black background.


Color preview on white background

This text has color #152835 on white background.



Black color preview on #152835 background

This text has black color on #152835 background.


White color preview on #152835 background

This text has white color on #152835 background.