COLOR #152830

HEX: #152830
RGB: (21,40,48)

Color info

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

RGB color model

#152830 color RGB value is (21,40,48).

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

RGB channels and saturation

R 21 of 255 = 8%
G 40 of 255 = 16%
B 48 of 255 = 19%

21
40
48

R + G + B ~ 14%. #152830 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 40 + 48 = 109 (100%)
R 21 of 109 ~ 19.27%
G 40 of 109 ~ 36.7%
B 48 of 109 ~ 44.04%

%19.27
%36.7
%44.04

CMYK color model

#152830 color CMYK value is (56,17,0,81).

  • cyan value is 56.25%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(56,17,0,81)
C56M17Y0K81 
(56%,17%,0%,81%)
(0.56/0.17/0.00/0.81)	

CMYK percentages

%56.25
%16.67
%0
%81.18

Codes

Color #152830 in popluar color models

152830
RGB214048
HSL198°39.13%13.53%
HSB/HSV198°56.25%18.82%
CMYK56.25%16.67%0.00%
81.18%

Color #152830 in popluar number systems.

HEX152830
Decimal214048
Binary10101101000110000
Octal255060

Shades and tints

Shades of #152830

#152830
(21,40,48)
#14252C
(20,37,44)
#132228
(19,34,40)
#121F24
(18,31,36)
#111C20
(17,28,32)
#10191C
(16,25,28)
#0F1618
(15,22,24)
#0E1314
(14,19,20)
#0D1010
(13,16,16)
#0C0D0C
(12,13,12)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #152830

#152830
(21,40,48)
#2A3B42
(42,59,66)
#3F4E54
(63,78,84)
#546166
(84,97,102)
#697478
(105,116,120)
#7E878A
(126,135,138)
#939A9C
(147,154,156)
#A8ADAE
(168,173,174)
#BDC0C0
(189,192,192)
#D2D3D2
(210,211,210)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #152830; }

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

This text font color is #152830.


Background Color

.myBgColor { background-color: #152830; }

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

This div background color is #152830.


Border color

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

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

This div border color is #152830.


Opacity

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

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

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

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

This text has shadow with #152830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #152830 on black background.


Color preview on white background

This text has color #152830 on white background.



Black color preview on #152830 background

This text has black color on #152830 background.


White color preview on #152830 background

This text has white color on #152830 background.