COLOR #364423

HEX: #364423
RGB: (54,68,35)

Color info

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

RGB color model

#364423 color RGB value is (54,68,35).

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

RGB channels and saturation

R 54 of 255 = 21%
G 68 of 255 = 27%
B 35 of 255 = 14%

54
68
35

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

Portions of RGB colors in percentages

R + G + B =
54 + 68 + 35 = 157 (100%)
R 54 of 157 ~ 34.39%
G 68 of 157 ~ 43.31%
B 35 of 157 ~ 22.29%

%34.39
%43.31
%22.29

CMYK color model

#364423 color CMYK value is (21,0,49,73).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 48.53%
  • key color value is 73.33%
CMYK:
(21,0,49,73)
C21M0Y49K73 
(21%,0%,49%,73%)
(0.21/0.00/0.49/0.73)	

CMYK percentages

%20.59
%0
%48.53
%73.33

Codes

Color #364423 in popluar color models

364423
RGB546835
HSL85°32.04%20.20%
HSB/HSV85°48.53%26.67%
CMYK20.59%0.00%48.53%
73.33%

Color #364423 in popluar number systems.

HEX364423
Decimal546835
Binary1101101000100100011
Octal6610443

Shades and tints

Shades of #364423

#364423
(54,68,35)
#323E20
(50,62,32)
#2E381D
(46,56,29)
#2A321A
(42,50,26)
#262C17
(38,44,23)
#222614
(34,38,20)
#1E2011
(30,32,17)
#1A1A0E
(26,26,14)
#16140B
(22,20,11)
#120E08
(18,14,8)
#0E0805
(14,8,5)
#000000
(0,0,0)

Tints of #364423

#364423
(54,68,35)
#485537
(72,85,55)
#5A664B
(90,102,75)
#6C775F
(108,119,95)
#7E8873
(126,136,115)
#909987
(144,153,135)
#A2AA9B
(162,170,155)
#B4BBAF
(180,187,175)
#C6CCC3
(198,204,195)
#D8DDD7
(216,221,215)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364423; }

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

This text font color is #364423.


Background Color

.myBgColor { background-color: #364423; }

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

This div background color is #364423.


Border color

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

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

This div border color is #364423.


Opacity

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

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

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

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

This text has shadow with #364423 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364423 on black background.


Color preview on white background

This text has color #364423 on white background.



Black color preview on #364423 background

This text has black color on #364423 background.


White color preview on #364423 background

This text has white color on #364423 background.