COLOR #3BA071

HEX: #3BA071
RGB: (59,160,113)

Color info

#3BA071 contains mainly green and blue colors. Web safe color of #3BA071 is #339966 (or #396).

RGB color model

#3BA071 color RGB value is (59,160,113).

  • red value is 59;
  • green value is 160;
  • blue value is 113.
RGB:
(59,160,113)
(23%,63%,44%)

RGB channels and saturation

R 59 of 255 = 23%
G 160 of 255 = 63%
B 113 of 255 = 44%

59
160
113

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

Portions of RGB colors in percentages

R + G + B =
59 + 160 + 113 = 332 (100%)
R 59 of 332 ~ 17.77%
G 160 of 332 ~ 48.19%
B 113 of 332 ~ 34.04%

%17.77
%48.19
%34.04

CMYK color model

#3BA071 color CMYK value is (63,0,29,37).

  • cyan value is 63.13%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 37.25%
CMYK:
(63,0,29,37)
C63M0Y29K37 
(63%,0%,29%,37%)
(0.63/0.00/0.29/0.37)	

CMYK percentages

%63.13
%0
%29.38
%37.25

Codes

Color #3BA071 in popluar color models

3BA071
RGB59160113
HSL152°46.12%42.94%
HSB/HSV152°63.13%62.75%
CMYK63.13%0.00%29.38%
37.25%

Color #3BA071 in popluar number systems.

HEX3BA071
Decimal59160113
Binary111011101000001110001
Octal73240161

Shades and tints

Shades of #3BA071

#3BA071
(59,160,113)
#369267
(54,146,103)
#31845D
(49,132,93)
#2C7653
(44,118,83)
#276849
(39,104,73)
#225A3F
(34,90,63)
#1D4C35
(29,76,53)
#183E2B
(24,62,43)
#133021
(19,48,33)
#0E2217
(14,34,23)
#09140D
(9,20,13)
#000000
(0,0,0)

Tints of #3BA071

#3BA071
(59,160,113)
#4CA87D
(76,168,125)
#5DB089
(93,176,137)
#6EB895
(110,184,149)
#7FC0A1
(127,192,161)
#90C8AD
(144,200,173)
#A1D0B9
(161,208,185)
#B2D8C5
(178,216,197)
#C3E0D1
(195,224,209)
#D4E8DD
(212,232,221)
#E5F0E9
(229,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BA071 color. Also use rgb(59,160,113) instead hex code.

Text Font Color

.myTextColor { color: #3BA071; }

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

This text font color is #3BA071.


Background Color

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

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

This div background color is #3BA071.


Border color

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

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

This div border color is #3BA071.


Opacity

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

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

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

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

This text has shadow with #3BA071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BA071 on black background.


Color preview on white background

This text has color #3BA071 on white background.



Black color preview on #3BA071 background

This text has black color on #3BA071 background.


White color preview on #3BA071 background

This text has white color on #3BA071 background.