COLOR #04403C

HEX: #04403C RGB: (4,64,60)

Color info

#04403C contains mainly green and blue colors. Web safe color of #04403C is #003333 (or #033).

RGB color model

#04403C color RGB value is (4,64,60).

RGB: (4,64,60) (2%, 25%, 24%)

RGB channels and saturation

R 4 of 255 = 2%
G 64 of 255 = 25%
B 60 of 255 = 24%

4
64
60

R + G + B ~ 17%. #04403C is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 64 + 60 = 128 (100%)
R 4 of 128 ~ 3.13%
G 64 of 128 ~ 50%
B 60 of 128 ~ 46.88'%

%50
%46.88

CMYK color model

#04403C color CMYK value is (94,0,6,75).

  • cyan value is 93.75%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 74.90%

CMYK: (94,0,6,75)
C94M0Y6K75 (94%, 0%, 6%, 75%)
(0.94 / 0.00 / 0.06 / 0.75)

CMYK percentages

%93.75
%0
%6.25
%74.9

Codes

Color #04403C in popluar color models

04 40 3C
RGB 4 64 60
HSL 176° 88.24% 13.33%
HSB/HSV 176° 93.75% 25.10%
CMYK 93.75% 0.00% 6.25%
74.90%

Color #04403C in popluar number systems.

HEX 04 40 3C
Decimal 4 64 60
Binary 100 1000000 111100
Octal 4 100 74

Shades and tints

Shades of #04403C

#04403C
(4,64,60)
#043B37
(4,59,55)
#043632
(4,54,50)
#04312D
(4,49,45)
#042C28
(4,44,40)
#042723
(4,39,35)
#04221E
(4,34,30)
#041D19
(4,29,25)
#041814
(4,24,20)
#04130F
(4,19,15)
#040E0A
(4,14,10)
#000000
(0,0,0)

Tints of #04403C

#04403C
(4,64,60)
#1A514D
(26,81,77)
#30625E
(48,98,94)
#46736F
(70,115,111)
#5C8480
(92,132,128)
#729591
(114,149,145)
#88A6A2
(136,166,162)
#9EB7B3
(158,183,179)
#B4C8C4
(180,200,196)
#CAD9D5
(202,217,213)
#E0EAE6
(224,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04403C color. Also use rgb(4,64,60) instead hex code.

Text Font Color

.myTextColor { color: #04403C; }

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

This text font color is #04403C.

Background Color

.myBgColor { background-color: #04403C; }

<div style="background-color:#04403C">Inner text</div>

This div background color is #04403C.

Border color

.myBorderColor { border: 1px solid #04403C; }

<div style="border:3px solid #04403C">Div</div>

This div border color is #04403C.

Opacity

.myOpacity80 { color: #04403C; opacity: 0.8; }

<p style="color:#04403C;opacity:0.8;">80%</p>

Text with #04403C 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 #04403C;}

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

This text has shadow with #04403C color.


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

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

This text has shadow with #04403C primary color and red secondary color.


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

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

This text has shadow with #04403C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #04403C.

Preview

Color preview on black background

This text has color #04403C on black background.


Color preview on white background

This text has color #04403C on white background.


Black color preview on #04403C background

This text has black color on #04403C background.


White color preview on #04403C background

This text has white color on #04403C background.


Related colors

Complementary color

Complementary color for #hex is #FBBFC3.


I love getcolorcode.com

Triadic colors

1 #3C0440 and #403C04 with #04403C are triadic colors.

2 #3C4004 and #40043C with #04403C are triadic colors.