COLOR #36552F

HEX: #36552F RGB: (54,85,47)

Color info

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

RGB color model

#36552F color RGB value is (54,85,47).

RGB: (54,85,47) (21%, 33%, 18%)

RGB channels and saturation

R 54 of 255 = 21%
G 85 of 255 = 33%
B 47 of 255 = 18%

54
85
47

R + G + B ~ 24%. #36552F is dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 85 + 47 = 186 (100%)
R 54 of 186 ~ 29.03%
G 85 of 186 ~ 45.7%
B 47 of 186 ~ 25.27'%

%29.03
%45.7
%25.27

CMYK color model

#36552F color CMYK value is (36,0,45,67).

  • cyan value is 36.47%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 66.67%

CMYK: (36,0,45,67)
C36M0Y45K67 (36%, 0%, 45%, 67%)
(0.36 / 0.00 / 0.45 / 0.67)

CMYK percentages

%36.47
%0
%44.71
%66.67

Codes

Color #36552F in popluar color models

36 55 2F
RGB 54 85 47
HSL 109° 28.79% 25.88%
HSB/HSV 109° 44.71% 33.33%
CMYK 36.47% 0.00% 44.71%
66.67%

Color #36552F in popluar number systems.

HEX 36 55 2F
Decimal 54 85 47
Binary 110110 1010101 101111
Octal 66 125 57

Shades and tints

Shades of #36552F

#36552F
(54,85,47)
#324E2B
(50,78,43)
#2E4727
(46,71,39)
#2A4023
(42,64,35)
#26391F
(38,57,31)
#22321B
(34,50,27)
#1E2B17
(30,43,23)
#1A2413
(26,36,19)
#161D0F
(22,29,15)
#12160B
(18,22,11)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #36552F

#36552F
(54,85,47)
#486441
(72,100,65)
#5A7353
(90,115,83)
#6C8265
(108,130,101)
#7E9177
(126,145,119)
#90A089
(144,160,137)
#A2AF9B
(162,175,155)
#B4BEAD
(180,190,173)
#C6CDBF
(198,205,191)
#D8DCD1
(216,220,209)
#EAEBE3
(234,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36552F color. Also use rgb(54,85,47) instead hex code.

Text Font Color

.myTextColor { color: #36552F; }

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

This text font color is #36552F.

Background Color

.myBgColor { background-color: #36552F; }

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

This div background color is #36552F.

Border color

.myBorderColor { border: 1px solid #36552F; }

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

This div border color is #36552F.

Opacity

.myOpacity80 { color: #36552F; opacity: 0.8; }

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

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

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

This text has shadow with #36552F color.


.textShadow {text-shadow: 3px 3px 1px #36552F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #36552F; -webkit-box-shadow: 1px 1px 3px 2px #36552F; box-shadow:1px 1px 3px 2px #36552F;">
Div content here
</div>

This div box has shadow with color #36552F.

Preview

Color preview on black background

This text has color #36552F on black background.


Color preview on white background

This text has color #36552F on white background.


Black color preview on #36552F background

This text has black color on #36552F background.


White color preview on #36552F background

This text has white color on #36552F background.


Related colors

Complementary color

Complementary color for #hex is #C9AAD0.


I love getcolorcode.com

Triadic colors

1 #2F3655 and #552F36 with #36552F are triadic colors.

2 #2F5536 and #55362F with #36552F are triadic colors.