COLOR #33AD92

HEX: #33AD92 RGB: (51,173,146)

Color info

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

RGB color model

#33AD92 color RGB value is (51,173,146).

RGB: (51,173,146) (20%, 68%, 57%)

RGB channels and saturation

R 51 of 255 = 20%
G 173 of 255 = 68%
B 146 of 255 = 57%

51
173
146

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

Portions of RGB colors in percentages

R + G + B = 51 + 173 + 146 = 370 (100%)
R 51 of 370 ~ 13.78%
G 173 of 370 ~ 46.76%
B 146 of 370 ~ 39.46'%

%13.78
%46.76
%39.46

CMYK color model

#33AD92 color CMYK value is (71,0,16,32).

  • cyan value is 70.52%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 32.16%

CMYK: (71,0,16,32)
C71M0Y16K32 (71%, 0%, 16%, 32%)
(0.71 / 0.00 / 0.16 / 0.32)

CMYK percentages

%70.52
%0
%15.61
%32.16

Codes

Color #33AD92 in popluar color models

33 AD 92
RGB 51 173 146
HSL 167° 54.46% 43.92%
HSB/HSV 167° 70.52% 67.84%
CMYK 70.52% 0.00% 15.61%
32.16%

Color #33AD92 in popluar number systems.

HEX 33 AD 92
Decimal 51 173 146
Binary 110011 10101101 10010010
Octal 63 255 222

Shades and tints

Shades of #33AD92

#33AD92
(51,173,146)
#2F9E85
(47,158,133)
#2B8F78
(43,143,120)
#27806B
(39,128,107)
#23715E
(35,113,94)
#1F6251
(31,98,81)
#1B5344
(27,83,68)
#174437
(23,68,55)
#13352A
(19,53,42)
#0F261D
(15,38,29)
#0B1710
(11,23,16)
#000000
(0,0,0)

Tints of #33AD92

#33AD92
(51,173,146)
#45B49B
(69,180,155)
#57BBA4
(87,187,164)
#69C2AD
(105,194,173)
#7BC9B6
(123,201,182)
#8DD0BF
(141,208,191)
#9FD7C8
(159,215,200)
#B1DED1
(177,222,209)
#C3E5DA
(195,229,218)
#D5ECE3
(213,236,227)
#E7F3EC
(231,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33AD92 color. Also use rgb(51,173,146) instead hex code.

Text Font Color

.myTextColor { color: #33AD92; }

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

This text font color is #33AD92.

Background Color

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

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

This div background color is #33AD92.

Border color

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

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

This div border color is #33AD92.

Opacity

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

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

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

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

This text has shadow with #33AD92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33AD92.

Preview

Color preview on black background

This text has color #33AD92 on black background.


Color preview on white background

This text has color #33AD92 on white background.


Black color preview on #33AD92 background

This text has black color on #33AD92 background.


White color preview on #33AD92 background

This text has white color on #33AD92 background.


Related colors

Complementary color

Complementary color for #hex is #CC526D.


I love getcolorcode.com

Triadic colors

1 #9233AD and #AD9233 with #33AD92 are triadic colors.

2 #92AD33 and #AD3392 with #33AD92 are triadic colors.