COLOR #3BB773

HEX: #3BB773 RGB: (59,183,115)

Color info

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

RGB color model

#3BB773 color RGB value is (59,183,115).

RGB: (59,183,115) (23%, 72%, 45%)

RGB channels and saturation

R 59 of 255 = 23%
G 183 of 255 = 72%
B 115 of 255 = 45%

59
183
115

R + G + B ~ 47%. #3BB773 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 59 + 183 + 115 = 357 (100%)
R 59 of 357 ~ 16.53%
G 183 of 357 ~ 51.26%
B 115 of 357 ~ 32.21'%

%16.53
%51.26
%32.21

CMYK color model

#3BB773 color CMYK value is (68,0,37,28).

  • cyan value is 67.76%
  • magenta value is 0.00%
  • yellow value is 37.16%
  • key color value is 28.24%

CMYK: (68,0,37,28)
C68M0Y37K28 (68%, 0%, 37%, 28%)
(0.68 / 0.00 / 0.37 / 0.28)

CMYK percentages

%67.76
%0
%37.16
%28.24

Codes

Color #3BB773 in popluar color models

3B B7 73
RGB 59 183 115
HSL 147° 51.24% 47.45%
HSB/HSV 147° 67.76% 71.76%
CMYK 67.76% 0.00% 37.16%
28.24%

Color #3BB773 in popluar number systems.

HEX 3B B7 73
Decimal 59 183 115
Binary 111011 10110111 1110011
Octal 73 267 163

Shades and tints

Shades of #3BB773

#3BB773
(59,183,115)
#36A769
(54,167,105)
#31975F
(49,151,95)
#2C8755
(44,135,85)
#27774B
(39,119,75)
#226741
(34,103,65)
#1D5737
(29,87,55)
#18472D
(24,71,45)
#133723
(19,55,35)
#0E2719
(14,39,25)
#09170F
(9,23,15)
#000000
(0,0,0)

Tints of #3BB773

#3BB773
(59,183,115)
#4CBD7F
(76,189,127)
#5DC38B
(93,195,139)
#6EC997
(110,201,151)
#7FCFA3
(127,207,163)
#90D5AF
(144,213,175)
#A1DBBB
(161,219,187)
#B2E1C7
(178,225,199)
#C3E7D3
(195,231,211)
#D4EDDF
(212,237,223)
#E5F3EB
(229,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BB773 color. Also use rgb(59,183,115) instead hex code.

Text Font Color

.myTextColor { color: #3BB773; }

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

This text font color is #3BB773.

Background Color

.myBgColor { background-color: #3BB773; }

<div style="background-color:#3BB773">Inner text</div>

This div background color is #3BB773.

Border color

.myBorderColor { border: 1px solid #3BB773; }

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

This div border color is #3BB773.

Opacity

.myOpacity80 { color: #3BB773; opacity: 0.8; }

<p style="color:#3BB773;opacity:0.8;">80%</p>

Text with #3BB773 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 #3BB773;}

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

This text has shadow with #3BB773 color.


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

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

This text has shadow with #3BB773 primary color and red secondary color.


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

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

This text has shadow with #3BB773 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3BB773.

Preview

Color preview on black background

This text has color #3BB773 on black background.


Color preview on white background

This text has color #3BB773 on white background.


Black color preview on #3BB773 background

This text has black color on #3BB773 background.


White color preview on #3BB773 background

This text has white color on #3BB773 background.


Related colors

Complementary color

Complementary color for #hex is #C4488C.


I love getcolorcode.com

Triadic colors

1 #733BB7 and #B7733B with #3BB773 are triadic colors.

2 #73B73B and #B73B73 with #3BB773 are triadic colors.