COLOR #3B8351

HEX: #3B8351 RGB: (59,131,81)

Color info

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

RGB color model

#3B8351 color RGB value is (59,131,81).

RGB: (59,131,81) (23%, 51%, 32%)

RGB channels and saturation

R 59 of 255 = 23%
G 131 of 255 = 51%
B 81 of 255 = 32%

59
131
81

R + G + B ~ 35%. #3B8351 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 131 + 81 = 271 (100%)
R 59 of 271 ~ 21.77%
G 131 of 271 ~ 48.34%
B 81 of 271 ~ 29.89'%

%21.77
%48.34
%29.89

CMYK color model

#3B8351 color CMYK value is (55,0,38,49).

  • cyan value is 54.96%
  • magenta value is 0.00%
  • yellow value is 38.17%
  • key color value is 48.63%

CMYK: (55,0,38,49)
C55M0Y38K49 (55%, 0%, 38%, 49%)
(0.55 / 0.00 / 0.38 / 0.49)

CMYK percentages

%54.96
%0
%38.17
%48.63

Codes

Color #3B8351 in popluar color models

3B 83 51
RGB 59 131 81
HSL 138° 37.89% 37.25%
HSB/HSV 138° 54.96% 51.37%
CMYK 54.96% 0.00% 38.17%
48.63%

Color #3B8351 in popluar number systems.

HEX 3B 83 51
Decimal 59 131 81
Binary 111011 10000011 1010001
Octal 73 203 121

Shades and tints

Shades of #3B8351

#3B8351
(59,131,81)
#36784A
(54,120,74)
#316D43
(49,109,67)
#2C623C
(44,98,60)
#275735
(39,87,53)
#224C2E
(34,76,46)
#1D4127
(29,65,39)
#183620
(24,54,32)
#132B19
(19,43,25)
#0E2012
(14,32,18)
#09150B
(9,21,11)
#000000
(0,0,0)

Tints of #3B8351

#3B8351
(59,131,81)
#4C8E60
(76,142,96)
#5D996F
(93,153,111)
#6EA47E
(110,164,126)
#7FAF8D
(127,175,141)
#90BA9C
(144,186,156)
#A1C5AB
(161,197,171)
#B2D0BA
(178,208,186)
#C3DBC9
(195,219,201)
#D4E6D8
(212,230,216)
#E5F1E7
(229,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B8351 color. Also use rgb(59,131,81) instead hex code.

Text Font Color

.myTextColor { color: #3B8351; }

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

This text font color is #3B8351.

Background Color

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

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

This div background color is #3B8351.

Border color

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

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

This div border color is #3B8351.

Opacity

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

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

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

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

This text has shadow with #3B8351 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B8351.

Preview

Color preview on black background

This text has color #3B8351 on black background.


Color preview on white background

This text has color #3B8351 on white background.


Black color preview on #3B8351 background

This text has black color on #3B8351 background.


White color preview on #3B8351 background

This text has white color on #3B8351 background.


Related colors

Complementary color

Complementary color for #hex is #C47CAE.


I love getcolorcode.com

Triadic colors

1 #513B83 and #83513B with #3B8351 are triadic colors.

2 #51833B and #833B51 with #3B8351 are triadic colors.