COLOR #04391B

HEX: #04391B
RGB: (4,57,27)

Color info

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

RGB color model

#04391B color RGB value is (4,57,27).

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

RGB channels and saturation

R 4 of 255 = 2%
G 57 of 255 = 22%
B 27 of 255 = 11%

4
57
27

R + G + B ~ 12%. #04391B is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 57 + 27 = 88 (100%)
R 4 of 88 ~ 4.55%
G 57 of 88 ~ 64.77%
B 27 of 88 ~ 30.68%

%64.77
%30.68

CMYK color model

#04391B color CMYK value is (93,0,53,78).

  • cyan value is 92.98%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 77.65%
CMYK:
(93,0,53,78)
C93M0Y53K78 
(93%,0%,53%,78%)
(0.93/0.00/0.53/0.78)	

CMYK percentages

%92.98
%0
%52.63
%77.65

Codes

Color #04391B in popluar color models

04391B
RGB45727
HSL146°86.89%11.96%
HSB/HSV146°92.98%22.35%
CMYK92.98%0.00%52.63%
77.65%

Color #04391B in popluar number systems.

HEX04391B
Decimal45727
Binary10011100111011
Octal47133

Shades and tints

Shades of #04391B

#04391B
(4,57,27)
#043419
(4,52,25)
#042F17
(4,47,23)
#042A15
(4,42,21)
#042513
(4,37,19)
#042011
(4,32,17)
#041B0F
(4,27,15)
#04160D
(4,22,13)
#04110B
(4,17,11)
#040C09
(4,12,9)
#040707
(4,7,7)
#000000
(0,0,0)

Tints of #04391B

#04391B
(4,57,27)
#1A4B2F
(26,75,47)
#305D43
(48,93,67)
#466F57
(70,111,87)
#5C816B
(92,129,107)
#72937F
(114,147,127)
#88A593
(136,165,147)
#9EB7A7
(158,183,167)
#B4C9BB
(180,201,187)
#CADBCF
(202,219,207)
#E0EDE3
(224,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04391B color. Also use rgb(4,57,27) instead hex code.

Text Font Color

.myTextColor { color: #04391B; }

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

This text font color is #04391B.


Background Color

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

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

This div background color is #04391B.


Border color

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

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

This div border color is #04391B.


Opacity

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

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

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

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

This text has shadow with #04391B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04391B on black background.


Color preview on white background

This text has color #04391B on white background.



Black color preview on #04391B background

This text has black color on #04391B background.


White color preview on #04391B background

This text has white color on #04391B background.