COLOR #32553C

HEX: #32553C RGB: (50,85,60)

Color info

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

RGB color model

#32553C color RGB value is (50,85,60).

RGB: (50,85,60) (20%, 33%, 24%)

RGB channels and saturation

R 50 of 255 = 20%
G 85 of 255 = 33%
B 60 of 255 = 24%

50
85
60

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

Portions of RGB colors in percentages

R + G + B = 50 + 85 + 60 = 195 (100%)
R 50 of 195 ~ 25.64%
G 85 of 195 ~ 43.59%
B 60 of 195 ~ 30.77'%

%25.64
%43.59
%30.77

CMYK color model

#32553C color CMYK value is (41,0,29,67).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 66.67%

CMYK: (41,0,29,67)
C41M0Y29K67 (41%, 0%, 29%, 67%)
(0.41 / 0.00 / 0.29 / 0.67)

CMYK percentages

%41.18
%0
%29.41
%66.67

Codes

Color #32553C in popluar color models

32 55 3C
RGB 50 85 60
HSL 137° 25.93% 26.47%
HSB/HSV 137° 41.18% 33.33%
CMYK 41.18% 0.00% 29.41%
66.67%

Color #32553C in popluar number systems.

HEX 32 55 3C
Decimal 50 85 60
Binary 110010 1010101 111100
Octal 62 125 74

Shades and tints

Shades of #32553C

#32553C
(50,85,60)
#2E4E37
(46,78,55)
#2A4732
(42,71,50)
#26402D
(38,64,45)
#223928
(34,57,40)
#1E3223
(30,50,35)
#1A2B1E
(26,43,30)
#162419
(22,36,25)
#121D14
(18,29,20)
#0E160F
(14,22,15)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #32553C

#32553C
(50,85,60)
#44644D
(68,100,77)
#56735E
(86,115,94)
#68826F
(104,130,111)
#7A9180
(122,145,128)
#8CA091
(140,160,145)
#9EAFA2
(158,175,162)
#B0BEB3
(176,190,179)
#C2CDC4
(194,205,196)
#D4DCD5
(212,220,213)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #32553C color. Also use rgb(50,85,60) instead hex code.

Text Font Color

.myTextColor { color: #32553C; }

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

This text font color is #32553C.

Background Color

.myBgColor { background-color: #32553C; }

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

This div background color is #32553C.

Border color

.myBorderColor { border: 1px solid #32553C; }

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

This div border color is #32553C.

Opacity

.myOpacity80 { color: #32553C; opacity: 0.8; }

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

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

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

This text has shadow with #32553C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #32553C.

Preview

Color preview on black background

This text has color #32553C on black background.


Color preview on white background

This text has color #32553C on white background.


Black color preview on #32553C background

This text has black color on #32553C background.


White color preview on #32553C background

This text has white color on #32553C background.


Related colors

Complementary color

Complementary color for #hex is #CDAAC3.


I love getcolorcode.com

Triadic colors

1 #3C3255 and #553C32 with #32553C are triadic colors.

2 #3C5532 and #55323C with #32553C are triadic colors.