COLOR #04435A

HEX: #04435A
RGB: (4,67,90)

Color info

#04435A contains mainly green and blue colors. Web safe color of #04435A is #003366 (or #036).

RGB color model

#04435A color RGB value is (4,67,90).

  • red value is 4;
  • green value is 67;
  • blue value is 90.
RGB:
(4,67,90)
(2%,26%,35%)

RGB channels and saturation

R 4 of 255 = 2%
G 67 of 255 = 26%
B 90 of 255 = 35%

4
67
90

R + G + B ~ 21%. #04435A is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 67 + 90 = 161 (100%)
R 4 of 161 ~ 2.48%
G 67 of 161 ~ 41.61%
B 90 of 161 ~ 55.9%

%41.61
%55.9

CMYK color model

#04435A color CMYK value is (96,26,0,65).

  • cyan value is 95.56%
  • magenta value is 25.56%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(96,26,0,65)
C96M26Y0K65 
(96%,26%,0%,65%)
(0.96/0.26/0.00/0.65)	

CMYK percentages

%95.56
%25.56
%0
%64.71

Codes

Color #04435A in popluar color models

04435A
RGB46790
HSL196°91.49%18.43%
HSB/HSV196°95.56%35.29%
CMYK95.56%25.56%0.00%
64.71%

Color #04435A in popluar number systems.

HEX04435A
Decimal46790
Binary10010000111011010
Octal4103132

Shades and tints

Shades of #04435A

#04435A
(4,67,90)
#043D52
(4,61,82)
#04374A
(4,55,74)
#043142
(4,49,66)
#042B3A
(4,43,58)
#042532
(4,37,50)
#041F2A
(4,31,42)
#041922
(4,25,34)
#04131A
(4,19,26)
#040D12
(4,13,18)
#04070A
(4,7,10)
#000000
(0,0,0)

Tints of #04435A

#04435A
(4,67,90)
#1A5469
(26,84,105)
#306578
(48,101,120)
#467687
(70,118,135)
#5C8796
(92,135,150)
#7298A5
(114,152,165)
#88A9B4
(136,169,180)
#9EBAC3
(158,186,195)
#B4CBD2
(180,203,210)
#CADCE1
(202,220,225)
#E0EDF0
(224,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04435A color. Also use rgb(4,67,90) instead hex code.

Text Font Color

.myTextColor { color: #04435A; }

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

This text font color is #04435A.


Background Color

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

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

This div background color is #04435A.


Border color

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

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

This div border color is #04435A.


Opacity

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

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

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

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

This text has shadow with #04435A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04435A on black background.


Color preview on white background

This text has color #04435A on white background.



Black color preview on #04435A background

This text has black color on #04435A background.


White color preview on #04435A background

This text has white color on #04435A background.