COLOR #33C480

HEX: #33C480
RGB: (51,196,128)

Color info

#33C480 contains mainly green color. Web safe color of #33C480 is #33CC66 (or #3C6).

RGB color model

#33C480 color RGB value is (51,196,128).

  • red value is 51;
  • green value is 196;
  • blue value is 128.
RGB:
(51,196,128)
(20%,77%,50%)

RGB channels and saturation

R 51 of 255 = 20%
G 196 of 255 = 77%
B 128 of 255 = 50%

51
196
128

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

Portions of RGB colors in percentages

R + G + B =
51 + 196 + 128 = 375 (100%)
R 51 of 375 ~ 13.6%
G 196 of 375 ~ 52.27%
B 128 of 375 ~ 34.13%

%13.6
%52.27
%34.13

CMYK color model

#33C480 color CMYK value is (74,0,35,23).

  • cyan value is 73.98%
  • magenta value is 0.00%
  • yellow value is 34.69%
  • key color value is 23.14%
CMYK:
(74,0,35,23)
C74M0Y35K23 
(74%,0%,35%,23%)
(0.74/0.00/0.35/0.23)	

CMYK percentages

%73.98
%0
%34.69
%23.14

Codes

Color #33C480 in popluar color models

33C480
RGB51196128
HSL152°58.70%48.43%
HSB/HSV152°73.98%76.86%
CMYK73.98%0.00%34.69%
23.14%

Color #33C480 in popluar number systems.

HEX33C480
Decimal51196128
Binary1100111100010010000000
Octal63304200

Shades and tints

Shades of #33C480

#33C480
(51,196,128)
#2FB375
(47,179,117)
#2BA26A
(43,162,106)
#27915F
(39,145,95)
#238054
(35,128,84)
#1F6F49
(31,111,73)
#1B5E3E
(27,94,62)
#174D33
(23,77,51)
#133C28
(19,60,40)
#0F2B1D
(15,43,29)
#0B1A12
(11,26,18)
#000000
(0,0,0)

Tints of #33C480

#33C480
(51,196,128)
#45C98B
(69,201,139)
#57CE96
(87,206,150)
#69D3A1
(105,211,161)
#7BD8AC
(123,216,172)
#8DDDB7
(141,221,183)
#9FE2C2
(159,226,194)
#B1E7CD
(177,231,205)
#C3ECD8
(195,236,216)
#D5F1E3
(213,241,227)
#E7F6EE
(231,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33C480 color. Also use rgb(51,196,128) instead hex code.

Text Font Color

.myTextColor { color: #33C480; }

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

This text font color is #33C480.


Background Color

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

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

This div background color is #33C480.


Border color

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

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

This div border color is #33C480.


Opacity

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

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

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

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

This text has shadow with #33C480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33C480 on black background.


Color preview on white background

This text has color #33C480 on white background.



Black color preview on #33C480 background

This text has black color on #33C480 background.


White color preview on #33C480 background

This text has white color on #33C480 background.