COLOR #00413E

HEX: #00413E
RGB: (0,65,62)

Color info

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

RGB color model

#00413E color RGB value is (0,65,62).

  • red value is 0;
  • green value is 65;
  • blue value is 62.
RGB:
(0,65,62)
(0%,25%,24%)

RGB channels and saturation

R 0 of 255 = 0%
G 65 of 255 = 25%
B 62 of 255 = 24%

0
65
62

R + G + B ~ 16%. #00413E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 65 + 62 = 127 (100%)
R 0 of 127 ~ 0%
G 65 of 127 ~ 51.18%
B 62 of 127 ~ 48.82%

%51.18
%48.82

CMYK color model

#00413E color CMYK value is (100,0,5,75).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 74.51%
CMYK:
(100,0,5,75)
C100M0Y5K75 
(100%,0%,5%,75%)
(1.00/0.00/0.05/0.75)	

CMYK percentages

%100
%0
%4.62
%74.51

Codes

Color #00413E in popluar color models

00413E
RGB06562
HSL177°100.00%12.75%
HSB/HSV177°100.00%25.49%
CMYK100.00%0.00%4.62%
74.51%

Color #00413E in popluar number systems.

HEX00413E
Decimal06562
Binary01000001111110
Octal010176

Shades and tints

Shades of #00413E

#00413E
(0,65,62)
#003C39
(0,60,57)
#003734
(0,55,52)
#00322F
(0,50,47)
#002D2A
(0,45,42)
#002825
(0,40,37)
#002320
(0,35,32)
#001E1B
(0,30,27)
#001916
(0,25,22)
#001411
(0,20,17)
#000F0C
(0,15,12)
#000000
(0,0,0)

Tints of #00413E

#00413E
(0,65,62)
#17524F
(23,82,79)
#2E6360
(46,99,96)
#457471
(69,116,113)
#5C8582
(92,133,130)
#739693
(115,150,147)
#8AA7A4
(138,167,164)
#A1B8B5
(161,184,181)
#B8C9C6
(184,201,198)
#CFDAD7
(207,218,215)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00413E; }

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

This text font color is #00413E.


Background Color

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

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

This div background color is #00413E.


Border color

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

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

This div border color is #00413E.


Opacity

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

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

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

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

This text has shadow with #00413E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00413E on black background.


Color preview on white background

This text has color #00413E on white background.



Black color preview on #00413E background

This text has black color on #00413E background.


White color preview on #00413E background

This text has white color on #00413E background.