COLOR #003524

HEX: #003524
RGB: (0,53,36)

Color info

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

RGB color model

#003524 color RGB value is (0,53,36).

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

RGB channels and saturation

R 0 of 255 = 0%
G 53 of 255 = 21%
B 36 of 255 = 14%

0
53
36

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

Portions of RGB colors in percentages

R + G + B =
0 + 53 + 36 = 89 (100%)
R 0 of 89 ~ 0%
G 53 of 89 ~ 59.55%
B 36 of 89 ~ 40.45%

%59.55
%40.45

CMYK color model

#003524 color CMYK value is (100,0,32,79).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 32.08%
  • key color value is 79.22%
CMYK:
(100,0,32,79)
C100M0Y32K79 
(100%,0%,32%,79%)
(1.00/0.00/0.32/0.79)	

CMYK percentages

%100
%0
%32.08
%79.22

Codes

Color #003524 in popluar color models

003524
RGB05336
HSL161°100.00%10.39%
HSB/HSV161°100.00%20.78%
CMYK100.00%0.00%32.08%
79.22%

Color #003524 in popluar number systems.

HEX003524
Decimal05336
Binary0110101100100
Octal06544

Shades and tints

Shades of #003524

#003524
(0,53,36)
#003121
(0,49,33)
#002D1E
(0,45,30)
#00291B
(0,41,27)
#002518
(0,37,24)
#002115
(0,33,21)
#001D12
(0,29,18)
#00190F
(0,25,15)
#00150C
(0,21,12)
#001109
(0,17,9)
#000D06
(0,13,6)
#000000
(0,0,0)

Tints of #003524

#003524
(0,53,36)
#174737
(23,71,55)
#2E594A
(46,89,74)
#456B5D
(69,107,93)
#5C7D70
(92,125,112)
#738F83
(115,143,131)
#8AA196
(138,161,150)
#A1B3A9
(161,179,169)
#B8C5BC
(184,197,188)
#CFD7CF
(207,215,207)
#E6E9E2
(230,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003524; }

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

This text font color is #003524.


Background Color

.myBgColor { background-color: #003524; }

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

This div background color is #003524.


Border color

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

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

This div border color is #003524.


Opacity

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

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

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

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

This text has shadow with #003524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003524 on black background.


Color preview on white background

This text has color #003524 on white background.



Black color preview on #003524 background

This text has black color on #003524 background.


White color preview on #003524 background

This text has white color on #003524 background.