COLOR #364114

HEX: #364114
RGB: (54,65,20)

Color info

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

RGB color model

#364114 color RGB value is (54,65,20).

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

RGB channels and saturation

R 54 of 255 = 21%
G 65 of 255 = 25%
B 20 of 255 = 8%

54
65
20

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

Portions of RGB colors in percentages

R + G + B =
54 + 65 + 20 = 139 (100%)
R 54 of 139 ~ 38.85%
G 65 of 139 ~ 46.76%
B 20 of 139 ~ 14.39%

%38.85
%46.76
%14.39

CMYK color model

#364114 color CMYK value is (17,0,69,75).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 74.51%
CMYK:
(17,0,69,75)
C17M0Y69K75 
(17%,0%,69%,75%)
(0.17/0.00/0.69/0.75)	

CMYK percentages

%16.92
%0
%69.23
%74.51

Codes

Color #364114 in popluar color models

364114
RGB546520
HSL75°52.94%16.67%
HSB/HSV75°69.23%25.49%
CMYK16.92%0.00%69.23%
74.51%

Color #364114 in popluar number systems.

HEX364114
Decimal546520
Binary110110100000110100
Octal6610124

Shades and tints

Shades of #364114

#364114
(54,65,20)
#323C13
(50,60,19)
#2E3712
(46,55,18)
#2A3211
(42,50,17)
#262D10
(38,45,16)
#22280F
(34,40,15)
#1E230E
(30,35,14)
#1A1E0D
(26,30,13)
#16190C
(22,25,12)
#12140B
(18,20,11)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #364114

#364114
(54,65,20)
#485229
(72,82,41)
#5A633E
(90,99,62)
#6C7453
(108,116,83)
#7E8568
(126,133,104)
#90967D
(144,150,125)
#A2A792
(162,167,146)
#B4B8A7
(180,184,167)
#C6C9BC
(198,201,188)
#D8DAD1
(216,218,209)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364114; }

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

This text font color is #364114.


Background Color

.myBgColor { background-color: #364114; }

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

This div background color is #364114.


Border color

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

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

This div border color is #364114.


Opacity

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

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

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

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

This text has shadow with #364114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364114 on black background.


Color preview on white background

This text has color #364114 on white background.



Black color preview on #364114 background

This text has black color on #364114 background.


White color preview on #364114 background

This text has white color on #364114 background.