COLOR #364535

HEX: #364535
RGB: (54,69,53)

Color info

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

RGB color model

#364535 color RGB value is (54,69,53).

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

RGB channels and saturation

R 54 of 255 = 21%
G 69 of 255 = 27%
B 53 of 255 = 21%

54
69
53

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

Portions of RGB colors in percentages

R + G + B =
54 + 69 + 53 = 176 (100%)
R 54 of 176 ~ 30.68%
G 69 of 176 ~ 39.2%
B 53 of 176 ~ 30.11%

%30.68
%39.2
%30.11

CMYK color model

#364535 color CMYK value is (22,0,23,73).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 23.19%
  • key color value is 72.94%
CMYK:
(22,0,23,73)
C22M0Y23K73 
(22%,0%,23%,73%)
(0.22/0.00/0.23/0.73)	

CMYK percentages

%21.74
%0
%23.19
%72.94

Codes

Color #364535 in popluar color models

364535
RGB546953
HSL116°13.11%23.92%
HSB/HSV116°23.19%27.06%
CMYK21.74%0.00%23.19%
72.94%

Color #364535 in popluar number systems.

HEX364535
Decimal546953
Binary1101101000101110101
Octal6610565

Shades and tints

Shades of #364535

#364535
(54,69,53)
#323F31
(50,63,49)
#2E392D
(46,57,45)
#2A3329
(42,51,41)
#262D25
(38,45,37)
#222721
(34,39,33)
#1E211D
(30,33,29)
#1A1B19
(26,27,25)
#161515
(22,21,21)
#120F11
(18,15,17)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #364535

#364535
(54,69,53)
#485547
(72,85,71)
#5A6559
(90,101,89)
#6C756B
(108,117,107)
#7E857D
(126,133,125)
#90958F
(144,149,143)
#A2A5A1
(162,165,161)
#B4B5B3
(180,181,179)
#C6C5C5
(198,197,197)
#D8D5D7
(216,213,215)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364535; }

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

This text font color is #364535.


Background Color

.myBgColor { background-color: #364535; }

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

This div background color is #364535.


Border color

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

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

This div border color is #364535.


Opacity

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

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

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

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

This text has shadow with #364535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364535 on black background.


Color preview on white background

This text has color #364535 on white background.



Black color preview on #364535 background

This text has black color on #364535 background.


White color preview on #364535 background

This text has white color on #364535 background.