COLOR #003521

HEX: #003521
RGB: (0,53,33)

Color info

#003521 contains only green and blue colors. Web safe color of #003521 is #003333 (or #033).

RGB color model

#003521 color RGB value is (0,53,33).

  • red value is 0;
  • green value is 53;
  • blue value is 33.
RGB:
(0,53,33)
(0%,21%,13%)

RGB channels and saturation

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

0
53
33

R + G + B ~ 11%. #003521 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 53 + 33 = 86 (100%)
R 0 of 86 ~ 0%
G 53 of 86 ~ 61.63%
B 33 of 86 ~ 38.37%

%61.63
%38.37

CMYK color model

#003521 color CMYK value is (100,0,38,79).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 37.74%
  • key color value is 79.22%
CMYK:
(100,0,38,79)
C100M0Y38K79 
(100%,0%,38%,79%)
(1.00/0.00/0.38/0.79)	

CMYK percentages

%100
%0
%37.74
%79.22

Codes

Color #003521 in popluar color models

003521
RGB05333
HSL157°100.00%10.39%
HSB/HSV157°100.00%20.78%
CMYK100.00%0.00%37.74%
79.22%

Color #003521 in popluar number systems.

HEX003521
Decimal05333
Binary0110101100001
Octal06541

Shades and tints

Shades of #003521

#003521
(0,53,33)
#00311E
(0,49,30)
#002D1B
(0,45,27)
#002918
(0,41,24)
#002515
(0,37,21)
#002112
(0,33,18)
#001D0F
(0,29,15)
#00190C
(0,25,12)
#001509
(0,21,9)
#001106
(0,17,6)
#000D03
(0,13,3)
#000000
(0,0,0)

Tints of #003521

#003521
(0,53,33)
#174735
(23,71,53)
#2E5949
(46,89,73)
#456B5D
(69,107,93)
#5C7D71
(92,125,113)
#738F85
(115,143,133)
#8AA199
(138,161,153)
#A1B3AD
(161,179,173)
#B8C5C1
(184,197,193)
#CFD7D5
(207,215,213)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003521; }

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

This text font color is #003521.


Background Color

.myBgColor { background-color: #003521; }

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

This div background color is #003521.


Border color

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

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

This div border color is #003521.


Opacity

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

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

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

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

This text has shadow with #003521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003521 on black background.


Color preview on white background

This text has color #003521 on white background.



Black color preview on #003521 background

This text has black color on #003521 background.


White color preview on #003521 background

This text has white color on #003521 background.