COLOR #36552B

HEX: #36552B RGB: (54,85,43)

Color info

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

RGB color model

#36552B color RGB value is (54,85,43).

RGB: (54,85,43) (21%, 33%, 17%)

RGB channels and saturation

R 54 of 255 = 21%
G 85 of 255 = 33%
B 43 of 255 = 17%

54
85
43

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

Portions of RGB colors in percentages

R + G + B = 54 + 85 + 43 = 182 (100%)
R 54 of 182 ~ 29.67%
G 85 of 182 ~ 46.7%
B 43 of 182 ~ 23.63'%

%29.67
%46.7
%23.63

CMYK color model

#36552B color CMYK value is (36,0,49,67).

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

CMYK: (36,0,49,67)
C36M0Y49K67 (36%, 0%, 49%, 67%)
(0.36 / 0.00 / 0.49 / 0.67)

CMYK percentages

%36.47
%0
%49.41
%66.67

Codes

Color #36552B in popluar color models

36 55 2B
RGB 54 85 43
HSL 104° 32.81% 25.10%
HSB/HSV 104° 49.41% 33.33%
CMYK 36.47% 0.00% 49.41%
66.67%

Color #36552B in popluar number systems.

HEX 36 55 2B
Decimal 54 85 43
Binary 110110 1010101 101011
Octal 66 125 53

Shades and tints

Shades of #36552B

#36552B
(54,85,43)
#324E28
(50,78,40)
#2E4725
(46,71,37)
#2A4022
(42,64,34)
#26391F
(38,57,31)
#22321C
(34,50,28)
#1E2B19
(30,43,25)
#1A2416
(26,36,22)
#161D13
(22,29,19)
#121610
(18,22,16)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #36552B

#36552B
(54,85,43)
#48643E
(72,100,62)
#5A7351
(90,115,81)
#6C8264
(108,130,100)
#7E9177
(126,145,119)
#90A08A
(144,160,138)
#A2AF9D
(162,175,157)
#B4BEB0
(180,190,176)
#C6CDC3
(198,205,195)
#D8DCD6
(216,220,214)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36552B; }

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

This text font color is #36552B.

Background Color

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

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

This div background color is #36552B.

Border color

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

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

This div border color is #36552B.

Opacity

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

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

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

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

This text has shadow with #36552B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #36552B.

Preview

Color preview on black background

This text has color #36552B on black background.


Color preview on white background

This text has color #36552B on white background.


Black color preview on #36552B background

This text has black color on #36552B background.


White color preview on #36552B background

This text has white color on #36552B background.


Related colors

Complementary color

Complementary color for #hex is #C9AAD4.


I love getcolorcode.com

Triadic colors

1 #2B3655 and #552B36 with #36552B are triadic colors.

2 #2B5536 and #55362B with #36552B are triadic colors.