COLOR #003422

HEX: #003422 RGB: (0,52,34)

Color info

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

RGB color model

#003422 color RGB value is (0,52,34).

RGB: (0,52,34) (0%, 20%, 13%)

RGB channels and saturation

R 0 of 255 = 0%
G 52 of 255 = 20%
B 34 of 255 = 13%

0
52
34

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

Portions of RGB colors in percentages

R + G + B = 0 + 52 + 34 = 86 (100%)
R 0 of 86 ~ 0%
G 52 of 86 ~ 60.47%
B 34 of 86 ~ 39.53'%

%60.47
%39.53

CMYK color model

#003422 color CMYK value is (100,0,35,80).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 79.61%

CMYK: (100,0,35,80)
C100M0Y35K80 (100%, 0%, 35%, 80%)
(1.00 / 0.00 / 0.35 / 0.80)

CMYK percentages

%100
%0
%34.62
%79.61

Codes

Color #003422 in popluar color models

00 34 22
RGB 0 52 34
HSL 159° 100.00% 10.20%
HSB/HSV 159° 100.00% 20.39%
CMYK 100.00% 0.00% 34.62%
79.61%

Color #003422 in popluar number systems.

HEX 00 34 22
Decimal 0 52 34
Binary 0 110100 100010
Octal 0 64 42

Shades and tints

Shades of #003422

#003422
(0,52,34)
#00301F
(0,48,31)
#002C1C
(0,44,28)
#002819
(0,40,25)
#002416
(0,36,22)
#002013
(0,32,19)
#001C10
(0,28,16)
#00180D
(0,24,13)
#00140A
(0,20,10)
#001007
(0,16,7)
#000C04
(0,12,4)
#000000
(0,0,0)

Tints of #003422

#003422
(0,52,34)
#174636
(23,70,54)
#2E584A
(46,88,74)
#456A5E
(69,106,94)
#5C7C72
(92,124,114)
#738E86
(115,142,134)
#8AA09A
(138,160,154)
#A1B2AE
(161,178,174)
#B8C4C2
(184,196,194)
#CFD6D6
(207,214,214)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003422 color. Also use rgb(0,52,34) instead hex code.

Text Font Color

.myTextColor { color: #003422; }

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

This text font color is #003422.

Background Color

.myBgColor { background-color: #003422; }

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

This div background color is #003422.

Border color

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

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

This div border color is #003422.

Opacity

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

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

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

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

This text has shadow with #003422 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #003422.

Preview

Color preview on black background

This text has color #003422 on black background.


Color preview on white background

This text has color #003422 on white background.


Black color preview on #003422 background

This text has black color on #003422 background.


White color preview on #003422 background

This text has white color on #003422 background.


Related colors

Complementary color

Complementary color for #hex is #FFCBDD.


I love getcolorcode.com

Triadic colors

1 #220034 and #342200 with #003422 are triadic colors.

2 #223400 and #340022 with #003422 are triadic colors.