COLOR #33552A

HEX: #33552A RGB: (51,85,42)

Color info

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

RGB color model

#33552A color RGB value is (51,85,42).

RGB: (51,85,42) (20%, 33%, 16%)

RGB channels and saturation

R 51 of 255 = 20%
G 85 of 255 = 33%
B 42 of 255 = 16%

51
85
42

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

Portions of RGB colors in percentages

R + G + B = 51 + 85 + 42 = 178 (100%)
R 51 of 178 ~ 28.65%
G 85 of 178 ~ 47.75%
B 42 of 178 ~ 23.6'%

%28.65
%47.75
%23.6

CMYK color model

#33552A color CMYK value is (40,0,51,67).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 50.59%
  • key color value is 66.67%

CMYK: (40,0,51,67)
C40M0Y51K67 (40%, 0%, 51%, 67%)
(0.40 / 0.00 / 0.51 / 0.67)

CMYK percentages

%40
%0
%50.59
%66.67

Codes

Color #33552A in popluar color models

33 55 2A
RGB 51 85 42
HSL 107° 33.86% 24.90%
HSB/HSV 107° 50.59% 33.33%
CMYK 40.00% 0.00% 50.59%
66.67%

Color #33552A in popluar number systems.

HEX 33 55 2A
Decimal 51 85 42
Binary 110011 1010101 101010
Octal 63 125 52

Shades and tints

Shades of #33552A

#33552A
(51,85,42)
#2F4E27
(47,78,39)
#2B4724
(43,71,36)
#274021
(39,64,33)
#23391E
(35,57,30)
#1F321B
(31,50,27)
#1B2B18
(27,43,24)
#172415
(23,36,21)
#131D12
(19,29,18)
#0F160F
(15,22,15)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #33552A

#33552A
(51,85,42)
#45643D
(69,100,61)
#577350
(87,115,80)
#698263
(105,130,99)
#7B9176
(123,145,118)
#8DA089
(141,160,137)
#9FAF9C
(159,175,156)
#B1BEAF
(177,190,175)
#C3CDC2
(195,205,194)
#D5DCD5
(213,220,213)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33552A color. Also use rgb(51,85,42) instead hex code.

Text Font Color

.myTextColor { color: #33552A; }

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

This text font color is #33552A.

Background Color

.myBgColor { background-color: #33552A; }

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

This div background color is #33552A.

Border color

.myBorderColor { border: 1px solid #33552A; }

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

This div border color is #33552A.

Opacity

.myOpacity80 { color: #33552A; opacity: 0.8; }

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

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

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

This text has shadow with #33552A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33552A.

Preview

Color preview on black background

This text has color #33552A on black background.


Color preview on white background

This text has color #33552A on white background.


Black color preview on #33552A background

This text has black color on #33552A background.


White color preview on #33552A background

This text has white color on #33552A background.


Related colors

Complementary color

Complementary color for #hex is #CCAAD5.


I love getcolorcode.com

Triadic colors

1 #2A3355 and #552A33 with #33552A are triadic colors.

2 #2A5533 and #55332A with #33552A are triadic colors.