COLOR #33564C

HEX: #33564C RGB: (51,86,76)

Color info

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

RGB color model

#33564C color RGB value is (51,86,76).

RGB: (51,86,76) (20%, 34%, 30%)

RGB channels and saturation

R 51 of 255 = 20%
G 86 of 255 = 34%
B 76 of 255 = 30%

51
86
76

R + G + B ~ 28%. #33564C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 86 + 76 = 213 (100%)
R 51 of 213 ~ 23.94%
G 86 of 213 ~ 40.38%
B 76 of 213 ~ 35.68'%

%23.94
%40.38
%35.68

CMYK color model

#33564C color CMYK value is (41,0,12,66).

  • cyan value is 40.70%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 66.27%

CMYK: (41,0,12,66)
C41M0Y12K66 (41%, 0%, 12%, 66%)
(0.41 / 0.00 / 0.12 / 0.66)

CMYK percentages

%40.7
%0
%11.63
%66.27

Codes

Color #33564C in popluar color models

33 56 4C
RGB 51 86 76
HSL 163° 25.55% 26.86%
HSB/HSV 163° 40.70% 33.73%
CMYK 40.70% 0.00% 11.63%
66.27%

Color #33564C in popluar number systems.

HEX 33 56 4C
Decimal 51 86 76
Binary 110011 1010110 1001100
Octal 63 126 114

Shades and tints

Shades of #33564C

#33564C
(51,86,76)
#2F4F46
(47,79,70)
#2B4840
(43,72,64)
#27413A
(39,65,58)
#233A34
(35,58,52)
#1F332E
(31,51,46)
#1B2C28
(27,44,40)
#172522
(23,37,34)
#131E1C
(19,30,28)
#0F1716
(15,23,22)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #33564C

#33564C
(51,86,76)
#45655C
(69,101,92)
#57746C
(87,116,108)
#69837C
(105,131,124)
#7B928C
(123,146,140)
#8DA19C
(141,161,156)
#9FB0AC
(159,176,172)
#B1BFBC
(177,191,188)
#C3CECC
(195,206,204)
#D5DDDC
(213,221,220)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33564C color. Also use rgb(51,86,76) instead hex code.

Text Font Color

.myTextColor { color: #33564C; }

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

This text font color is #33564C.

Background Color

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

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

This div background color is #33564C.

Border color

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

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

This div border color is #33564C.

Opacity

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

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

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

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

This text has shadow with #33564C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33564C.

Preview

Color preview on black background

This text has color #33564C on black background.


Color preview on white background

This text has color #33564C on white background.


Black color preview on #33564C background

This text has black color on #33564C background.


White color preview on #33564C background

This text has white color on #33564C background.


Related colors

Complementary color

Complementary color for #hex is #CCA9B3.


I love getcolorcode.com

Triadic colors

1 #4C3356 and #564C33 with #33564C are triadic colors.

2 #4C5633 and #56334C with #33564C are triadic colors.