COLOR #00442A

HEX: #00442A RGB: (0,68,42)

Color info

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

RGB color model

#00442A color RGB value is (0,68,42).

RGB: (0,68,42) (0%, 27%, 16%)

RGB channels and saturation

R 0 of 255 = 0%
G 68 of 255 = 27%
B 42 of 255 = 16%

0
68
42

R + G + B ~ 14%. #00442A is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 68 + 42 = 110 (100%)
R 0 of 110 ~ 0%
G 68 of 110 ~ 61.82%
B 42 of 110 ~ 38.18'%

%61.82
%38.18

CMYK color model

#00442A color CMYK value is (100,0,38,73).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 73.33%
CMYK: (100,0,38,73) C100M0Y38K73 (100%,0%,38%,73%) (1.00/0.00/0.38/0.73) 

CMYK percentages

%100
%0
%38.24
%73.33

Codes

Color #00442A in popluar color models

00 44 2A
RGB 0 68 42
HSL 157° 100.00% 13.33%
HSB/HSV 157° 100.00% 26.67%
CMYK 100.00% 0.00% 38.24%
73.33%

Color #00442A in popluar number systems.

HEX 00 44 2A
Decimal 0 68 42
Binary 0 1000100 101010
Octal 0 104 52

Shades and tints

Shades of #00442A

#00442A
(0,68,42)
#003E27
(0,62,39)
#003824
(0,56,36)
#003221
(0,50,33)
#002C1E
(0,44,30)
#00261B
(0,38,27)
#002018
(0,32,24)
#001A15
(0,26,21)
#001412
(0,20,18)
#000E0F
(0,14,15)
#00080C
(0,8,12)
#000000
(0,0,0)

Tints of #00442A

#00442A
(0,68,42)
#17553D
(23,85,61)
#2E6650
(46,102,80)
#457763
(69,119,99)
#5C8876
(92,136,118)
#739989
(115,153,137)
#8AAA9C
(138,170,156)
#A1BBAF
(161,187,175)
#B8CCC2
(184,204,194)
#CFDDD5
(207,221,213)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00442A color. Also use rgb(0,68,42) instead hex code.

Text Font Color

.myTextColor { color: #00442A; }

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

This text font color is #00442A.

Background Color

.myBgColor { background-color: #00442A; }

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

This div background color is #00442A.

Border color

.myBorderColor { border: 1px solid #00442A; }

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

This div border color is #00442A.

Opacity

.myOpacity80 { color: #00442A; opacity: 0.8; }

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

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

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

This text has shadow with #00442A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00442A.

Preview

Color preview on black background

This text has color #00442A on black background.


Color preview on white background

This text has color #00442A on white background.


Black color preview on #00442A background

This text has black color on #00442A background.


White color preview on #00442A background

This text has white color on #00442A background.


Related colors

Complementary color

Complementary color for #hex is #FFBBD5.


I love getcolorcode.com

Triadic colors

1 #2A0044 and #442A00 with #00442A are triadic colors.

2 #2A4400 and #44002A with #00442A are triadic colors.