COLOR #3B8058

HEX: #3B8058 RGB: (59,128,88)

Color info

#3B8058 contains mainly green and blue colors. Web safe color of #3B8058 is #336666 (or #366).

RGB color model

#3B8058 color RGB value is (59,128,88).

RGB: (59,128,88) (23%, 50%, 35%)

RGB channels and saturation

R 59 of 255 = 23%
G 128 of 255 = 50%
B 88 of 255 = 35%

59
128
88

R + G + B ~ 36%. #3B8058 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 128 + 88 = 275 (100%)
R 59 of 275 ~ 21.45%
G 128 of 275 ~ 46.55%
B 88 of 275 ~ 32'%

%21.45
%46.55
%32

CMYK color model

#3B8058 color CMYK value is (54,0,31,50).

  • cyan value is 53.91%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 49.80%
CMYK: (54,0,31,50) C54M0Y31K50 (54%,0%,31%,50%) (0.54/0.00/0.31/0.50) 

CMYK percentages

%53.91
%0
%31.25
%49.8

Codes

Color #3B8058 in popluar color models

3B 80 58
RGB 59 128 88
HSL 145° 36.90% 36.67%
HSB/HSV 145° 53.91% 50.20%
CMYK 53.91% 0.00% 31.25%
49.80%

Color #3B8058 in popluar number systems.

HEX 3B 80 58
Decimal 59 128 88
Binary 111011 10000000 1011000
Octal 73 200 130

Shades and tints

Shades of #3B8058

#3B8058
(59,128,88)
#367550
(54,117,80)
#316A48
(49,106,72)
#2C5F40
(44,95,64)
#275438
(39,84,56)
#224930
(34,73,48)
#1D3E28
(29,62,40)
#183320
(24,51,32)
#132818
(19,40,24)
#0E1D10
(14,29,16)
#091208
(9,18,8)
#000000
(0,0,0)

Tints of #3B8058

#3B8058
(59,128,88)
#4C8B67
(76,139,103)
#5D9676
(93,150,118)
#6EA185
(110,161,133)
#7FAC94
(127,172,148)
#90B7A3
(144,183,163)
#A1C2B2
(161,194,178)
#B2CDC1
(178,205,193)
#C3D8D0
(195,216,208)
#D4E3DF
(212,227,223)
#E5EEEE
(229,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B8058; }

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

This text font color is #3B8058.

Background Color

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

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

This div background color is #3B8058.

Border color

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

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

This div border color is #3B8058.

Opacity

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

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

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

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

This text has shadow with #3B8058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B8058.

Preview

Color preview on black background

This text has color #3B8058 on black background.


Color preview on white background

This text has color #3B8058 on white background.


Black color preview on #3B8058 background

This text has black color on #3B8058 background.


White color preview on #3B8058 background

This text has white color on #3B8058 background.


Related colors

Complementary color

Complementary color for #hex is #C47FA7.


I love getcolorcode.com

Triadic colors

1 #583B80 and #80583B with #3B8058 are triadic colors.

2 #58803B and #803B58 with #3B8058 are triadic colors.