COLOR #04333B

HEX: #04333B
RGB: (4,51,59)

Color info

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

RGB color model

#04333B color RGB value is (4,51,59).

  • red value is 4;
  • green value is 51;
  • blue value is 59.
RGB:
(4,51,59)
(2%,20%,23%)

RGB channels and saturation

R 4 of 255 = 2%
G 51 of 255 = 20%
B 59 of 255 = 23%

4
51
59

R + G + B ~ 15%. #04333B is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 51 + 59 = 114 (100%)
R 4 of 114 ~ 3.51%
G 51 of 114 ~ 44.74%
B 59 of 114 ~ 51.75%

%44.74
%51.75

CMYK color model

#04333B color CMYK value is (93,14,0,77).

  • cyan value is 93.22%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(93,14,0,77)
C93M14Y0K77 
(93%,14%,0%,77%)
(0.93/0.14/0.00/0.77)	

CMYK percentages

%93.22
%13.56
%0
%76.86

Codes

Color #04333B in popluar color models

04333B
RGB45159
HSL189°87.30%12.35%
HSB/HSV189°93.22%23.14%
CMYK93.22%13.56%0.00%
76.86%

Color #04333B in popluar number systems.

HEX04333B
Decimal45159
Binary100110011111011
Octal46373

Shades and tints

Shades of #04333B

#04333B
(4,51,59)
#042F36
(4,47,54)
#042B31
(4,43,49)
#04272C
(4,39,44)
#042327
(4,35,39)
#041F22
(4,31,34)
#041B1D
(4,27,29)
#041718
(4,23,24)
#041313
(4,19,19)
#040F0E
(4,15,14)
#040B09
(4,11,9)
#000000
(0,0,0)

Tints of #04333B

#04333B
(4,51,59)
#1A454C
(26,69,76)
#30575D
(48,87,93)
#46696E
(70,105,110)
#5C7B7F
(92,123,127)
#728D90
(114,141,144)
#889FA1
(136,159,161)
#9EB1B2
(158,177,178)
#B4C3C3
(180,195,195)
#CAD5D4
(202,213,212)
#E0E7E5
(224,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04333B color. Also use rgb(4,51,59) instead hex code.

Text Font Color

.myTextColor { color: #04333B; }

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

This text font color is #04333B.


Background Color

.myBgColor { background-color: #04333B; }

<div style="background-color:#04333B">Inner text</div>

This div background color is #04333B.


Border color

.myBorderColor { border: 1px solid #04333B; }

<div style="border:3px solid #04333B">Div</div>

This div border color is #04333B.


Opacity

.myOpacity80 { color: #04333B; opacity: 0.8; }

<p style="color:#04333B;opacity:0.8;">80%</p>

Text with #04333B 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 #04333B;}

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

This text has shadow with #04333B color.

.textShadow {text-shadow: 3px 3px 1px #04333B, 3px 3px 1px red;}

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

This text has shadow with #04333B primary color and red secondary color.


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

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

This text has shadow with #04333B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04333B on black background.


Color preview on white background

This text has color #04333B on white background.



Black color preview on #04333B background

This text has black color on #04333B background.


White color preview on #04333B background

This text has white color on #04333B background.