COLOR #00435E

HEX: #00435E
RGB: (0,67,94)

Color info

#00435E contains only green and blue colors. Web safe color of #00435E is #003366 (or #036).

RGB color model

#00435E color RGB value is (0,67,94).

  • red value is 0;
  • green value is 67;
  • blue value is 94.
RGB:
(0,67,94)
(0%,26%,37%)

RGB channels and saturation

R 0 of 255 = 0%
G 67 of 255 = 26%
B 94 of 255 = 37%

0
67
94

R + G + B ~ 21%. #00435E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 67 + 94 = 161 (100%)
R 0 of 161 ~ 0%
G 67 of 161 ~ 41.61%
B 94 of 161 ~ 58.39%

%41.61
%58.39

CMYK color model

#00435E color CMYK value is (100,29,0,63).

  • cyan value is 100.00%
  • magenta value is 28.72%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(100,29,0,63)
C100M29Y0K63 
(100%,29%,0%,63%)
(1.00/0.29/0.00/0.63)	

CMYK percentages

%100
%28.72
%0
%63.14

Codes

Color #00435E in popluar color models

00435E
RGB06794
HSL197°100.00%18.43%
HSB/HSV197°100.00%36.86%
CMYK100.00%28.72%0.00%
63.14%

Color #00435E in popluar number systems.

HEX00435E
Decimal06794
Binary010000111011110
Octal0103136

Shades and tints

Shades of #00435E

#00435E
(0,67,94)
#003D56
(0,61,86)
#00374E
(0,55,78)
#003146
(0,49,70)
#002B3E
(0,43,62)
#002536
(0,37,54)
#001F2E
(0,31,46)
#001926
(0,25,38)
#00131E
(0,19,30)
#000D16
(0,13,22)
#00070E
(0,7,14)
#000000
(0,0,0)

Tints of #00435E

#00435E
(0,67,94)
#17546C
(23,84,108)
#2E657A
(46,101,122)
#457688
(69,118,136)
#5C8796
(92,135,150)
#7398A4
(115,152,164)
#8AA9B2
(138,169,178)
#A1BAC0
(161,186,192)
#B8CBCE
(184,203,206)
#CFDCDC
(207,220,220)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00435E color. Also use rgb(0,67,94) instead hex code.

Text Font Color

.myTextColor { color: #00435E; }

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

This text font color is #00435E.


Background Color

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

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

This div background color is #00435E.


Border color

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

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

This div border color is #00435E.


Opacity

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

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

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

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

This text has shadow with #00435E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00435E on black background.


Color preview on white background

This text has color #00435E on white background.



Black color preview on #00435E background

This text has black color on #00435E background.


White color preview on #00435E background

This text has white color on #00435E background.