COLOR #3B8047

HEX: #3B8047 RGB: (59,128,71)

Color info

#3B8047 contains mainly green and blue colors. Web safe color of #3B8047 is #336633 (or #363).

RGB color model

#3B8047 color RGB value is (59,128,71).

RGB: (59,128,71) (23%, 50%, 28%)

RGB channels and saturation

R 59 of 255 = 23%
G 128 of 255 = 50%
B 71 of 255 = 28%

59
128
71

R + G + B ~ 34%. #3B8047 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 128 + 71 = 258 (100%)
R 59 of 258 ~ 22.87%
G 128 of 258 ~ 49.61%
B 71 of 258 ~ 27.52'%

%22.87
%49.61
%27.52

CMYK color model

#3B8047 color CMYK value is (54,0,45,50).

  • cyan value is 53.91%
  • magenta value is 0.00%
  • yellow value is 44.53%
  • key color value is 49.80%

CMYK: (54,0,45,50)
C54M0Y45K50 (54%, 0%, 45%, 50%)
(0.54 / 0.00 / 0.45 / 0.50)

CMYK percentages

%53.91
%0
%44.53
%49.8

Codes

Color #3B8047 in popluar color models

3B 80 47
RGB 59 128 71
HSL 130° 36.90% 36.67%
HSB/HSV 130° 53.91% 50.20%
CMYK 53.91% 0.00% 44.53%
49.80%

Color #3B8047 in popluar number systems.

HEX 3B 80 47
Decimal 59 128 71
Binary 111011 10000000 1000111
Octal 73 200 107

Shades and tints

Shades of #3B8047

#3B8047
(59,128,71)
#367541
(54,117,65)
#316A3B
(49,106,59)
#2C5F35
(44,95,53)
#27542F
(39,84,47)
#224929
(34,73,41)
#1D3E23
(29,62,35)
#18331D
(24,51,29)
#132817
(19,40,23)
#0E1D11
(14,29,17)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #3B8047

#3B8047
(59,128,71)
#4C8B57
(76,139,87)
#5D9667
(93,150,103)
#6EA177
(110,161,119)
#7FAC87
(127,172,135)
#90B797
(144,183,151)
#A1C2A7
(161,194,167)
#B2CDB7
(178,205,183)
#C3D8C7
(195,216,199)
#D4E3D7
(212,227,215)
#E5EEE7
(229,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B8047 color. Also use rgb(59,128,71) instead hex code.

Text Font Color

.myTextColor { color: #3B8047; }

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

This text font color is #3B8047.

Background Color

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

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

This div background color is #3B8047.

Border color

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

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

This div border color is #3B8047.

Opacity

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

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

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

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

This text has shadow with #3B8047 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B8047.

Preview

Color preview on black background

This text has color #3B8047 on black background.


Color preview on white background

This text has color #3B8047 on white background.


Black color preview on #3B8047 background

This text has black color on #3B8047 background.


White color preview on #3B8047 background

This text has white color on #3B8047 background.


Related colors

Complementary color

Complementary color for #hex is #C47FB8.


I love getcolorcode.com

Triadic colors

1 #473B80 and #80473B with #3B8047 are triadic colors.

2 #47803B and #803B47 with #3B8047 are triadic colors.