COLOR #04393C

HEX: #04393C
RGB: (4,57,60)

Color info

#04393C contains red, green and blue colors in about the same proportion. Web safe color of #04393C is #003333 (or #033).

RGB color model

#04393C color RGB value is (4,57,60).

  • red value is 4;
  • green value is 57;
  • blue value is 60.
RGB:
(4,57,60)
(2%,22%,24%)

RGB channels and saturation

R 4 of 255 = 2%
G 57 of 255 = 22%
B 60 of 255 = 24%

4
57
60

R + G + B ~ 16%. #04393C is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 57 + 60 = 121 (100%)
R 4 of 121 ~ 3.31%
G 57 of 121 ~ 47.11%
B 60 of 121 ~ 49.59%

%47.11
%49.59

CMYK color model

#04393C color CMYK value is (93,5,0,76).

  • cyan value is 93.33%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(93,5,0,76)
C93M5Y0K76 
(93%,5%,0%,76%)
(0.93/0.05/0.00/0.76)	

CMYK percentages

%93.33
%5
%0
%76.47

Codes

Color #04393C in popluar color models

04393C
RGB45760
HSL183°87.50%12.55%
HSB/HSV183°93.33%23.53%
CMYK93.33%5.00%0.00%
76.47%

Color #04393C in popluar number systems.

HEX04393C
Decimal45760
Binary100111001111100
Octal47174

Shades and tints

Shades of #04393C

#04393C
(4,57,60)
#043437
(4,52,55)
#042F32
(4,47,50)
#042A2D
(4,42,45)
#042528
(4,37,40)
#042023
(4,32,35)
#041B1E
(4,27,30)
#041619
(4,22,25)
#041114
(4,17,20)
#040C0F
(4,12,15)
#04070A
(4,7,10)
#000000
(0,0,0)

Tints of #04393C

#04393C
(4,57,60)
#1A4B4D
(26,75,77)
#305D5E
(48,93,94)
#466F6F
(70,111,111)
#5C8180
(92,129,128)
#729391
(114,147,145)
#88A5A2
(136,165,162)
#9EB7B3
(158,183,179)
#B4C9C4
(180,201,196)
#CADBD5
(202,219,213)
#E0EDE6
(224,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04393C; }

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

This text font color is #04393C.


Background Color

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

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

This div background color is #04393C.


Border color

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

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

This div border color is #04393C.


Opacity

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

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

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

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

This text has shadow with #04393C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04393C on black background.


Color preview on white background

This text has color #04393C on white background.



Black color preview on #04393C background

This text has black color on #04393C background.


White color preview on #04393C background

This text has white color on #04393C background.