COLOR #33764C

HEX: #33764C
RGB: (51,118,76)

Color info

#33764C contains mainly green and blue colors. Web safe color of #33764C is #336633 (or #363).

RGB color model

#33764C color RGB value is (51,118,76).

  • red value is 51;
  • green value is 118;
  • blue value is 76.
RGB:
(51,118,76)
(20%,46%,30%)

RGB channels and saturation

R 51 of 255 = 20%
G 118 of 255 = 46%
B 76 of 255 = 30%

51
118
76

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

Portions of RGB colors in percentages

R + G + B =
51 + 118 + 76 = 245 (100%)
R 51 of 245 ~ 20.82%
G 118 of 245 ~ 48.16%
B 76 of 245 ~ 31.02%

%20.82
%48.16
%31.02

CMYK color model

#33764C color CMYK value is (57,0,36,54).

  • cyan value is 56.78%
  • magenta value is 0.00%
  • yellow value is 35.59%
  • key color value is 53.73%
CMYK:
(57,0,36,54)
C57M0Y36K54 
(57%,0%,36%,54%)
(0.57/0.00/0.36/0.54)	

CMYK percentages

%56.78
%0
%35.59
%53.73

Codes

Color #33764C in popluar color models

33764C
RGB5111876
HSL142°39.64%33.14%
HSB/HSV142°56.78%46.27%
CMYK56.78%0.00%35.59%
53.73%

Color #33764C in popluar number systems.

HEX33764C
Decimal5111876
Binary11001111101101001100
Octal63166114

Shades and tints

Shades of #33764C

#33764C
(51,118,76)
#2F6C46
(47,108,70)
#2B6240
(43,98,64)
#27583A
(39,88,58)
#234E34
(35,78,52)
#1F442E
(31,68,46)
#1B3A28
(27,58,40)
#173022
(23,48,34)
#13261C
(19,38,28)
#0F1C16
(15,28,22)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #33764C

#33764C
(51,118,76)
#45825C
(69,130,92)
#578E6C
(87,142,108)
#699A7C
(105,154,124)
#7BA68C
(123,166,140)
#8DB29C
(141,178,156)
#9FBEAC
(159,190,172)
#B1CABC
(177,202,188)
#C3D6CC
(195,214,204)
#D5E2DC
(213,226,220)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33764C; }

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

This text font color is #33764C.


Background Color

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

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

This div background color is #33764C.


Border color

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

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

This div border color is #33764C.


Opacity

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

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

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

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

This text has shadow with #33764C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33764C on black background.


Color preview on white background

This text has color #33764C on white background.



Black color preview on #33764C background

This text has black color on #33764C background.


White color preview on #33764C background

This text has white color on #33764C background.