COLOR #33AF87

HEX: #33AF87
RGB: (51,175,135)

Color info

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

RGB color model

#33AF87 color RGB value is (51,175,135).

  • red value is 51;
  • green value is 175;
  • blue value is 135.
RGB:
(51,175,135)
(20%,69%,53%)

RGB channels and saturation

R 51 of 255 = 20%
G 175 of 255 = 69%
B 135 of 255 = 53%

51
175
135

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

Portions of RGB colors in percentages

R + G + B =
51 + 175 + 135 = 361 (100%)
R 51 of 361 ~ 14.13%
G 175 of 361 ~ 48.48%
B 135 of 361 ~ 37.4%

%14.13
%48.48
%37.4

CMYK color model

#33AF87 color CMYK value is (71,0,23,31).

  • cyan value is 70.86%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 31.37%
CMYK:
(71,0,23,31)
C71M0Y23K31 
(71%,0%,23%,31%)
(0.71/0.00/0.23/0.31)	

CMYK percentages

%70.86
%0
%22.86
%31.37

Codes

Color #33AF87 in popluar color models

33AF87
RGB51175135
HSL161°54.87%44.31%
HSB/HSV161°70.86%68.63%
CMYK70.86%0.00%22.86%
31.37%

Color #33AF87 in popluar number systems.

HEX33AF87
Decimal51175135
Binary1100111010111110000111
Octal63257207

Shades and tints

Shades of #33AF87

#33AF87
(51,175,135)
#2FA07B
(47,160,123)
#2B916F
(43,145,111)
#278263
(39,130,99)
#237357
(35,115,87)
#1F644B
(31,100,75)
#1B553F
(27,85,63)
#174633
(23,70,51)
#133727
(19,55,39)
#0F281B
(15,40,27)
#0B190F
(11,25,15)
#000000
(0,0,0)

Tints of #33AF87

#33AF87
(51,175,135)
#45B691
(69,182,145)
#57BD9B
(87,189,155)
#69C4A5
(105,196,165)
#7BCBAF
(123,203,175)
#8DD2B9
(141,210,185)
#9FD9C3
(159,217,195)
#B1E0CD
(177,224,205)
#C3E7D7
(195,231,215)
#D5EEE1
(213,238,225)
#E7F5EB
(231,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33AF87 color. Also use rgb(51,175,135) instead hex code.

Text Font Color

.myTextColor { color: #33AF87; }

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

This text font color is #33AF87.


Background Color

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

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

This div background color is #33AF87.


Border color

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

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

This div border color is #33AF87.


Opacity

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

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

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

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

This text has shadow with #33AF87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33AF87 on black background.


Color preview on white background

This text has color #33AF87 on white background.



Black color preview on #33AF87 background

This text has black color on #33AF87 background.


White color preview on #33AF87 background

This text has white color on #33AF87 background.