COLOR #003821

HEX: #003821
RGB: (0,56,33)

Color info

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

RGB color model

#003821 color RGB value is (0,56,33).

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

RGB channels and saturation

R 0 of 255 = 0%
G 56 of 255 = 22%
B 33 of 255 = 13%

0
56
33

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

Portions of RGB colors in percentages

R + G + B =
0 + 56 + 33 = 89 (100%)
R 0 of 89 ~ 0%
G 56 of 89 ~ 62.92%
B 33 of 89 ~ 37.08%

%62.92
%37.08

CMYK color model

#003821 color CMYK value is (100,0,41,78).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 41.07%
  • key color value is 78.04%
CMYK:
(100,0,41,78)
C100M0Y41K78 
(100%,0%,41%,78%)
(1.00/0.00/0.41/0.78)	

CMYK percentages

%100
%0
%41.07
%78.04

Codes

Color #003821 in popluar color models

003821
RGB05633
HSL155°100.00%10.98%
HSB/HSV155°100.00%21.96%
CMYK100.00%0.00%41.07%
78.04%

Color #003821 in popluar number systems.

HEX003821
Decimal05633
Binary0111000100001
Octal07041

Shades and tints

Shades of #003821

#003821
(0,56,33)
#00331E
(0,51,30)
#002E1B
(0,46,27)
#002918
(0,41,24)
#002415
(0,36,21)
#001F12
(0,31,18)
#001A0F
(0,26,15)
#00150C
(0,21,12)
#001009
(0,16,9)
#000B06
(0,11,6)
#000603
(0,6,3)
#000000
(0,0,0)

Tints of #003821

#003821
(0,56,33)
#174A35
(23,74,53)
#2E5C49
(46,92,73)
#456E5D
(69,110,93)
#5C8071
(92,128,113)
#739285
(115,146,133)
#8AA499
(138,164,153)
#A1B6AD
(161,182,173)
#B8C8C1
(184,200,193)
#CFDAD5
(207,218,213)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003821; }

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

This text font color is #003821.


Background Color

.myBgColor { background-color: #003821; }

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

This div background color is #003821.


Border color

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

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

This div border color is #003821.


Opacity

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

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

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

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

This text has shadow with #003821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003821 on black background.


Color preview on white background

This text has color #003821 on white background.



Black color preview on #003821 background

This text has black color on #003821 background.


White color preview on #003821 background

This text has white color on #003821 background.