COLOR #33AD83

HEX: #33AD83 RGB: (51,173,131)

Color info

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

RGB color model

#33AD83 color RGB value is (51,173,131).

RGB: (51,173,131) (20%, 68%, 51%)

RGB channels and saturation

R 51 of 255 = 20%
G 173 of 255 = 68%
B 131 of 255 = 51%

51
173
131

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

Portions of RGB colors in percentages

R + G + B = 51 + 173 + 131 = 355 (100%)
R 51 of 355 ~ 14.37%
G 173 of 355 ~ 48.73%
B 131 of 355 ~ 36.9'%

%14.37
%48.73
%36.9

CMYK color model

#33AD83 color CMYK value is (71,0,24,32).

  • cyan value is 70.52%
  • magenta value is 0.00%
  • yellow value is 24.28%
  • key color value is 32.16%
CMYK: (71,0,24,32) C71M0Y24K32 (71%,0%,24%,32%) (0.71/0.00/0.24/0.32) 

CMYK percentages

%70.52
%0
%24.28
%32.16

Codes

Color #33AD83 in popluar color models

33 AD 83
RGB 51 173 131
HSL 159° 54.46% 43.92%
HSB/HSV 159° 70.52% 67.84%
CMYK 70.52% 0.00% 24.28%
32.16%

Color #33AD83 in popluar number systems.

HEX 33 AD 83
Decimal 51 173 131
Binary 110011 10101101 10000011
Octal 63 255 203

Shades and tints

Shades of #33AD83

#33AD83
(51,173,131)
#2F9E78
(47,158,120)
#2B8F6D
(43,143,109)
#278062
(39,128,98)
#237157
(35,113,87)
#1F624C
(31,98,76)
#1B5341
(27,83,65)
#174436
(23,68,54)
#13352B
(19,53,43)
#0F2620
(15,38,32)
#0B1715
(11,23,21)
#000000
(0,0,0)

Tints of #33AD83

#33AD83
(51,173,131)
#45B48E
(69,180,142)
#57BB99
(87,187,153)
#69C2A4
(105,194,164)
#7BC9AF
(123,201,175)
#8DD0BA
(141,208,186)
#9FD7C5
(159,215,197)
#B1DED0
(177,222,208)
#C3E5DB
(195,229,219)
#D5ECE6
(213,236,230)
#E7F3F1
(231,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33AD83; }

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

This text font color is #33AD83.

Background Color

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

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

This div background color is #33AD83.

Border color

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

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

This div border color is #33AD83.

Opacity

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

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

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

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

This text has shadow with #33AD83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33AD83.

Preview

Color preview on black background

This text has color #33AD83 on black background.


Color preview on white background

This text has color #33AD83 on white background.


Black color preview on #33AD83 background

This text has black color on #33AD83 background.


White color preview on #33AD83 background

This text has white color on #33AD83 background.


Related colors

Complementary color

Complementary color for #hex is #CC527C.


I love getcolorcode.com

Triadic colors

1 #8333AD and #AD8333 with #33AD83 are triadic colors.

2 #83AD33 and #AD3383 with #33AD83 are triadic colors.