COLOR #00412E

HEX: #00412E RGB: (0,65,46)

Color info

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

RGB color model

#00412E color RGB value is (0,65,46).

RGB: (0,65,46) (0%, 25%, 18%)

RGB channels and saturation

R 0 of 255 = 0%
G 65 of 255 = 25%
B 46 of 255 = 18%

0
65
46

R + G + B ~ 14%. #00412E is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 65 + 46 = 111 (100%)
R 0 of 111 ~ 0%
G 65 of 111 ~ 58.56%
B 46 of 111 ~ 41.44'%

%58.56
%41.44

CMYK color model

#00412E color CMYK value is (100,0,29,75).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 29.23%
  • key color value is 74.51%

CMYK: (100,0,29,75)
C100M0Y29K75 (100%, 0%, 29%, 75%)
(1.00 / 0.00 / 0.29 / 0.75)

CMYK percentages

%100
%0
%29.23
%74.51

Codes

Color #00412E in popluar color models

00 41 2E
RGB 0 65 46
HSL 162° 100.00% 12.75%
HSB/HSV 162° 100.00% 25.49%
CMYK 100.00% 0.00% 29.23%
74.51%

Color #00412E in popluar number systems.

HEX 00 41 2E
Decimal 0 65 46
Binary 0 1000001 101110
Octal 0 101 56

Shades and tints

Shades of #00412E

#00412E
(0,65,46)
#003C2A
(0,60,42)
#003726
(0,55,38)
#003222
(0,50,34)
#002D1E
(0,45,30)
#00281A
(0,40,26)
#002316
(0,35,22)
#001E12
(0,30,18)
#00190E
(0,25,14)
#00140A
(0,20,10)
#000F06
(0,15,6)
#000000
(0,0,0)

Tints of #00412E

#00412E
(0,65,46)
#175241
(23,82,65)
#2E6354
(46,99,84)
#457467
(69,116,103)
#5C857A
(92,133,122)
#73968D
(115,150,141)
#8AA7A0
(138,167,160)
#A1B8B3
(161,184,179)
#B8C9C6
(184,201,198)
#CFDAD9
(207,218,217)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00412E; }

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

This text font color is #00412E.

Background Color

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

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

This div background color is #00412E.

Border color

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

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

This div border color is #00412E.

Opacity

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

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

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

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

This text has shadow with #00412E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00412E.

Preview

Color preview on black background

This text has color #00412E on black background.


Color preview on white background

This text has color #00412E on white background.


Black color preview on #00412E background

This text has black color on #00412E background.


White color preview on #00412E background

This text has white color on #00412E background.


Related colors

Complementary color

Complementary color for #hex is #FFBED1.


I love getcolorcode.com

Triadic colors

1 #2E0041 and #412E00 with #00412E are triadic colors.

2 #2E4100 and #41002E with #00412E are triadic colors.