COLOR #04362B

HEX: #04362B
RGB: (4,54,43)

Color info

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

RGB color model

#04362B color RGB value is (4,54,43).

  • red value is 4;
  • green value is 54;
  • blue value is 43.
RGB:
(4,54,43)
(2%,21%,17%)

RGB channels and saturation

R 4 of 255 = 2%
G 54 of 255 = 21%
B 43 of 255 = 17%

4
54
43

R + G + B ~ 13%. #04362B is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 54 + 43 = 101 (100%)
R 4 of 101 ~ 3.96%
G 54 of 101 ~ 53.47%
B 43 of 101 ~ 42.57%

%53.47
%42.57

CMYK color model

#04362B color CMYK value is (93,0,20,79).

  • cyan value is 92.59%
  • magenta value is 0.00%
  • yellow value is 20.37%
  • key color value is 78.82%
CMYK:
(93,0,20,79)
C93M0Y20K79 
(93%,0%,20%,79%)
(0.93/0.00/0.20/0.79)	

CMYK percentages

%92.59
%0
%20.37
%78.82

Codes

Color #04362B in popluar color models

04362B
RGB45443
HSL167°86.21%11.37%
HSB/HSV167°92.59%21.18%
CMYK92.59%0.00%20.37%
78.82%

Color #04362B in popluar number systems.

HEX04362B
Decimal45443
Binary100110110101011
Octal46653

Shades and tints

Shades of #04362B

#04362B
(4,54,43)
#043228
(4,50,40)
#042E25
(4,46,37)
#042A22
(4,42,34)
#04261F
(4,38,31)
#04221C
(4,34,28)
#041E19
(4,30,25)
#041A16
(4,26,22)
#041613
(4,22,19)
#041210
(4,18,16)
#040E0D
(4,14,13)
#000000
(0,0,0)

Tints of #04362B

#04362B
(4,54,43)
#1A483E
(26,72,62)
#305A51
(48,90,81)
#466C64
(70,108,100)
#5C7E77
(92,126,119)
#72908A
(114,144,138)
#88A29D
(136,162,157)
#9EB4B0
(158,180,176)
#B4C6C3
(180,198,195)
#CAD8D6
(202,216,214)
#E0EAE9
(224,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04362B color. Also use rgb(4,54,43) instead hex code.

Text Font Color

.myTextColor { color: #04362B; }

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

This text font color is #04362B.


Background Color

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

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

This div background color is #04362B.


Border color

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

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

This div border color is #04362B.


Opacity

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

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

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

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

This text has shadow with #04362B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04362B on black background.


Color preview on white background

This text has color #04362B on white background.



Black color preview on #04362B background

This text has black color on #04362B background.


White color preview on #04362B background

This text has white color on #04362B background.