COLOR #04360F

HEX: #04360F
RGB: (4,54,15)

Color info

#04360F contains red, green and blue colors in about the same proportion. Web safe color of #04360F is #003300 (or #030).

RGB color model

#04360F color RGB value is (4,54,15).

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

RGB channels and saturation

R 4 of 255 = 2%
G 54 of 255 = 21%
B 15 of 255 = 6%

4
54
15

R + G + B ~ 10%. #04360F is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 54 + 15 = 73 (100%)
R 4 of 73 ~ 5.48%
G 54 of 73 ~ 73.97%
B 15 of 73 ~ 20.55%

%73.97
%20.55

CMYK color model

#04360F color CMYK value is (93,0,72,79).

  • cyan value is 92.59%
  • magenta value is 0.00%
  • yellow value is 72.22%
  • key color value is 78.82%
CMYK:
(93,0,72,79)
C93M0Y72K79 
(93%,0%,72%,79%)
(0.93/0.00/0.72/0.79)	

CMYK percentages

%92.59
%0
%72.22
%78.82

Codes

Color #04360F in popluar color models

04360F
RGB45415
HSL133°86.21%11.37%
HSB/HSV133°92.59%21.18%
CMYK92.59%0.00%72.22%
78.82%

Color #04360F in popluar number systems.

HEX04360F
Decimal45415
Binary1001101101111
Octal46617

Shades and tints

Shades of #04360F

#04360F
(4,54,15)
#04320E
(4,50,14)
#042E0D
(4,46,13)
#042A0C
(4,42,12)
#04260B
(4,38,11)
#04220A
(4,34,10)
#041E09
(4,30,9)
#041A08
(4,26,8)
#041607
(4,22,7)
#041206
(4,18,6)
#040E05
(4,14,5)
#000000
(0,0,0)

Tints of #04360F

#04360F
(4,54,15)
#1A4824
(26,72,36)
#305A39
(48,90,57)
#466C4E
(70,108,78)
#5C7E63
(92,126,99)
#729078
(114,144,120)
#88A28D
(136,162,141)
#9EB4A2
(158,180,162)
#B4C6B7
(180,198,183)
#CAD8CC
(202,216,204)
#E0EAE1
(224,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04360F color. Also use rgb(4,54,15) instead hex code.

Text Font Color

.myTextColor { color: #04360F; }

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

This text font color is #04360F.


Background Color

.myBgColor { background-color: #04360F; }

<div style="background-color:#04360F">Inner text</div>

This div background color is #04360F.


Border color

.myBorderColor { border: 1px solid #04360F; }

<div style="border:3px solid #04360F">Div</div>

This div border color is #04360F.


Opacity

.myOpacity80 { color: #04360F; opacity: 0.8; }

<p style="color:#04360F;opacity:0.8;">80%</p>

Text with #04360F 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 #04360F;}

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

This text has shadow with #04360F color.

.textShadow {text-shadow: 3px 3px 1px #04360F, 3px 3px 1px red;}

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

This text has shadow with #04360F primary color and red secondary color.


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

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

This text has shadow with #04360F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04360F on black background.


Color preview on white background

This text has color #04360F on white background.



Black color preview on #04360F background

This text has black color on #04360F background.


White color preview on #04360F background

This text has white color on #04360F background.