COLOR #3BA766

HEX: #3BA766
RGB: (59,167,102)

Color info

#3BA766 contains mainly green color. Web safe color of #3BA766 is #339966 (or #396).

RGB color model

#3BA766 color RGB value is (59,167,102).

  • red value is 59;
  • green value is 167;
  • blue value is 102.
RGB:
(59,167,102)
(23%,65%,40%)

RGB channels and saturation

R 59 of 255 = 23%
G 167 of 255 = 65%
B 102 of 255 = 40%

59
167
102

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

Portions of RGB colors in percentages

R + G + B =
59 + 167 + 102 = 328 (100%)
R 59 of 328 ~ 17.99%
G 167 of 328 ~ 50.91%
B 102 of 328 ~ 31.1%

%17.99
%50.91
%31.1

CMYK color model

#3BA766 color CMYK value is (65,0,39,35).

  • cyan value is 64.67%
  • magenta value is 0.00%
  • yellow value is 38.92%
  • key color value is 34.51%
CMYK:
(65,0,39,35)
C65M0Y39K35 
(65%,0%,39%,35%)
(0.65/0.00/0.39/0.35)	

CMYK percentages

%64.67
%0
%38.92
%34.51

Codes

Color #3BA766 in popluar color models

3BA766
RGB59167102
HSL144°47.79%44.31%
HSB/HSV144°64.67%65.49%
CMYK64.67%0.00%38.92%
34.51%

Color #3BA766 in popluar number systems.

HEX3BA766
Decimal59167102
Binary111011101001111100110
Octal73247146

Shades and tints

Shades of #3BA766

#3BA766
(59,167,102)
#36985D
(54,152,93)
#318954
(49,137,84)
#2C7A4B
(44,122,75)
#276B42
(39,107,66)
#225C39
(34,92,57)
#1D4D30
(29,77,48)
#183E27
(24,62,39)
#132F1E
(19,47,30)
#0E2015
(14,32,21)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #3BA766

#3BA766
(59,167,102)
#4CAF73
(76,175,115)
#5DB780
(93,183,128)
#6EBF8D
(110,191,141)
#7FC79A
(127,199,154)
#90CFA7
(144,207,167)
#A1D7B4
(161,215,180)
#B2DFC1
(178,223,193)
#C3E7CE
(195,231,206)
#D4EFDB
(212,239,219)
#E5F7E8
(229,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BA766 color. Also use rgb(59,167,102) instead hex code.

Text Font Color

.myTextColor { color: #3BA766; }

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

This text font color is #3BA766.


Background Color

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

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

This div background color is #3BA766.


Border color

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

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

This div border color is #3BA766.


Opacity

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

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

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

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

This text has shadow with #3BA766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BA766 on black background.


Color preview on white background

This text has color #3BA766 on white background.



Black color preview on #3BA766 background

This text has black color on #3BA766 background.


White color preview on #3BA766 background

This text has white color on #3BA766 background.