COLOR #33E894

HEX: #33E894
RGB: (51,232,148)

Color info

#33E894 contains mainly green color. Web safe color of #33E894 is #33FF99 (or #3F9).

RGB color model

#33E894 color RGB value is (51,232,148).

  • red value is 51;
  • green value is 232;
  • blue value is 148.
RGB:
(51,232,148)
(20%,91%,58%)

RGB channels and saturation

R 51 of 255 = 20%
G 232 of 255 = 91%
B 148 of 255 = 58%

51
232
148

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

Portions of RGB colors in percentages

R + G + B =
51 + 232 + 148 = 431 (100%)
R 51 of 431 ~ 11.83%
G 232 of 431 ~ 53.83%
B 148 of 431 ~ 34.34%

%11.83
%53.83
%34.34

CMYK color model

#33E894 color CMYK value is (78,0,36,9).

  • cyan value is 78.02%
  • magenta value is 0.00%
  • yellow value is 36.21%
  • key color value is 9.02%
CMYK:
(78,0,36,9)
C78M0Y36K9 
(78%,0%,36%,9%)
(0.78/0.00/0.36/0.09)	

CMYK percentages

%78.02
%0
%36.21
%9.02

Codes

Color #33E894 in popluar color models

33E894
RGB51232148
HSL152°79.74%55.49%
HSB/HSV152°78.02%90.98%
CMYK78.02%0.00%36.21%
9.02%

Color #33E894 in popluar number systems.

HEX33E894
Decimal51232148
Binary1100111110100010010100
Octal63350224

Shades and tints

Shades of #33E894

#33E894
(51,232,148)
#2FD387
(47,211,135)
#2BBE7A
(43,190,122)
#27A96D
(39,169,109)
#239460
(35,148,96)
#1F7F53
(31,127,83)
#1B6A46
(27,106,70)
#175539
(23,85,57)
#13402C
(19,64,44)
#0F2B1F
(15,43,31)
#0B1612
(11,22,18)
#000000
(0,0,0)

Tints of #33E894

#33E894
(51,232,148)
#45EA9D
(69,234,157)
#57ECA6
(87,236,166)
#69EEAF
(105,238,175)
#7BF0B8
(123,240,184)
#8DF2C1
(141,242,193)
#9FF4CA
(159,244,202)
#B1F6D3
(177,246,211)
#C3F8DC
(195,248,220)
#D5FAE5
(213,250,229)
#E7FCEE
(231,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33E894 color. Also use rgb(51,232,148) instead hex code.

Text Font Color

.myTextColor { color: #33E894; }

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

This text font color is #33E894.


Background Color

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

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

This div background color is #33E894.


Border color

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

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

This div border color is #33E894.


Opacity

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

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

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

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

This text has shadow with #33E894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33E894 on black background.


Color preview on white background

This text has color #33E894 on white background.



Black color preview on #33E894 background

This text has black color on #33E894 background.


White color preview on #33E894 background

This text has white color on #33E894 background.