COLOR #00422E

HEX: #00422E RGB: (0,66,46)

Color info

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

RGB color model

#00422E color RGB value is (0,66,46).

RGB: (0,66,46) (0%, 26%, 18%)

RGB channels and saturation

R 0 of 255 = 0%
G 66 of 255 = 26%
B 46 of 255 = 18%

0
66
46

R + G + B ~ 15%. #00422E is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 66 + 46 = 112 (100%)
R 0 of 112 ~ 0%
G 66 of 112 ~ 58.93%
B 46 of 112 ~ 41.07'%

%58.93
%41.07

CMYK color model

#00422E color CMYK value is (100,0,30,74).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 74.12%

CMYK: (100,0,30,74)
C100M0Y30K74 (100%, 0%, 30%, 74%)
(1.00 / 0.00 / 0.30 / 0.74)

CMYK percentages

%100
%0
%30.3
%74.12

Codes

Color #00422E in popluar color models

00 42 2E
RGB 0 66 46
HSL 162° 100.00% 12.94%
HSB/HSV 162° 100.00% 25.88%
CMYK 100.00% 0.00% 30.30%
74.12%

Color #00422E in popluar number systems.

HEX 00 42 2E
Decimal 0 66 46
Binary 0 1000010 101110
Octal 0 102 56

Shades and tints

Shades of #00422E

#00422E
(0,66,46)
#003C2A
(0,60,42)
#003626
(0,54,38)
#003022
(0,48,34)
#002A1E
(0,42,30)
#00241A
(0,36,26)
#001E16
(0,30,22)
#001812
(0,24,18)
#00120E
(0,18,14)
#000C0A
(0,12,10)
#000606
(0,6,6)
#000000
(0,0,0)

Tints of #00422E

#00422E
(0,66,46)
#175341
(23,83,65)
#2E6454
(46,100,84)
#457567
(69,117,103)
#5C867A
(92,134,122)
#73978D
(115,151,141)
#8AA8A0
(138,168,160)
#A1B9B3
(161,185,179)
#B8CAC6
(184,202,198)
#CFDBD9
(207,219,217)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00422E color. Also use rgb(0,66,46) instead hex code.

Text Font Color

.myTextColor { color: #00422E; }

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

This text font color is #00422E.

Background Color

.myBgColor { background-color: #00422E; }

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

This div background color is #00422E.

Border color

.myBorderColor { border: 1px solid #00422E; }

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

This div border color is #00422E.

Opacity

.myOpacity80 { color: #00422E; opacity: 0.8; }

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

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

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

This text has shadow with #00422E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00422E.

Preview

Color preview on black background

This text has color #00422E on black background.


Color preview on white background

This text has color #00422E on white background.


Black color preview on #00422E background

This text has black color on #00422E background.


White color preview on #00422E background

This text has white color on #00422E background.


Related colors

Complementary color

Complementary color for #hex is #FFBDD1.


I love getcolorcode.com

Triadic colors

1 #2E0042 and #422E00 with #00422E are triadic colors.

2 #2E4200 and #42002E with #00422E are triadic colors.