COLOR #33BC57

HEX: #33BC57 RGB: (51,188,87)

Color info

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

RGB color model

#33BC57 color RGB value is (51,188,87).

RGB: (51,188,87) (20%, 74%, 34%)

RGB channels and saturation

R 51 of 255 = 20%
G 188 of 255 = 74%
B 87 of 255 = 34%

51
188
87

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

Portions of RGB colors in percentages

R + G + B = 51 + 188 + 87 = 326 (100%)
R 51 of 326 ~ 15.64%
G 188 of 326 ~ 57.67%
B 87 of 326 ~ 26.69'%

%15.64
%57.67
%26.69

CMYK color model

#33BC57 color CMYK value is (73,0,54,26).

  • cyan value is 72.87%
  • magenta value is 0.00%
  • yellow value is 53.72%
  • key color value is 26.27%

CMYK: (73,0,54,26)
C73M0Y54K26 (73%, 0%, 54%, 26%)
(0.73 / 0.00 / 0.54 / 0.26)

CMYK percentages

%72.87
%0
%53.72
%26.27

Codes

Color #33BC57 in popluar color models

33 BC 57
RGB 51 188 87
HSL 136° 57.32% 46.86%
HSB/HSV 136° 72.87% 73.73%
CMYK 72.87% 0.00% 53.72%
26.27%

Color #33BC57 in popluar number systems.

HEX 33 BC 57
Decimal 51 188 87
Binary 110011 10111100 1010111
Octal 63 274 127

Shades and tints

Shades of #33BC57

#33BC57
(51,188,87)
#2FAB50
(47,171,80)
#2B9A49
(43,154,73)
#278942
(39,137,66)
#23783B
(35,120,59)
#1F6734
(31,103,52)
#1B562D
(27,86,45)
#174526
(23,69,38)
#13341F
(19,52,31)
#0F2318
(15,35,24)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #33BC57

#33BC57
(51,188,87)
#45C266
(69,194,102)
#57C875
(87,200,117)
#69CE84
(105,206,132)
#7BD493
(123,212,147)
#8DDAA2
(141,218,162)
#9FE0B1
(159,224,177)
#B1E6C0
(177,230,192)
#C3ECCF
(195,236,207)
#D5F2DE
(213,242,222)
#E7F8ED
(231,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33BC57 color. Also use rgb(51,188,87) instead hex code.

Text Font Color

.myTextColor { color: #33BC57; }

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

This text font color is #33BC57.

Background Color

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

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

This div background color is #33BC57.

Border color

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

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

This div border color is #33BC57.

Opacity

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

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

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

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

This text has shadow with #33BC57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33BC57.

Preview

Color preview on black background

This text has color #33BC57 on black background.


Color preview on white background

This text has color #33BC57 on white background.


Black color preview on #33BC57 background

This text has black color on #33BC57 background.


White color preview on #33BC57 background

This text has white color on #33BC57 background.


Related colors

Complementary color

Complementary color for #hex is #CC43A8.


I love getcolorcode.com

Triadic colors

1 #5733BC and #BC5733 with #33BC57 are triadic colors.

2 #57BC33 and #BC3357 with #33BC57 are triadic colors.