COLOR #33764E

HEX: #33764E RGB: (51,118,78)

Color info

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

RGB color model

#33764E color RGB value is (51,118,78).

RGB: (51,118,78) (20%, 46%, 31%)

RGB channels and saturation

R 51 of 255 = 20%
G 118 of 255 = 46%
B 78 of 255 = 31%

51
118
78

R + G + B ~ 32%. #33764E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 118 + 78 = 247 (100%)
R 51 of 247 ~ 20.65%
G 118 of 247 ~ 47.77%
B 78 of 247 ~ 31.58'%

%20.65
%47.77
%31.58

CMYK color model

#33764E color CMYK value is (57,0,34,54).

  • cyan value is 56.78%
  • magenta value is 0.00%
  • yellow value is 33.90%
  • key color value is 53.73%

CMYK: (57,0,34,54)
C57M0Y34K54 (57%, 0%, 34%, 54%)
(0.57 / 0.00 / 0.34 / 0.54)

CMYK percentages

%56.78
%0
%33.9
%53.73

Codes

Color #33764E in popluar color models

33 76 4E
RGB 51 118 78
HSL 144° 39.64% 33.14%
HSB/HSV 144° 56.78% 46.27%
CMYK 56.78% 0.00% 33.90%
53.73%

Color #33764E in popluar number systems.

HEX 33 76 4E
Decimal 51 118 78
Binary 110011 1110110 1001110
Octal 63 166 116

Shades and tints

Shades of #33764E

#33764E
(51,118,78)
#2F6C47
(47,108,71)
#2B6240
(43,98,64)
#275839
(39,88,57)
#234E32
(35,78,50)
#1F442B
(31,68,43)
#1B3A24
(27,58,36)
#17301D
(23,48,29)
#132616
(19,38,22)
#0F1C0F
(15,28,15)
#0B1208
(11,18,8)
#000000
(0,0,0)

Tints of #33764E

#33764E
(51,118,78)
#45825E
(69,130,94)
#578E6E
(87,142,110)
#699A7E
(105,154,126)
#7BA68E
(123,166,142)
#8DB29E
(141,178,158)
#9FBEAE
(159,190,174)
#B1CABE
(177,202,190)
#C3D6CE
(195,214,206)
#D5E2DE
(213,226,222)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33764E color. Also use rgb(51,118,78) instead hex code.

Text Font Color

.myTextColor { color: #33764E; }

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

This text font color is #33764E.

Background Color

.myBgColor { background-color: #33764E; }

<div style="background-color:#33764E">Inner text</div>

This div background color is #33764E.

Border color

.myBorderColor { border: 1px solid #33764E; }

<div style="border:3px solid #33764E">Div</div>

This div border color is #33764E.

Opacity

.myOpacity80 { color: #33764E; opacity: 0.8; }

<p style="color:#33764E;opacity:0.8;">80%</p>

Text with #33764E 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 #33764E;}

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

This text has shadow with #33764E color.


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

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

This text has shadow with #33764E primary color and red secondary color.


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

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

This text has shadow with #33764E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #33764E.

Preview

Color preview on black background

This text has color #33764E on black background.


Color preview on white background

This text has color #33764E on white background.


Black color preview on #33764E background

This text has black color on #33764E background.


White color preview on #33764E background

This text has white color on #33764E background.


Related colors

Complementary color

Complementary color for #hex is #CC89B1.


I love getcolorcode.com

Triadic colors

1 #4E3376 and #764E33 with #33764E are triadic colors.

2 #4E7633 and #76334E with #33764E are triadic colors.