COLOR #153332

HEX: #153332 RGB: (21,51,50)

Color info

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

RGB color model

#153332 color RGB value is (21,51,50).

RGB: (21,51,50) (8%, 20%, 20%)

RGB channels and saturation

R 21 of 255 = 8%
G 51 of 255 = 20%
B 50 of 255 = 20%

21
51
50

R + G + B ~ 16%. #153332 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 51 + 50 = 122 (100%)
R 21 of 122 ~ 17.21%
G 51 of 122 ~ 41.8%
B 50 of 122 ~ 40.98'%

%17.21
%41.8
%40.98

CMYK color model

#153332 color CMYK value is (59,0,2,80).

  • cyan value is 58.82%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 80.00%

CMYK: (59,0,2,80)
C59M0Y2K80 (59%, 0%, 2%, 80%)
(0.59 / 0.00 / 0.02 / 0.80)

CMYK percentages

%58.82
%0
%1.96
%80

Codes

Color #153332 in popluar color models

15 33 32
RGB 21 51 50
HSL 178° 41.67% 14.12%
HSB/HSV 178° 58.82% 20.00%
CMYK 58.82% 0.00% 1.96%
80.00%

Color #153332 in popluar number systems.

HEX 15 33 32
Decimal 21 51 50
Binary 10101 110011 110010
Octal 25 63 62

Shades and tints

Shades of #153332

#153332
(21,51,50)
#142F2E
(20,47,46)
#132B2A
(19,43,42)
#122726
(18,39,38)
#112322
(17,35,34)
#101F1E
(16,31,30)
#0F1B1A
(15,27,26)
#0E1716
(14,23,22)
#0D1312
(13,19,18)
#0C0F0E
(12,15,14)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #153332

#153332
(21,51,50)
#2A4544
(42,69,68)
#3F5756
(63,87,86)
#546968
(84,105,104)
#697B7A
(105,123,122)
#7E8D8C
(126,141,140)
#939F9E
(147,159,158)
#A8B1B0
(168,177,176)
#BDC3C2
(189,195,194)
#D2D5D4
(210,213,212)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #153332 color. Also use rgb(21,51,50) instead hex code.

Text Font Color

.myTextColor { color: #153332; }

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

This text font color is #153332.

Background Color

.myBgColor { background-color: #153332; }

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

This div background color is #153332.

Border color

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

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

This div border color is #153332.

Opacity

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

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

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

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

This text has shadow with #153332 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #153332.

Preview

Color preview on black background

This text has color #153332 on black background.


Color preview on white background

This text has color #153332 on white background.


Black color preview on #153332 background

This text has black color on #153332 background.


White color preview on #153332 background

This text has white color on #153332 background.


Related colors

Complementary color

Complementary color for #hex is #EACCCD.


I love getcolorcode.com

Triadic colors

1 #321533 and #333215 with #153332 are triadic colors.

2 #323315 and #331532 with #153332 are triadic colors.