COLOR #33C09B

HEX: #33C09B
RGB: (51,192,155)

Color info

#33C09B contains mainly green and blue colors. Web safe color of #33C09B is #33CC99 (or #3C9).

RGB color model

#33C09B color RGB value is (51,192,155).

  • red value is 51;
  • green value is 192;
  • blue value is 155.
RGB:
(51,192,155)
(20%,75%,61%)

RGB channels and saturation

R 51 of 255 = 20%
G 192 of 255 = 75%
B 155 of 255 = 61%

51
192
155

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

Portions of RGB colors in percentages

R + G + B =
51 + 192 + 155 = 398 (100%)
R 51 of 398 ~ 12.81%
G 192 of 398 ~ 48.24%
B 155 of 398 ~ 38.94%

%12.81
%48.24
%38.94

CMYK color model

#33C09B color CMYK value is (73,0,19,25).

  • cyan value is 73.44%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 24.71%
CMYK:
(73,0,19,25)
C73M0Y19K25 
(73%,0%,19%,25%)
(0.73/0.00/0.19/0.25)	

CMYK percentages

%73.44
%0
%19.27
%24.71

Codes

Color #33C09B in popluar color models

33C09B
RGB51192155
HSL164°58.02%47.65%
HSB/HSV164°73.44%75.29%
CMYK73.44%0.00%19.27%
24.71%

Color #33C09B in popluar number systems.

HEX33C09B
Decimal51192155
Binary1100111100000010011011
Octal63300233

Shades and tints

Shades of #33C09B

#33C09B
(51,192,155)
#2FAF8D
(47,175,141)
#2B9E7F
(43,158,127)
#278D71
(39,141,113)
#237C63
(35,124,99)
#1F6B55
(31,107,85)
#1B5A47
(27,90,71)
#174939
(23,73,57)
#13382B
(19,56,43)
#0F271D
(15,39,29)
#0B160F
(11,22,15)
#000000
(0,0,0)

Tints of #33C09B

#33C09B
(51,192,155)
#45C5A4
(69,197,164)
#57CAAD
(87,202,173)
#69CFB6
(105,207,182)
#7BD4BF
(123,212,191)
#8DD9C8
(141,217,200)
#9FDED1
(159,222,209)
#B1E3DA
(177,227,218)
#C3E8E3
(195,232,227)
#D5EDEC
(213,237,236)
#E7F2F5
(231,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33C09B color. Also use rgb(51,192,155) instead hex code.

Text Font Color

.myTextColor { color: #33C09B; }

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

This text font color is #33C09B.


Background Color

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

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

This div background color is #33C09B.


Border color

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

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

This div border color is #33C09B.


Opacity

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

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

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

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

This text has shadow with #33C09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33C09B on black background.


Color preview on white background

This text has color #33C09B on white background.



Black color preview on #33C09B background

This text has black color on #33C09B background.


White color preview on #33C09B background

This text has white color on #33C09B background.