COLOR #33BE9D

HEX: #33BE9D
RGB: (51,190,157)

Color info

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

RGB color model

#33BE9D color RGB value is (51,190,157).

  • red value is 51;
  • green value is 190;
  • blue value is 157.
RGB:
(51,190,157)
(20%,75%,62%)

RGB channels and saturation

R 51 of 255 = 20%
G 190 of 255 = 75%
B 157 of 255 = 62%

51
190
157

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

Portions of RGB colors in percentages

R + G + B =
51 + 190 + 157 = 398 (100%)
R 51 of 398 ~ 12.81%
G 190 of 398 ~ 47.74%
B 157 of 398 ~ 39.45%

%12.81
%47.74
%39.45

CMYK color model

#33BE9D color CMYK value is (73,0,17,25).

  • cyan value is 73.16%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 25.49%
CMYK:
(73,0,17,25)
C73M0Y17K25 
(73%,0%,17%,25%)
(0.73/0.00/0.17/0.25)	

CMYK percentages

%73.16
%0
%17.37
%25.49

Codes

Color #33BE9D in popluar color models

33BE9D
RGB51190157
HSL166°57.68%47.25%
HSB/HSV166°73.16%74.51%
CMYK73.16%0.00%17.37%
25.49%

Color #33BE9D in popluar number systems.

HEX33BE9D
Decimal51190157
Binary1100111011111010011101
Octal63276235

Shades and tints

Shades of #33BE9D

#33BE9D
(51,190,157)
#2FAD8F
(47,173,143)
#2B9C81
(43,156,129)
#278B73
(39,139,115)
#237A65
(35,122,101)
#1F6957
(31,105,87)
#1B5849
(27,88,73)
#17473B
(23,71,59)
#13362D
(19,54,45)
#0F251F
(15,37,31)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #33BE9D

#33BE9D
(51,190,157)
#45C3A5
(69,195,165)
#57C8AD
(87,200,173)
#69CDB5
(105,205,181)
#7BD2BD
(123,210,189)
#8DD7C5
(141,215,197)
#9FDCCD
(159,220,205)
#B1E1D5
(177,225,213)
#C3E6DD
(195,230,221)
#D5EBE5
(213,235,229)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33BE9D color. Also use rgb(51,190,157) instead hex code.

Text Font Color

.myTextColor { color: #33BE9D; }

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

This text font color is #33BE9D.


Background Color

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

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

This div background color is #33BE9D.


Border color

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

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

This div border color is #33BE9D.


Opacity

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

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

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

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

This text has shadow with #33BE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33BE9D on black background.


Color preview on white background

This text has color #33BE9D on white background.



Black color preview on #33BE9D background

This text has black color on #33BE9D background.


White color preview on #33BE9D background

This text has white color on #33BE9D background.