COLOR #3B7757

HEX: #3B7757
RGB: (59,119,87)

Color info

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

RGB color model

#3B7757 color RGB value is (59,119,87).

  • red value is 59;
  • green value is 119;
  • blue value is 87.
RGB:
(59,119,87)
(23%,47%,34%)

RGB channels and saturation

R 59 of 255 = 23%
G 119 of 255 = 47%
B 87 of 255 = 34%

59
119
87

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

Portions of RGB colors in percentages

R + G + B =
59 + 119 + 87 = 265 (100%)
R 59 of 265 ~ 22.26%
G 119 of 265 ~ 44.91%
B 87 of 265 ~ 32.83%

%22.26
%44.91
%32.83

CMYK color model

#3B7757 color CMYK value is (50,0,27,53).

  • cyan value is 50.42%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 53.33%
CMYK:
(50,0,27,53)
C50M0Y27K53 
(50%,0%,27%,53%)
(0.50/0.00/0.27/0.53)	

CMYK percentages

%50.42
%0
%26.89
%53.33

Codes

Color #3B7757 in popluar color models

3B7757
RGB5911987
HSL148°33.71%34.90%
HSB/HSV148°50.42%46.67%
CMYK50.42%0.00%26.89%
53.33%

Color #3B7757 in popluar number systems.

HEX3B7757
Decimal5911987
Binary11101111101111010111
Octal73167127

Shades and tints

Shades of #3B7757

#3B7757
(59,119,87)
#366D50
(54,109,80)
#316349
(49,99,73)
#2C5942
(44,89,66)
#274F3B
(39,79,59)
#224534
(34,69,52)
#1D3B2D
(29,59,45)
#183126
(24,49,38)
#13271F
(19,39,31)
#0E1D18
(14,29,24)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #3B7757

#3B7757
(59,119,87)
#4C8366
(76,131,102)
#5D8F75
(93,143,117)
#6E9B84
(110,155,132)
#7FA793
(127,167,147)
#90B3A2
(144,179,162)
#A1BFB1
(161,191,177)
#B2CBC0
(178,203,192)
#C3D7CF
(195,215,207)
#D4E3DE
(212,227,222)
#E5EFED
(229,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7757 color. Also use rgb(59,119,87) instead hex code.

Text Font Color

.myTextColor { color: #3B7757; }

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

This text font color is #3B7757.


Background Color

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

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

This div background color is #3B7757.


Border color

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

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

This div border color is #3B7757.


Opacity

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

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

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

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

This text has shadow with #3B7757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7757 on black background.


Color preview on white background

This text has color #3B7757 on white background.



Black color preview on #3B7757 background

This text has black color on #3B7757 background.


White color preview on #3B7757 background

This text has white color on #3B7757 background.