COLOR #364427

HEX: #364427
RGB: (54,68,39)

Color info

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

RGB color model

#364427 color RGB value is (54,68,39).

  • red value is 54;
  • green value is 68;
  • blue value is 39.
RGB:
(54,68,39)
(21%,27%,15%)

RGB channels and saturation

R 54 of 255 = 21%
G 68 of 255 = 27%
B 39 of 255 = 15%

54
68
39

R + G + B ~ 21%. #364427 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 68 + 39 = 161 (100%)
R 54 of 161 ~ 33.54%
G 68 of 161 ~ 42.24%
B 39 of 161 ~ 24.22%

%33.54
%42.24
%24.22

CMYK color model

#364427 color CMYK value is (21,0,43,73).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 42.65%
  • key color value is 73.33%
CMYK:
(21,0,43,73)
C21M0Y43K73 
(21%,0%,43%,73%)
(0.21/0.00/0.43/0.73)	

CMYK percentages

%20.59
%0
%42.65
%73.33

Codes

Color #364427 in popluar color models

364427
RGB546839
HSL89°27.10%20.98%
HSB/HSV89°42.65%26.67%
CMYK20.59%0.00%42.65%
73.33%

Color #364427 in popluar number systems.

HEX364427
Decimal546839
Binary1101101000100100111
Octal6610447

Shades and tints

Shades of #364427

#364427
(54,68,39)
#323E24
(50,62,36)
#2E3821
(46,56,33)
#2A321E
(42,50,30)
#262C1B
(38,44,27)
#222618
(34,38,24)
#1E2015
(30,32,21)
#1A1A12
(26,26,18)
#16140F
(22,20,15)
#120E0C
(18,14,12)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #364427

#364427
(54,68,39)
#48553A
(72,85,58)
#5A664D
(90,102,77)
#6C7760
(108,119,96)
#7E8873
(126,136,115)
#909986
(144,153,134)
#A2AA99
(162,170,153)
#B4BBAC
(180,187,172)
#C6CCBF
(198,204,191)
#D8DDD2
(216,221,210)
#EAEEE5
(234,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364427; }

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

This text font color is #364427.


Background Color

.myBgColor { background-color: #364427; }

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

This div background color is #364427.


Border color

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

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

This div border color is #364427.


Opacity

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

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

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

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

This text has shadow with #364427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364427 on black background.


Color preview on white background

This text has color #364427 on white background.



Black color preview on #364427 background

This text has black color on #364427 background.


White color preview on #364427 background

This text has white color on #364427 background.