COLOR #33A070

HEX: #33A070
RGB: (51,160,112)

Color info

#33A070 contains mainly green and blue colors. Web safe color of #33A070 is #339966 (or #396).

RGB color model

#33A070 color RGB value is (51,160,112).

  • red value is 51;
  • green value is 160;
  • blue value is 112.
RGB:
(51,160,112)
(20%,63%,44%)

RGB channels and saturation

R 51 of 255 = 20%
G 160 of 255 = 63%
B 112 of 255 = 44%

51
160
112

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

Portions of RGB colors in percentages

R + G + B =
51 + 160 + 112 = 323 (100%)
R 51 of 323 ~ 15.79%
G 160 of 323 ~ 49.54%
B 112 of 323 ~ 34.67%

%15.79
%49.54
%34.67

CMYK color model

#33A070 color CMYK value is (68,0,30,37).

  • cyan value is 68.13%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 37.25%
CMYK:
(68,0,30,37)
C68M0Y30K37 
(68%,0%,30%,37%)
(0.68/0.00/0.30/0.37)	

CMYK percentages

%68.13
%0
%30
%37.25

Codes

Color #33A070 in popluar color models

33A070
RGB51160112
HSL154°51.66%41.37%
HSB/HSV154°68.13%62.75%
CMYK68.13%0.00%30.00%
37.25%

Color #33A070 in popluar number systems.

HEX33A070
Decimal51160112
Binary110011101000001110000
Octal63240160

Shades and tints

Shades of #33A070

#33A070
(51,160,112)
#2F9266
(47,146,102)
#2B845C
(43,132,92)
#277652
(39,118,82)
#236848
(35,104,72)
#1F5A3E
(31,90,62)
#1B4C34
(27,76,52)
#173E2A
(23,62,42)
#133020
(19,48,32)
#0F2216
(15,34,22)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #33A070

#33A070
(51,160,112)
#45A87D
(69,168,125)
#57B08A
(87,176,138)
#69B897
(105,184,151)
#7BC0A4
(123,192,164)
#8DC8B1
(141,200,177)
#9FD0BE
(159,208,190)
#B1D8CB
(177,216,203)
#C3E0D8
(195,224,216)
#D5E8E5
(213,232,229)
#E7F0F2
(231,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33A070 color. Also use rgb(51,160,112) instead hex code.

Text Font Color

.myTextColor { color: #33A070; }

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

This text font color is #33A070.


Background Color

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

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

This div background color is #33A070.


Border color

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

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

This div border color is #33A070.


Opacity

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

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

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

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

This text has shadow with #33A070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33A070 on black background.


Color preview on white background

This text has color #33A070 on white background.



Black color preview on #33A070 background

This text has black color on #33A070 background.


White color preview on #33A070 background

This text has white color on #33A070 background.