COLOR #153521

HEX: #153521 RGB: (21,53,33)

Color info

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

RGB color model

#153521 color RGB value is (21,53,33).

RGB: (21,53,33) (8%, 21%, 13%)

RGB channels and saturation

R 21 of 255 = 8%
G 53 of 255 = 21%
B 33 of 255 = 13%

21
53
33

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

Portions of RGB colors in percentages

R + G + B = 21 + 53 + 33 = 107 (100%)
R 21 of 107 ~ 19.63%
G 53 of 107 ~ 49.53%
B 33 of 107 ~ 30.84'%

%19.63
%49.53
%30.84

CMYK color model

#153521 color CMYK value is (60,0,38,79).

  • cyan value is 60.38%
  • magenta value is 0.00%
  • yellow value is 37.74%
  • key color value is 79.22%

CMYK: (60,0,38,79)
C60M0Y38K79 (60%, 0%, 38%, 79%)
(0.60 / 0.00 / 0.38 / 0.79)

CMYK percentages

%60.38
%0
%37.74
%79.22

Codes

Color #153521 in popluar color models

15 35 21
RGB 21 53 33
HSL 143° 43.24% 14.51%
HSB/HSV 143° 60.38% 20.78%
CMYK 60.38% 0.00% 37.74%
79.22%

Color #153521 in popluar number systems.

HEX 15 35 21
Decimal 21 53 33
Binary 10101 110101 100001
Octal 25 65 41

Shades and tints

Shades of #153521

#153521
(21,53,33)
#14311E
(20,49,30)
#132D1B
(19,45,27)
#122918
(18,41,24)
#112515
(17,37,21)
#102112
(16,33,18)
#0F1D0F
(15,29,15)
#0E190C
(14,25,12)
#0D1509
(13,21,9)
#0C1106
(12,17,6)
#0B0D03
(11,13,3)
#000000
(0,0,0)

Tints of #153521

#153521
(21,53,33)
#2A4735
(42,71,53)
#3F5949
(63,89,73)
#546B5D
(84,107,93)
#697D71
(105,125,113)
#7E8F85
(126,143,133)
#93A199
(147,161,153)
#A8B3AD
(168,179,173)
#BDC5C1
(189,197,193)
#D2D7D5
(210,215,213)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #153521; }

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

This text font color is #153521.

Background Color

.myBgColor { background-color: #153521; }

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

This div background color is #153521.

Border color

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

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

This div border color is #153521.

Opacity

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

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

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

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

This text has shadow with #153521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #153521.

Preview

Color preview on black background

This text has color #153521 on black background.


Color preview on white background

This text has color #153521 on white background.


Black color preview on #153521 background

This text has black color on #153521 background.


White color preview on #153521 background

This text has white color on #153521 background.


Related colors

Complementary color

Complementary color for #hex is #EACADE.


I love getcolorcode.com

Triadic colors

1 #211535 and #352115 with #153521 are triadic colors.

2 #213515 and #351521 with #153521 are triadic colors.