COLOR #3BA579

HEX: #3BA579 RGB: (59,165,121)

Color info

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

RGB color model

#3BA579 color RGB value is (59,165,121).

RGB: (59,165,121) (23%, 65%, 47%)

RGB channels and saturation

R 59 of 255 = 23%
G 165 of 255 = 65%
B 121 of 255 = 47%

59
165
121

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

Portions of RGB colors in percentages

R + G + B = 59 + 165 + 121 = 345 (100%)
R 59 of 345 ~ 17.1%
G 165 of 345 ~ 47.83%
B 121 of 345 ~ 35.07'%

%17.1
%47.83
%35.07

CMYK color model

#3BA579 color CMYK value is (64,0,27,35).

  • cyan value is 64.24%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 35.29%
CMYK: (64,0,27,35) C64M0Y27K35 (64%,0%,27%,35%) (0.64/0.00/0.27/0.35) 

CMYK percentages

%64.24
%0
%26.67
%35.29

Codes

Color #3BA579 in popluar color models

3B A5 79
RGB 59 165 121
HSL 155° 47.32% 43.92%
HSB/HSV 155° 64.24% 64.71%
CMYK 64.24% 0.00% 26.67%
35.29%

Color #3BA579 in popluar number systems.

HEX 3B A5 79
Decimal 59 165 121
Binary 111011 10100101 1111001
Octal 73 245 171

Shades and tints

Shades of #3BA579

#3BA579
(59,165,121)
#36966E
(54,150,110)
#318763
(49,135,99)
#2C7858
(44,120,88)
#27694D
(39,105,77)
#225A42
(34,90,66)
#1D4B37
(29,75,55)
#183C2C
(24,60,44)
#132D21
(19,45,33)
#0E1E16
(14,30,22)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #3BA579

#3BA579
(59,165,121)
#4CAD85
(76,173,133)
#5DB591
(93,181,145)
#6EBD9D
(110,189,157)
#7FC5A9
(127,197,169)
#90CDB5
(144,205,181)
#A1D5C1
(161,213,193)
#B2DDCD
(178,221,205)
#C3E5D9
(195,229,217)
#D4EDE5
(212,237,229)
#E5F5F1
(229,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BA579 color. Also use rgb(59,165,121) instead hex code.

Text Font Color

.myTextColor { color: #3BA579; }

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

This text font color is #3BA579.

Background Color

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

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

This div background color is #3BA579.

Border color

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

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

This div border color is #3BA579.

Opacity

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

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

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

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

This text has shadow with #3BA579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3BA579.

Preview

Color preview on black background

This text has color #3BA579 on black background.


Color preview on white background

This text has color #3BA579 on white background.


Black color preview on #3BA579 background

This text has black color on #3BA579 background.


White color preview on #3BA579 background

This text has white color on #3BA579 background.


Related colors

Complementary color

Complementary color for #hex is #C45A86.


I love getcolorcode.com

Triadic colors

1 #793BA5 and #A5793B with #3BA579 are triadic colors.

2 #79A53B and #A53B79 with #3BA579 are triadic colors.