COLOR #3B7158

HEX: #3B7158
RGB: (59,113,88)

Color info

#3B7158 contains red, green and blue colors in about the same proportion. Web safe color of #3B7158 is #336666 (or #366).

RGB color model

#3B7158 color RGB value is (59,113,88).

  • red value is 59;
  • green value is 113;
  • blue value is 88.
RGB:
(59,113,88)
(23%,44%,35%)

RGB channels and saturation

R 59 of 255 = 23%
G 113 of 255 = 44%
B 88 of 255 = 35%

59
113
88

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

Portions of RGB colors in percentages

R + G + B =
59 + 113 + 88 = 260 (100%)
R 59 of 260 ~ 22.69%
G 113 of 260 ~ 43.46%
B 88 of 260 ~ 33.85%

%22.69
%43.46
%33.85

CMYK color model

#3B7158 color CMYK value is (48,0,22,56).

  • cyan value is 47.79%
  • magenta value is 0.00%
  • yellow value is 22.12%
  • key color value is 55.69%
CMYK:
(48,0,22,56)
C48M0Y22K56 
(48%,0%,22%,56%)
(0.48/0.00/0.22/0.56)	

CMYK percentages

%47.79
%0
%22.12
%55.69

Codes

Color #3B7158 in popluar color models

3B7158
RGB5911388
HSL152°31.40%33.73%
HSB/HSV152°47.79%44.31%
CMYK47.79%0.00%22.12%
55.69%

Color #3B7158 in popluar number systems.

HEX3B7158
Decimal5911388
Binary11101111100011011000
Octal73161130

Shades and tints

Shades of #3B7158

#3B7158
(59,113,88)
#366750
(54,103,80)
#315D48
(49,93,72)
#2C5340
(44,83,64)
#274938
(39,73,56)
#223F30
(34,63,48)
#1D3528
(29,53,40)
#182B20
(24,43,32)
#132118
(19,33,24)
#0E1710
(14,23,16)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #3B7158

#3B7158
(59,113,88)
#4C7D67
(76,125,103)
#5D8976
(93,137,118)
#6E9585
(110,149,133)
#7FA194
(127,161,148)
#90ADA3
(144,173,163)
#A1B9B2
(161,185,178)
#B2C5C1
(178,197,193)
#C3D1D0
(195,209,208)
#D4DDDF
(212,221,223)
#E5E9EE
(229,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7158; }

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

This text font color is #3B7158.


Background Color

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

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

This div background color is #3B7158.


Border color

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

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

This div border color is #3B7158.


Opacity

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

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

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

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

This text has shadow with #3B7158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7158 on black background.


Color preview on white background

This text has color #3B7158 on white background.



Black color preview on #3B7158 background

This text has black color on #3B7158 background.


White color preview on #3B7158 background

This text has white color on #3B7158 background.