COLOR #3BA879

HEX: #3BA879
RGB: (59,168,121)

Color info

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

RGB color model

#3BA879 color RGB value is (59,168,121).

  • red value is 59;
  • green value is 168;
  • blue value is 121.
RGB:
(59,168,121)
(23%,66%,47%)

RGB channels and saturation

R 59 of 255 = 23%
G 168 of 255 = 66%
B 121 of 255 = 47%

59
168
121

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

Portions of RGB colors in percentages

R + G + B =
59 + 168 + 121 = 348 (100%)
R 59 of 348 ~ 16.95%
G 168 of 348 ~ 48.28%
B 121 of 348 ~ 34.77%

%16.95
%48.28
%34.77

CMYK color model

#3BA879 color CMYK value is (65,0,28,34).

  • cyan value is 64.88%
  • magenta value is 0.00%
  • yellow value is 27.98%
  • key color value is 34.12%
CMYK:
(65,0,28,34)
C65M0Y28K34 
(65%,0%,28%,34%)
(0.65/0.00/0.28/0.34)	

CMYK percentages

%64.88
%0
%27.98
%34.12

Codes

Color #3BA879 in popluar color models

3BA879
RGB59168121
HSL154°48.02%44.51%
HSB/HSV154°64.88%65.88%
CMYK64.88%0.00%27.98%
34.12%

Color #3BA879 in popluar number systems.

HEX3BA879
Decimal59168121
Binary111011101010001111001
Octal73250171

Shades and tints

Shades of #3BA879

#3BA879
(59,168,121)
#36996E
(54,153,110)
#318A63
(49,138,99)
#2C7B58
(44,123,88)
#276C4D
(39,108,77)
#225D42
(34,93,66)
#1D4E37
(29,78,55)
#183F2C
(24,63,44)
#133021
(19,48,33)
#0E2116
(14,33,22)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #3BA879

#3BA879
(59,168,121)
#4CAF85
(76,175,133)
#5DB691
(93,182,145)
#6EBD9D
(110,189,157)
#7FC4A9
(127,196,169)
#90CBB5
(144,203,181)
#A1D2C1
(161,210,193)
#B2D9CD
(178,217,205)
#C3E0D9
(195,224,217)
#D4E7E5
(212,231,229)
#E5EEF1
(229,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3BA879; }

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

This text font color is #3BA879.


Background Color

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

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

This div background color is #3BA879.


Border color

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

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

This div border color is #3BA879.


Opacity

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

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

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

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

This text has shadow with #3BA879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BA879 on black background.


Color preview on white background

This text has color #3BA879 on white background.



Black color preview on #3BA879 background

This text has black color on #3BA879 background.


White color preview on #3BA879 background

This text has white color on #3BA879 background.