COLOR #364117

HEX: #364117
RGB: (54,65,23)

Color info

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

RGB color model

#364117 color RGB value is (54,65,23).

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

RGB channels and saturation

R 54 of 255 = 21%
G 65 of 255 = 25%
B 23 of 255 = 9%

54
65
23

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

Portions of RGB colors in percentages

R + G + B =
54 + 65 + 23 = 142 (100%)
R 54 of 142 ~ 38.03%
G 65 of 142 ~ 45.77%
B 23 of 142 ~ 16.2%

%38.03
%45.77
%16.2

CMYK color model

#364117 color CMYK value is (17,0,65,75).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 64.62%
  • key color value is 74.51%
CMYK:
(17,0,65,75)
C17M0Y65K75 
(17%,0%,65%,75%)
(0.17/0.00/0.65/0.75)	

CMYK percentages

%16.92
%0
%64.62
%74.51

Codes

Color #364117 in popluar color models

364117
RGB546523
HSL76°47.73%17.25%
HSB/HSV76°64.62%25.49%
CMYK16.92%0.00%64.62%
74.51%

Color #364117 in popluar number systems.

HEX364117
Decimal546523
Binary110110100000110111
Octal6610127

Shades and tints

Shades of #364117

#364117
(54,65,23)
#323C15
(50,60,21)
#2E3713
(46,55,19)
#2A3211
(42,50,17)
#262D0F
(38,45,15)
#22280D
(34,40,13)
#1E230B
(30,35,11)
#1A1E09
(26,30,9)
#161907
(22,25,7)
#121405
(18,20,5)
#0E0F03
(14,15,3)
#000000
(0,0,0)

Tints of #364117

#364117
(54,65,23)
#48522C
(72,82,44)
#5A6341
(90,99,65)
#6C7456
(108,116,86)
#7E856B
(126,133,107)
#909680
(144,150,128)
#A2A795
(162,167,149)
#B4B8AA
(180,184,170)
#C6C9BF
(198,201,191)
#D8DAD4
(216,218,212)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364117; }

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

This text font color is #364117.


Background Color

.myBgColor { background-color: #364117; }

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

This div background color is #364117.


Border color

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

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

This div border color is #364117.


Opacity

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

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

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

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

This text has shadow with #364117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364117 on black background.


Color preview on white background

This text has color #364117 on white background.



Black color preview on #364117 background

This text has black color on #364117 background.


White color preview on #364117 background

This text has white color on #364117 background.