COLOR #3B9A62

HEX: #3B9A62 RGB: (59,154,98)

Color info

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

RGB color model

#3B9A62 color RGB value is (59,154,98).

RGB: (59,154,98) (23%, 60%, 38%)

RGB channels and saturation

R 59 of 255 = 23%
G 154 of 255 = 60%
B 98 of 255 = 38%

59
154
98

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

Portions of RGB colors in percentages

R + G + B = 59 + 154 + 98 = 311 (100%)
R 59 of 311 ~ 18.97%
G 154 of 311 ~ 49.52%
B 98 of 311 ~ 31.51'%

%18.97
%49.52
%31.51

CMYK color model

#3B9A62 color CMYK value is (62,0,36,40).

  • cyan value is 61.69%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 39.61%

CMYK: (62,0,36,40)
C62M0Y36K40 (62%, 0%, 36%, 40%)
(0.62 / 0.00 / 0.36 / 0.40)

CMYK percentages

%61.69
%0
%36.36
%39.61

Codes

Color #3B9A62 in popluar color models

3B 9A 62
RGB 59 154 98
HSL 145° 44.60% 41.76%
HSB/HSV 145° 61.69% 60.39%
CMYK 61.69% 0.00% 36.36%
39.61%

Color #3B9A62 in popluar number systems.

HEX 3B 9A 62
Decimal 59 154 98
Binary 111011 10011010 1100010
Octal 73 232 142

Shades and tints

Shades of #3B9A62

#3B9A62
(59,154,98)
#368C5A
(54,140,90)
#317E52
(49,126,82)
#2C704A
(44,112,74)
#276242
(39,98,66)
#22543A
(34,84,58)
#1D4632
(29,70,50)
#18382A
(24,56,42)
#132A22
(19,42,34)
#0E1C1A
(14,28,26)
#090E12
(9,14,18)
#000000
(0,0,0)

Tints of #3B9A62

#3B9A62
(59,154,98)
#4CA370
(76,163,112)
#5DAC7E
(93,172,126)
#6EB58C
(110,181,140)
#7FBE9A
(127,190,154)
#90C7A8
(144,199,168)
#A1D0B6
(161,208,182)
#B2D9C4
(178,217,196)
#C3E2D2
(195,226,210)
#D4EBE0
(212,235,224)
#E5F4EE
(229,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B9A62 color. Also use rgb(59,154,98) instead hex code.

Text Font Color

.myTextColor { color: #3B9A62; }

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

This text font color is #3B9A62.

Background Color

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

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

This div background color is #3B9A62.

Border color

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

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

This div border color is #3B9A62.

Opacity

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

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

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

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

This text has shadow with #3B9A62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B9A62.

Preview

Color preview on black background

This text has color #3B9A62 on black background.


Color preview on white background

This text has color #3B9A62 on white background.


Black color preview on #3B9A62 background

This text has black color on #3B9A62 background.


White color preview on #3B9A62 background

This text has white color on #3B9A62 background.


Related colors

Complementary color

Complementary color for #hex is #C4659D.


I love getcolorcode.com

Triadic colors

1 #623B9A and #9A623B with #3B9A62 are triadic colors.

2 #629A3B and #9A3B62 with #3B9A62 are triadic colors.