COLOR #04360E

HEX: #04360E RGB: (4,54,14)

Color info

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

RGB color model

#04360E color RGB value is (4,54,14).

RGB: (4,54,14) (2%, 21%, 5%)

RGB channels and saturation

R 4 of 255 = 2%
G 54 of 255 = 21%
B 14 of 255 = 5%

4
54
14

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

Portions of RGB colors in percentages

R + G + B = 4 + 54 + 14 = 72 (100%)
R 4 of 72 ~ 5.56%
G 54 of 72 ~ 75%
B 14 of 72 ~ 19.44'%

%75
%19.44

CMYK color model

#04360E color CMYK value is (93,0,74,79).

  • cyan value is 92.59%
  • magenta value is 0.00%
  • yellow value is 74.07%
  • key color value is 78.82%

CMYK: (93,0,74,79)
C93M0Y74K79 (93%, 0%, 74%, 79%)
(0.93 / 0.00 / 0.74 / 0.79)

CMYK percentages

%92.59
%0
%74.07
%78.82

Codes

Color #04360E in popluar color models

04 36 0E
RGB 4 54 14
HSL 132° 86.21% 11.37%
HSB/HSV 132° 92.59% 21.18%
CMYK 92.59% 0.00% 74.07%
78.82%

Color #04360E in popluar number systems.

HEX 04 36 0E
Decimal 4 54 14
Binary 100 110110 1110
Octal 4 66 16

Shades and tints

Shades of #04360E

#04360E
(4,54,14)
#04320D
(4,50,13)
#042E0C
(4,46,12)
#042A0B
(4,42,11)
#04260A
(4,38,10)
#042209
(4,34,9)
#041E08
(4,30,8)
#041A07
(4,26,7)
#041606
(4,22,6)
#041205
(4,18,5)
#040E04
(4,14,4)
#000000
(0,0,0)

Tints of #04360E

#04360E
(4,54,14)
#1A4823
(26,72,35)
#305A38
(48,90,56)
#466C4D
(70,108,77)
#5C7E62
(92,126,98)
#729077
(114,144,119)
#88A28C
(136,162,140)
#9EB4A1
(158,180,161)
#B4C6B6
(180,198,182)
#CAD8CB
(202,216,203)
#E0EAE0
(224,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04360E; }

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

This text font color is #04360E.

Background Color

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

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

This div background color is #04360E.

Border color

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

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

This div border color is #04360E.

Opacity

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

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

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

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

This text has shadow with #04360E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04360E.

Preview

Color preview on black background

This text has color #04360E on black background.


Color preview on white background

This text has color #04360E on white background.


Black color preview on #04360E background

This text has black color on #04360E background.


White color preview on #04360E background

This text has white color on #04360E background.


Related colors

Complementary color

Complementary color for #hex is #FBC9F1.


I love getcolorcode.com

Triadic colors

1 #0E0436 and #360E04 with #04360E are triadic colors.

2 #0E3604 and #36040E with #04360E are triadic colors.