COLOR #153213

HEX: #153213 RGB: (21,50,19)

Color info

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

RGB color model

#153213 color RGB value is (21,50,19).

RGB: (21,50,19) (8%, 20%, 7%)

RGB channels and saturation

R 21 of 255 = 8%
G 50 of 255 = 20%
B 19 of 255 = 7%

21
50
19

R + G + B ~ 12%. #153213 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 50 + 19 = 90 (100%)
R 21 of 90 ~ 23.33%
G 50 of 90 ~ 55.56%
B 19 of 90 ~ 21.11'%

%23.33
%55.56
%21.11

CMYK color model

#153213 color CMYK value is (58,0,62,80).

  • cyan value is 58.00%
  • magenta value is 0.00%
  • yellow value is 62.00%
  • key color value is 80.39%

CMYK: (58,0,62,80)
C58M0Y62K80 (58%, 0%, 62%, 80%)
(0.58 / 0.00 / 0.62 / 0.80)

CMYK percentages

%58
%0
%62
%80.39

Codes

Color #153213 in popluar color models

15 32 13
RGB 21 50 19
HSL 116° 44.93% 13.53%
HSB/HSV 116° 62.00% 19.61%
CMYK 58.00% 0.00% 62.00%
80.39%

Color #153213 in popluar number systems.

HEX 15 32 13
Decimal 21 50 19
Binary 10101 110010 10011
Octal 25 62 23

Shades and tints

Shades of #153213

#153213
(21,50,19)
#142E12
(20,46,18)
#132A11
(19,42,17)
#122610
(18,38,16)
#11220F
(17,34,15)
#101E0E
(16,30,14)
#0F1A0D
(15,26,13)
#0E160C
(14,22,12)
#0D120B
(13,18,11)
#0C0E0A
(12,14,10)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #153213

#153213
(21,50,19)
#2A4428
(42,68,40)
#3F563D
(63,86,61)
#546852
(84,104,82)
#697A67
(105,122,103)
#7E8C7C
(126,140,124)
#939E91
(147,158,145)
#A8B0A6
(168,176,166)
#BDC2BB
(189,194,187)
#D2D4D0
(210,212,208)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #153213; }

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

This text font color is #153213.

Background Color

.myBgColor { background-color: #153213; }

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

This div background color is #153213.

Border color

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

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

This div border color is #153213.

Opacity

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

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

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

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

This text has shadow with #153213 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #153213.

Preview

Color preview on black background

This text has color #153213 on black background.


Color preview on white background

This text has color #153213 on white background.


Black color preview on #153213 background

This text has black color on #153213 background.


White color preview on #153213 background

This text has white color on #153213 background.


Related colors

Complementary color

Complementary color for #hex is #EACDEC.


I love getcolorcode.com

Triadic colors

1 #131532 and #321315 with #153213 are triadic colors.

2 #133215 and #321513 with #153213 are triadic colors.