COLOR #33B06B

HEX: #33B06B
RGB: (51,176,107)

Color info

#33B06B contains mainly green color. Web safe color of #33B06B is #339966 (or #396).

RGB color model

#33B06B color RGB value is (51,176,107).

  • red value is 51;
  • green value is 176;
  • blue value is 107.
RGB:
(51,176,107)
(20%,69%,42%)

RGB channels and saturation

R 51 of 255 = 20%
G 176 of 255 = 69%
B 107 of 255 = 42%

51
176
107

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

Portions of RGB colors in percentages

R + G + B =
51 + 176 + 107 = 334 (100%)
R 51 of 334 ~ 15.27%
G 176 of 334 ~ 52.69%
B 107 of 334 ~ 32.04%

%15.27
%52.69
%32.04

CMYK color model

#33B06B color CMYK value is (71,0,39,31).

  • cyan value is 71.02%
  • magenta value is 0.00%
  • yellow value is 39.20%
  • key color value is 30.98%
CMYK:
(71,0,39,31)
C71M0Y39K31 
(71%,0%,39%,31%)
(0.71/0.00/0.39/0.31)	

CMYK percentages

%71.02
%0
%39.2
%30.98

Codes

Color #33B06B in popluar color models

33B06B
RGB51176107
HSL147°55.07%44.51%
HSB/HSV147°71.02%69.02%
CMYK71.02%0.00%39.20%
30.98%

Color #33B06B in popluar number systems.

HEX33B06B
Decimal51176107
Binary110011101100001101011
Octal63260153

Shades and tints

Shades of #33B06B

#33B06B
(51,176,107)
#2FA062
(47,160,98)
#2B9059
(43,144,89)
#278050
(39,128,80)
#237047
(35,112,71)
#1F603E
(31,96,62)
#1B5035
(27,80,53)
#17402C
(23,64,44)
#133023
(19,48,35)
#0F201A
(15,32,26)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #33B06B

#33B06B
(51,176,107)
#45B778
(69,183,120)
#57BE85
(87,190,133)
#69C592
(105,197,146)
#7BCC9F
(123,204,159)
#8DD3AC
(141,211,172)
#9FDAB9
(159,218,185)
#B1E1C6
(177,225,198)
#C3E8D3
(195,232,211)
#D5EFE0
(213,239,224)
#E7F6ED
(231,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33B06B color. Also use rgb(51,176,107) instead hex code.

Text Font Color

.myTextColor { color: #33B06B; }

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

This text font color is #33B06B.


Background Color

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

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

This div background color is #33B06B.


Border color

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

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

This div border color is #33B06B.


Opacity

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

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

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

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

This text has shadow with #33B06B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33B06B on black background.


Color preview on white background

This text has color #33B06B on white background.



Black color preview on #33B06B background

This text has black color on #33B06B background.


White color preview on #33B06B background

This text has white color on #33B06B background.