COLOR #3BA858

HEX: #3BA858 RGB: (59,168,88)

Color info

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

RGB color model

#3BA858 color RGB value is (59,168,88).

RGB: (59,168,88) (23%, 66%, 35%)

RGB channels and saturation

R 59 of 255 = 23%
G 168 of 255 = 66%
B 88 of 255 = 35%

59
168
88

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

Portions of RGB colors in percentages

R + G + B = 59 + 168 + 88 = 315 (100%)
R 59 of 315 ~ 18.73%
G 168 of 315 ~ 53.33%
B 88 of 315 ~ 27.94'%

%18.73
%53.33
%27.94

CMYK color model

#3BA858 color CMYK value is (65,0,48,34).

  • cyan value is 64.88%
  • magenta value is 0.00%
  • yellow value is 47.62%
  • key color value is 34.12%

CMYK: (65,0,48,34)
C65M0Y48K34 (65%, 0%, 48%, 34%)
(0.65 / 0.00 / 0.48 / 0.34)

CMYK percentages

%64.88
%0
%47.62
%34.12

Codes

Color #3BA858 in popluar color models

3B A8 58
RGB 59 168 88
HSL 136° 48.02% 44.51%
HSB/HSV 136° 64.88% 65.88%
CMYK 64.88% 0.00% 47.62%
34.12%

Color #3BA858 in popluar number systems.

HEX 3B A8 58
Decimal 59 168 88
Binary 111011 10101000 1011000
Octal 73 250 130

Shades and tints

Shades of #3BA858

#3BA858
(59,168,88)
#369950
(54,153,80)
#318A48
(49,138,72)
#2C7B40
(44,123,64)
#276C38
(39,108,56)
#225D30
(34,93,48)
#1D4E28
(29,78,40)
#183F20
(24,63,32)
#133018
(19,48,24)
#0E2110
(14,33,16)
#091208
(9,18,8)
#000000
(0,0,0)

Tints of #3BA858

#3BA858
(59,168,88)
#4CAF67
(76,175,103)
#5DB676
(93,182,118)
#6EBD85
(110,189,133)
#7FC494
(127,196,148)
#90CBA3
(144,203,163)
#A1D2B2
(161,210,178)
#B2D9C1
(178,217,193)
#C3E0D0
(195,224,208)
#D4E7DF
(212,231,223)
#E5EEEE
(229,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3BA858; }

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

This text font color is #3BA858.

Background Color

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

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

This div background color is #3BA858.

Border color

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

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

This div border color is #3BA858.

Opacity

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

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

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

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

This text has shadow with #3BA858 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3BA858.

Preview

Color preview on black background

This text has color #3BA858 on black background.


Color preview on white background

This text has color #3BA858 on white background.


Black color preview on #3BA858 background

This text has black color on #3BA858 background.


White color preview on #3BA858 background

This text has white color on #3BA858 background.


Related colors

Complementary color

Complementary color for #hex is #C457A7.


I love getcolorcode.com

Triadic colors

1 #583BA8 and #A8583B with #3BA858 are triadic colors.

2 #58A83B and #A83B58 with #3BA858 are triadic colors.