COLOR #04360B

HEX: #04360B
RGB: (4,54,11)

Color info

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

RGB color model

#04360B color RGB value is (4,54,11).

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

RGB channels and saturation

R 4 of 255 = 2%
G 54 of 255 = 21%
B 11 of 255 = 4%

4
54
11

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

Portions of RGB colors in percentages

R + G + B =
4 + 54 + 11 = 69 (100%)
R 4 of 69 ~ 5.8%
G 54 of 69 ~ 78.26%
B 11 of 69 ~ 15.94%

%78.26
%15.94

CMYK color model

#04360B color CMYK value is (93,0,80,79).

  • cyan value is 92.59%
  • magenta value is 0.00%
  • yellow value is 79.63%
  • key color value is 78.82%
CMYK:
(93,0,80,79)
C93M0Y80K79 
(93%,0%,80%,79%)
(0.93/0.00/0.80/0.79)	

CMYK percentages

%92.59
%0
%79.63
%78.82

Codes

Color #04360B in popluar color models

04360B
RGB45411
HSL128°86.21%11.37%
HSB/HSV128°92.59%21.18%
CMYK92.59%0.00%79.63%
78.82%

Color #04360B in popluar number systems.

HEX04360B
Decimal45411
Binary1001101101011
Octal46613

Shades and tints

Shades of #04360B

#04360B
(4,54,11)
#04320A
(4,50,10)
#042E09
(4,46,9)
#042A08
(4,42,8)
#042607
(4,38,7)
#042206
(4,34,6)
#041E05
(4,30,5)
#041A04
(4,26,4)
#041603
(4,22,3)
#041202
(4,18,2)
#040E01
(4,14,1)
#000000
(0,0,0)

Tints of #04360B

#04360B
(4,54,11)
#1A4821
(26,72,33)
#305A37
(48,90,55)
#466C4D
(70,108,77)
#5C7E63
(92,126,99)
#729079
(114,144,121)
#88A28F
(136,162,143)
#9EB4A5
(158,180,165)
#B4C6BB
(180,198,187)
#CAD8D1
(202,216,209)
#E0EAE7
(224,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04360B; }

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

This text font color is #04360B.


Background Color

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

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

This div background color is #04360B.


Border color

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

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

This div border color is #04360B.


Opacity

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

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

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

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

This text has shadow with #04360B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04360B on black background.


Color preview on white background

This text has color #04360B on white background.



Black color preview on #04360B background

This text has black color on #04360B background.


White color preview on #04360B background

This text has white color on #04360B background.