COLOR #364236

HEX: #364236
RGB: (54,66,54)

Color info

#364236 contains red, green and blue colors in about the same proportion. Web safe color of #364236 is #333333 (or #333).

RGB color model

#364236 color RGB value is (54,66,54).

  • red value is 54;
  • green value is 66;
  • blue value is 54.
RGB:
(54,66,54)
(21%,26%,21%)

RGB channels and saturation

R 54 of 255 = 21%
G 66 of 255 = 26%
B 54 of 255 = 21%

54
66
54

R + G + B ~ 23%. #364236 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 66 + 54 = 174 (100%)
R 54 of 174 ~ 31.03%
G 66 of 174 ~ 37.93%
B 54 of 174 ~ 31.03%

%31.03
%37.93
%31.03

CMYK color model

#364236 color CMYK value is (18,0,18,74).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 74.12%
CMYK:
(18,0,18,74)
C18M0Y18K74 
(18%,0%,18%,74%)
(0.18/0.00/0.18/0.74)	

CMYK percentages

%18.18
%0
%18.18
%74.12

Codes

Color #364236 in popluar color models

364236
RGB546654
HSL120°10.00%23.53%
HSB/HSV120°18.18%25.88%
CMYK18.18%0.00%18.18%
74.12%

Color #364236 in popluar number systems.

HEX364236
Decimal546654
Binary1101101000010110110
Octal6610266

Shades and tints

Shades of #364236

#364236
(54,66,54)
#323C32
(50,60,50)
#2E362E
(46,54,46)
#2A302A
(42,48,42)
#262A26
(38,42,38)
#222422
(34,36,34)
#1E1E1E
(30,30,30)
#1A181A
(26,24,26)
#161216
(22,18,22)
#120C12
(18,12,18)
#0E060E
(14,6,14)
#000000
(0,0,0)

Tints of #364236

#364236
(54,66,54)
#485348
(72,83,72)
#5A645A
(90,100,90)
#6C756C
(108,117,108)
#7E867E
(126,134,126)
#909790
(144,151,144)
#A2A8A2
(162,168,162)
#B4B9B4
(180,185,180)
#C6CAC6
(198,202,198)
#D8DBD8
(216,219,216)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364236; }

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

This text font color is #364236.


Background Color

.myBgColor { background-color: #364236; }

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

This div background color is #364236.


Border color

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

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

This div border color is #364236.


Opacity

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

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

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

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

This text has shadow with #364236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364236 on black background.


Color preview on white background

This text has color #364236 on white background.



Black color preview on #364236 background

This text has black color on #364236 background.


White color preview on #364236 background

This text has white color on #364236 background.