COLOR #364112

HEX: #364112
RGB: (54,65,18)

Color info

#364112 contains red, green and blue colors in about the same proportion. Web safe color of #364112 is #333300 (or #330).

RGB color model

#364112 color RGB value is (54,65,18).

  • red value is 54;
  • green value is 65;
  • blue value is 18.
RGB:
(54,65,18)
(21%,25%,7%)

RGB channels and saturation

R 54 of 255 = 21%
G 65 of 255 = 25%
B 18 of 255 = 7%

54
65
18

R + G + B ~ 18%. #364112 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 65 + 18 = 137 (100%)
R 54 of 137 ~ 39.42%
G 65 of 137 ~ 47.45%
B 18 of 137 ~ 13.14%

%39.42
%47.45
%13.14

CMYK color model

#364112 color CMYK value is (17,0,72,75).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 72.31%
  • key color value is 74.51%
CMYK:
(17,0,72,75)
C17M0Y72K75 
(17%,0%,72%,75%)
(0.17/0.00/0.72/0.75)	

CMYK percentages

%16.92
%0
%72.31
%74.51

Codes

Color #364112 in popluar color models

364112
RGB546518
HSL74°56.63%16.27%
HSB/HSV74°72.31%25.49%
CMYK16.92%0.00%72.31%
74.51%

Color #364112 in popluar number systems.

HEX364112
Decimal546518
Binary110110100000110010
Octal6610122

Shades and tints

Shades of #364112

#364112
(54,65,18)
#323C11
(50,60,17)
#2E3710
(46,55,16)
#2A320F
(42,50,15)
#262D0E
(38,45,14)
#22280D
(34,40,13)
#1E230C
(30,35,12)
#1A1E0B
(26,30,11)
#16190A
(22,25,10)
#121409
(18,20,9)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #364112

#364112
(54,65,18)
#485227
(72,82,39)
#5A633C
(90,99,60)
#6C7451
(108,116,81)
#7E8566
(126,133,102)
#90967B
(144,150,123)
#A2A790
(162,167,144)
#B4B8A5
(180,184,165)
#C6C9BA
(198,201,186)
#D8DACF
(216,218,207)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364112 color. Also use rgb(54,65,18) instead hex code.

Text Font Color

.myTextColor { color: #364112; }

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

This text font color is #364112.


Background Color

.myBgColor { background-color: #364112; }

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

This div background color is #364112.


Border color

.myBorderColor { border: 1px solid #364112; }

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

This div border color is #364112.


Opacity

.myOpacity80 { color: #364112; opacity: 0.8; }

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

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

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

This text has shadow with #364112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364112 on black background.


Color preview on white background

This text has color #364112 on white background.



Black color preview on #364112 background

This text has black color on #364112 background.


White color preview on #364112 background

This text has white color on #364112 background.