COLOR #04331E

HEX: #04331E
RGB: (4,51,30)

Color info

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

RGB color model

#04331E color RGB value is (4,51,30).

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

RGB channels and saturation

R 4 of 255 = 2%
G 51 of 255 = 20%
B 30 of 255 = 12%

4
51
30

R + G + B ~ 11%. #04331E is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 51 + 30 = 85 (100%)
R 4 of 85 ~ 4.71%
G 51 of 85 ~ 60%
B 30 of 85 ~ 35.29%

%60
%35.29

CMYK color model

#04331E color CMYK value is (92,0,41,80).

  • cyan value is 92.16%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 80.00%
CMYK:
(92,0,41,80)
C92M0Y41K80 
(92%,0%,41%,80%)
(0.92/0.00/0.41/0.80)	

CMYK percentages

%92.16
%0
%41.18
%80

Codes

Color #04331E in popluar color models

04331E
RGB45130
HSL153°85.45%10.78%
HSB/HSV153°92.16%20.00%
CMYK92.16%0.00%41.18%
80.00%

Color #04331E in popluar number systems.

HEX04331E
Decimal45130
Binary10011001111110
Octal46336

Shades and tints

Shades of #04331E

#04331E
(4,51,30)
#042F1C
(4,47,28)
#042B1A
(4,43,26)
#042718
(4,39,24)
#042316
(4,35,22)
#041F14
(4,31,20)
#041B12
(4,27,18)
#041710
(4,23,16)
#04130E
(4,19,14)
#040F0C
(4,15,12)
#040B0A
(4,11,10)
#000000
(0,0,0)

Tints of #04331E

#04331E
(4,51,30)
#1A4532
(26,69,50)
#305746
(48,87,70)
#46695A
(70,105,90)
#5C7B6E
(92,123,110)
#728D82
(114,141,130)
#889F96
(136,159,150)
#9EB1AA
(158,177,170)
#B4C3BE
(180,195,190)
#CAD5D2
(202,213,210)
#E0E7E6
(224,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04331E color. Also use rgb(4,51,30) instead hex code.

Text Font Color

.myTextColor { color: #04331E; }

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

This text font color is #04331E.


Background Color

.myBgColor { background-color: #04331E; }

<div style="background-color:#04331E">Inner text</div>

This div background color is #04331E.


Border color

.myBorderColor { border: 1px solid #04331E; }

<div style="border:3px solid #04331E">Div</div>

This div border color is #04331E.


Opacity

.myOpacity80 { color: #04331E; opacity: 0.8; }

<p style="color:#04331E;opacity:0.8;">80%</p>

Text with #04331E 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 #04331E;}

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

This text has shadow with #04331E color.

.textShadow {text-shadow: 3px 3px 1px #04331E, 3px 3px 1px red;}

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

This text has shadow with #04331E primary color and red secondary color.


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

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

This text has shadow with #04331E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04331E on black background.


Color preview on white background

This text has color #04331E on white background.



Black color preview on #04331E background

This text has black color on #04331E background.


White color preview on #04331E background

This text has white color on #04331E background.