COLOR #32764F

HEX: #32764F RGB: (50,118,79)

Color info

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

RGB color model

#32764F color RGB value is (50,118,79).

RGB: (50,118,79) (20%, 46%, 31%)

RGB channels and saturation

R 50 of 255 = 20%
G 118 of 255 = 46%
B 79 of 255 = 31%

50
118
79

R + G + B ~ 32%. #32764F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 118 + 79 = 247 (100%)
R 50 of 247 ~ 20.24%
G 118 of 247 ~ 47.77%
B 79 of 247 ~ 31.98'%

%20.24
%47.77
%31.98

CMYK color model

#32764F color CMYK value is (58,0,33,54).

  • cyan value is 57.63%
  • magenta value is 0.00%
  • yellow value is 33.05%
  • key color value is 53.73%

CMYK: (58,0,33,54)
C58M0Y33K54 (58%, 0%, 33%, 54%)
(0.58 / 0.00 / 0.33 / 0.54)

CMYK percentages

%57.63
%0
%33.05
%53.73

Codes

Color #32764F in popluar color models

32 76 4F
RGB 50 118 79
HSL 146° 40.48% 32.94%
HSB/HSV 146° 57.63% 46.27%
CMYK 57.63% 0.00% 33.05%
53.73%

Color #32764F in popluar number systems.

HEX 32 76 4F
Decimal 50 118 79
Binary 110010 1110110 1001111
Octal 62 166 117

Shades and tints

Shades of #32764F

#32764F
(50,118,79)
#2E6C48
(46,108,72)
#2A6241
(42,98,65)
#26583A
(38,88,58)
#224E33
(34,78,51)
#1E442C
(30,68,44)
#1A3A25
(26,58,37)
#16301E
(22,48,30)
#122617
(18,38,23)
#0E1C10
(14,28,16)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #32764F

#32764F
(50,118,79)
#44825F
(68,130,95)
#568E6F
(86,142,111)
#689A7F
(104,154,127)
#7AA68F
(122,166,143)
#8CB29F
(140,178,159)
#9EBEAF
(158,190,175)
#B0CABF
(176,202,191)
#C2D6CF
(194,214,207)
#D4E2DF
(212,226,223)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #32764F color. Also use rgb(50,118,79) instead hex code.

Text Font Color

.myTextColor { color: #32764F; }

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

This text font color is #32764F.

Background Color

.myBgColor { background-color: #32764F; }

<div style="background-color:#32764F">Inner text</div>

This div background color is #32764F.

Border color

.myBorderColor { border: 1px solid #32764F; }

<div style="border:3px solid #32764F">Div</div>

This div border color is #32764F.

Opacity

.myOpacity80 { color: #32764F; opacity: 0.8; }

<p style="color:#32764F;opacity:0.8;">80%</p>

Text with #32764F 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 #32764F;}

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

This text has shadow with #32764F color.


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

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

This text has shadow with #32764F primary color and red secondary color.


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

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

This text has shadow with #32764F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #32764F.

Preview

Color preview on black background

This text has color #32764F on black background.


Color preview on white background

This text has color #32764F on white background.


Black color preview on #32764F background

This text has black color on #32764F background.


White color preview on #32764F background

This text has white color on #32764F background.


Related colors

Complementary color

Complementary color for #hex is #CD89B0.


I love getcolorcode.com

Triadic colors

1 #4F3276 and #764F32 with #32764F are triadic colors.

2 #4F7632 and #76324F with #32764F are triadic colors.