COLOR #33A59A

HEX: #33A59A
RGB: (51,165,154)

Color info

#33A59A contains mainly green and blue colors. Web safe color of #33A59A is #339999 (or #399).

RGB color model

#33A59A color RGB value is (51,165,154).

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

RGB channels and saturation

R 51 of 255 = 20%
G 165 of 255 = 65%
B 154 of 255 = 60%

51
165
154

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

Portions of RGB colors in percentages

R + G + B =
51 + 165 + 154 = 370 (100%)
R 51 of 370 ~ 13.78%
G 165 of 370 ~ 44.59%
B 154 of 370 ~ 41.62%

%13.78
%44.59
%41.62

CMYK color model

#33A59A color CMYK value is (69,0,7,35).

  • cyan value is 69.09%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 35.29%
CMYK:
(69,0,7,35)
C69M0Y7K35 
(69%,0%,7%,35%)
(0.69/0.00/0.07/0.35)	

CMYK percentages

%69.09
%0
%6.67
%35.29

Codes

Color #33A59A in popluar color models

33A59A
RGB51165154
HSL174°52.78%42.35%
HSB/HSV174°69.09%64.71%
CMYK69.09%0.00%6.67%
35.29%

Color #33A59A in popluar number systems.

HEX33A59A
Decimal51165154
Binary1100111010010110011010
Octal63245232

Shades and tints

Shades of #33A59A

#33A59A
(51,165,154)
#2F968C
(47,150,140)
#2B877E
(43,135,126)
#277870
(39,120,112)
#236962
(35,105,98)
#1F5A54
(31,90,84)
#1B4B46
(27,75,70)
#173C38
(23,60,56)
#132D2A
(19,45,42)
#0F1E1C
(15,30,28)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #33A59A

#33A59A
(51,165,154)
#45ADA3
(69,173,163)
#57B5AC
(87,181,172)
#69BDB5
(105,189,181)
#7BC5BE
(123,197,190)
#8DCDC7
(141,205,199)
#9FD5D0
(159,213,208)
#B1DDD9
(177,221,217)
#C3E5E2
(195,229,226)
#D5EDEB
(213,237,235)
#E7F5F4
(231,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33A59A; }

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

This text font color is #33A59A.


Background Color

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

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

This div background color is #33A59A.


Border color

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

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

This div border color is #33A59A.


Opacity

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

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

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

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

This text has shadow with #33A59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33A59A on black background.


Color preview on white background

This text has color #33A59A on white background.



Black color preview on #33A59A background

This text has black color on #33A59A background.


White color preview on #33A59A background

This text has white color on #33A59A background.