COLOR #33A387

HEX: #33A387
RGB: (51,163,135)

Color info

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

RGB color model

#33A387 color RGB value is (51,163,135).

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

RGB channels and saturation

R 51 of 255 = 20%
G 163 of 255 = 64%
B 135 of 255 = 53%

51
163
135

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

Portions of RGB colors in percentages

R + G + B =
51 + 163 + 135 = 349 (100%)
R 51 of 349 ~ 14.61%
G 163 of 349 ~ 46.7%
B 135 of 349 ~ 38.68%

%14.61
%46.7
%38.68

CMYK color model

#33A387 color CMYK value is (69,0,17,36).

  • cyan value is 68.71%
  • magenta value is 0.00%
  • yellow value is 17.18%
  • key color value is 36.08%
CMYK:
(69,0,17,36)
C69M0Y17K36 
(69%,0%,17%,36%)
(0.69/0.00/0.17/0.36)	

CMYK percentages

%68.71
%0
%17.18
%36.08

Codes

Color #33A387 in popluar color models

33A387
RGB51163135
HSL165°52.34%41.96%
HSB/HSV165°68.71%63.92%
CMYK68.71%0.00%17.18%
36.08%

Color #33A387 in popluar number systems.

HEX33A387
Decimal51163135
Binary1100111010001110000111
Octal63243207

Shades and tints

Shades of #33A387

#33A387
(51,163,135)
#2F957B
(47,149,123)
#2B876F
(43,135,111)
#277963
(39,121,99)
#236B57
(35,107,87)
#1F5D4B
(31,93,75)
#1B4F3F
(27,79,63)
#174133
(23,65,51)
#133327
(19,51,39)
#0F251B
(15,37,27)
#0B170F
(11,23,15)
#000000
(0,0,0)

Tints of #33A387

#33A387
(51,163,135)
#45AB91
(69,171,145)
#57B39B
(87,179,155)
#69BBA5
(105,187,165)
#7BC3AF
(123,195,175)
#8DCBB9
(141,203,185)
#9FD3C3
(159,211,195)
#B1DBCD
(177,219,205)
#C3E3D7
(195,227,215)
#D5EBE1
(213,235,225)
#E7F3EB
(231,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33A387; }

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

This text font color is #33A387.


Background Color

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

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

This div background color is #33A387.


Border color

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

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

This div border color is #33A387.


Opacity

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

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

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

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

This text has shadow with #33A387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33A387 on black background.


Color preview on white background

This text has color #33A387 on white background.



Black color preview on #33A387 background

This text has black color on #33A387 background.


White color preview on #33A387 background

This text has white color on #33A387 background.