COLOR #3B7571

HEX: #3B7571
RGB: (59,117,113)

Color info

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

RGB color model

#3B7571 color RGB value is (59,117,113).

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

RGB channels and saturation

R 59 of 255 = 23%
G 117 of 255 = 46%
B 113 of 255 = 44%

59
117
113

R + G + B ~ 38%. #3B7571 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 117 + 113 = 289 (100%)
R 59 of 289 ~ 20.42%
G 117 of 289 ~ 40.48%
B 113 of 289 ~ 39.1%

%20.42
%40.48
%39.1

CMYK color model

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

  • cyan value is 49.57%
  • magenta value is 0.00%
  • yellow value is 3.42%
  • key color value is 54.12%
CMYK:
(50,0,3,54)
C50M0Y3K54 
(50%,0%,3%,54%)
(0.50/0.00/0.03/0.54)	

CMYK percentages

%49.57
%0
%3.42
%54.12

Codes

Color #3B7571 in popluar color models

3B7571
RGB59117113
HSL176°32.95%34.51%
HSB/HSV176°49.57%45.88%
CMYK49.57%0.00%3.42%
54.12%

Color #3B7571 in popluar number systems.

HEX3B7571
Decimal59117113
Binary11101111101011110001
Octal73165161

Shades and tints

Shades of #3B7571

#3B7571
(59,117,113)
#366B67
(54,107,103)
#31615D
(49,97,93)
#2C5753
(44,87,83)
#274D49
(39,77,73)
#22433F
(34,67,63)
#1D3935
(29,57,53)
#182F2B
(24,47,43)
#132521
(19,37,33)
#0E1B17
(14,27,23)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #3B7571

#3B7571
(59,117,113)
#4C817D
(76,129,125)
#5D8D89
(93,141,137)
#6E9995
(110,153,149)
#7FA5A1
(127,165,161)
#90B1AD
(144,177,173)
#A1BDB9
(161,189,185)
#B2C9C5
(178,201,197)
#C3D5D1
(195,213,209)
#D4E1DD
(212,225,221)
#E5EDE9
(229,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7571; }

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

This text font color is #3B7571.


Background Color

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

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

This div background color is #3B7571.


Border color

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

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

This div border color is #3B7571.


Opacity

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

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

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

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

This text has shadow with #3B7571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7571 on black background.


Color preview on white background

This text has color #3B7571 on white background.



Black color preview on #3B7571 background

This text has black color on #3B7571 background.


White color preview on #3B7571 background

This text has white color on #3B7571 background.