COLOR #33756A

HEX: #33756A RGB: (51,117,106)

Color info

#33756A contains mainly green and blue colors. Web safe color of #33756A is #336666 (or #366).

RGB color model

#33756A color RGB value is (51,117,106).

RGB: (51,117,106) (20%, 46%, 42%)

RGB channels and saturation

R 51 of 255 = 20%
G 117 of 255 = 46%
B 106 of 255 = 42%

51
117
106

R + G + B ~ 36%. #33756A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 117 + 106 = 274 (100%)
R 51 of 274 ~ 18.61%
G 117 of 274 ~ 42.7%
B 106 of 274 ~ 38.69'%

%18.61
%42.7
%38.69

CMYK color model

#33756A color CMYK value is (56,0,9,54).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 9.40%
  • key color value is 54.12%

CMYK: (56,0,9,54)
C56M0Y9K54 (56%, 0%, 9%, 54%)
(0.56 / 0.00 / 0.09 / 0.54)

CMYK percentages

%56.41
%0
%9.4
%54.12

Codes

Color #33756A in popluar color models

33 75 6A
RGB 51 117 106
HSL 170° 39.29% 32.94%
HSB/HSV 170° 56.41% 45.88%
CMYK 56.41% 0.00% 9.40%
54.12%

Color #33756A in popluar number systems.

HEX 33 75 6A
Decimal 51 117 106
Binary 110011 1110101 1101010
Octal 63 165 152

Shades and tints

Shades of #33756A

#33756A
(51,117,106)
#2F6B61
(47,107,97)
#2B6158
(43,97,88)
#27574F
(39,87,79)
#234D46
(35,77,70)
#1F433D
(31,67,61)
#1B3934
(27,57,52)
#172F2B
(23,47,43)
#132522
(19,37,34)
#0F1B19
(15,27,25)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #33756A

#33756A
(51,117,106)
#458177
(69,129,119)
#578D84
(87,141,132)
#699991
(105,153,145)
#7BA59E
(123,165,158)
#8DB1AB
(141,177,171)
#9FBDB8
(159,189,184)
#B1C9C5
(177,201,197)
#C3D5D2
(195,213,210)
#D5E1DF
(213,225,223)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33756A color. Also use rgb(51,117,106) instead hex code.

Text Font Color

.myTextColor { color: #33756A; }

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

This text font color is #33756A.

Background Color

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

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

This div background color is #33756A.

Border color

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

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

This div border color is #33756A.

Opacity

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

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

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

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

This text has shadow with #33756A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33756A.

Preview

Color preview on black background

This text has color #33756A on black background.


Color preview on white background

This text has color #33756A on white background.


Black color preview on #33756A background

This text has black color on #33756A background.


White color preview on #33756A background

This text has white color on #33756A background.


Related colors

Complementary color

Complementary color for #hex is #CC8A95.


I love getcolorcode.com

Triadic colors

1 #6A3375 and #756A33 with #33756A are triadic colors.

2 #6A7533 and #75336A with #33756A are triadic colors.