COLOR #33A564

HEX: #33A564
RGB: (51,165,100)

Color info

#33A564 contains mainly green color. Web safe color of #33A564 is #339966 (or #396).

RGB color model

#33A564 color RGB value is (51,165,100).

  • red value is 51;
  • green value is 165;
  • blue value is 100.
RGB:
(51,165,100)
(20%,65%,39%)

RGB channels and saturation

R 51 of 255 = 20%
G 165 of 255 = 65%
B 100 of 255 = 39%

51
165
100

R + G + B ~ 41%. #33A564 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 165 + 100 = 316 (100%)
R 51 of 316 ~ 16.14%
G 165 of 316 ~ 52.22%
B 100 of 316 ~ 31.65%

%16.14
%52.22
%31.65

CMYK color model

#33A564 color CMYK value is (69,0,39,35).

  • cyan value is 69.09%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 35.29%
CMYK:
(69,0,39,35)
C69M0Y39K35 
(69%,0%,39%,35%)
(0.69/0.00/0.39/0.35)	

CMYK percentages

%69.09
%0
%39.39
%35.29

Codes

Color #33A564 in popluar color models

33A564
RGB51165100
HSL146°52.78%42.35%
HSB/HSV146°69.09%64.71%
CMYK69.09%0.00%39.39%
35.29%

Color #33A564 in popluar number systems.

HEX33A564
Decimal51165100
Binary110011101001011100100
Octal63245144

Shades and tints

Shades of #33A564

#33A564
(51,165,100)
#2F965B
(47,150,91)
#2B8752
(43,135,82)
#277849
(39,120,73)
#236940
(35,105,64)
#1F5A37
(31,90,55)
#1B4B2E
(27,75,46)
#173C25
(23,60,37)
#132D1C
(19,45,28)
#0F1E13
(15,30,19)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #33A564

#33A564
(51,165,100)
#45AD72
(69,173,114)
#57B580
(87,181,128)
#69BD8E
(105,189,142)
#7BC59C
(123,197,156)
#8DCDAA
(141,205,170)
#9FD5B8
(159,213,184)
#B1DDC6
(177,221,198)
#C3E5D4
(195,229,212)
#D5EDE2
(213,237,226)
#E7F5F0
(231,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33A564 color. Also use rgb(51,165,100) instead hex code.

Text Font Color

.myTextColor { color: #33A564; }

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

This text font color is #33A564.


Background Color

.myBgColor { background-color: #33A564; }

<div style="background-color:#33A564">Inner text</div>

This div background color is #33A564.


Border color

.myBorderColor { border: 1px solid #33A564; }

<div style="border:3px solid #33A564">Div</div>

This div border color is #33A564.


Opacity

.myOpacity80 { color: #33A564; opacity: 0.8; }

<p style="color:#33A564;opacity:0.8;">80%</p>

Text with #33A564 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 #33A564;}

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

This text has shadow with #33A564 color.

.textShadow {text-shadow: 3px 3px 1px #33A564, 3px 3px 1px red;}

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

This text has shadow with #33A564 primary color and red secondary color.


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

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

This text has shadow with #33A564 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33A564 on black background.


Color preview on white background

This text has color #33A564 on white background.



Black color preview on #33A564 background

This text has black color on #33A564 background.


White color preview on #33A564 background

This text has white color on #33A564 background.