COLOR #364528

HEX: #364528
RGB: (54,69,40)

Color info

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

RGB color model

#364528 color RGB value is (54,69,40).

  • red value is 54;
  • green value is 69;
  • blue value is 40.
RGB:
(54,69,40)
(21%,27%,16%)

RGB channels and saturation

R 54 of 255 = 21%
G 69 of 255 = 27%
B 40 of 255 = 16%

54
69
40

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

Portions of RGB colors in percentages

R + G + B =
54 + 69 + 40 = 163 (100%)
R 54 of 163 ~ 33.13%
G 69 of 163 ~ 42.33%
B 40 of 163 ~ 24.54%

%33.13
%42.33
%24.54

CMYK color model

#364528 color CMYK value is (22,0,42,73).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 42.03%
  • key color value is 72.94%
CMYK:
(22,0,42,73)
C22M0Y42K73 
(22%,0%,42%,73%)
(0.22/0.00/0.42/0.73)	

CMYK percentages

%21.74
%0
%42.03
%72.94

Codes

Color #364528 in popluar color models

364528
RGB546940
HSL91°26.61%21.37%
HSB/HSV91°42.03%27.06%
CMYK21.74%0.00%42.03%
72.94%

Color #364528 in popluar number systems.

HEX364528
Decimal546940
Binary1101101000101101000
Octal6610550

Shades and tints

Shades of #364528

#364528
(54,69,40)
#323F25
(50,63,37)
#2E3922
(46,57,34)
#2A331F
(42,51,31)
#262D1C
(38,45,28)
#222719
(34,39,25)
#1E2116
(30,33,22)
#1A1B13
(26,27,19)
#161510
(22,21,16)
#120F0D
(18,15,13)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #364528

#364528
(54,69,40)
#48553B
(72,85,59)
#5A654E
(90,101,78)
#6C7561
(108,117,97)
#7E8574
(126,133,116)
#909587
(144,149,135)
#A2A59A
(162,165,154)
#B4B5AD
(180,181,173)
#C6C5C0
(198,197,192)
#D8D5D3
(216,213,211)
#EAE5E6
(234,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364528; }

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

This text font color is #364528.


Background Color

.myBgColor { background-color: #364528; }

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

This div background color is #364528.


Border color

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

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

This div border color is #364528.


Opacity

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

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

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

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

This text has shadow with #364528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364528 on black background.


Color preview on white background

This text has color #364528 on white background.



Black color preview on #364528 background

This text has black color on #364528 background.


White color preview on #364528 background

This text has white color on #364528 background.