COLOR #36533B

HEX: #36533B
RGB: (54,83,59)

Color info

#36533B contains red, green and blue colors in about the same proportion. Web safe color of #36533B is #336633 (or #363).

RGB color model

#36533B color RGB value is (54,83,59).

  • red value is 54;
  • green value is 83;
  • blue value is 59.
RGB:
(54,83,59)
(21%,33%,23%)

RGB channels and saturation

R 54 of 255 = 21%
G 83 of 255 = 33%
B 59 of 255 = 23%

54
83
59

R + G + B ~ 26%. #36533B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 83 + 59 = 196 (100%)
R 54 of 196 ~ 27.55%
G 83 of 196 ~ 42.35%
B 59 of 196 ~ 30.1%

%27.55
%42.35
%30.1

CMYK color model

#36533B color CMYK value is (35,0,29,67).

  • cyan value is 34.94%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 67.45%
CMYK:
(35,0,29,67)
C35M0Y29K67 
(35%,0%,29%,67%)
(0.35/0.00/0.29/0.67)	

CMYK percentages

%34.94
%0
%28.92
%67.45

Codes

Color #36533B in popluar color models

36533B
RGB548359
HSL130°21.17%26.86%
HSB/HSV130°34.94%32.55%
CMYK34.94%0.00%28.92%
67.45%

Color #36533B in popluar number systems.

HEX36533B
Decimal548359
Binary1101101010011111011
Octal6612373

Shades and tints

Shades of #36533B

#36533B
(54,83,59)
#324C36
(50,76,54)
#2E4531
(46,69,49)
#2A3E2C
(42,62,44)
#263727
(38,55,39)
#223022
(34,48,34)
#1E291D
(30,41,29)
#1A2218
(26,34,24)
#161B13
(22,27,19)
#12140E
(18,20,14)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #36533B

#36533B
(54,83,59)
#48624C
(72,98,76)
#5A715D
(90,113,93)
#6C806E
(108,128,110)
#7E8F7F
(126,143,127)
#909E90
(144,158,144)
#A2ADA1
(162,173,161)
#B4BCB2
(180,188,178)
#C6CBC3
(198,203,195)
#D8DAD4
(216,218,212)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36533B color. Also use rgb(54,83,59) instead hex code.

Text Font Color

.myTextColor { color: #36533B; }

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

This text font color is #36533B.


Background Color

.myBgColor { background-color: #36533B; }

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

This div background color is #36533B.


Border color

.myBorderColor { border: 1px solid #36533B; }

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

This div border color is #36533B.


Opacity

.myOpacity80 { color: #36533B; opacity: 0.8; }

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

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

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

This text has shadow with #36533B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36533B on black background.


Color preview on white background

This text has color #36533B on white background.



Black color preview on #36533B background

This text has black color on #36533B background.


White color preview on #36533B background

This text has white color on #36533B background.