COLOR #3B7871

HEX: #3B7871
RGB: (59,120,113)

Color info

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

RGB color model

#3B7871 color RGB value is (59,120,113).

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

RGB channels and saturation

R 59 of 255 = 23%
G 120 of 255 = 47%
B 113 of 255 = 44%

59
120
113

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

Portions of RGB colors in percentages

R + G + B =
59 + 120 + 113 = 292 (100%)
R 59 of 292 ~ 20.21%
G 120 of 292 ~ 41.1%
B 113 of 292 ~ 38.7%

%20.21
%41.1
%38.7

CMYK color model

#3B7871 color CMYK value is (51,0,6,53).

  • cyan value is 50.83%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 52.94%
CMYK:
(51,0,6,53)
C51M0Y6K53 
(51%,0%,6%,53%)
(0.51/0.00/0.06/0.53)	

CMYK percentages

%50.83
%0
%5.83
%52.94

Codes

Color #3B7871 in popluar color models

3B7871
RGB59120113
HSL173°34.08%35.10%
HSB/HSV173°50.83%47.06%
CMYK50.83%0.00%5.83%
52.94%

Color #3B7871 in popluar number systems.

HEX3B7871
Decimal59120113
Binary11101111110001110001
Octal73170161

Shades and tints

Shades of #3B7871

#3B7871
(59,120,113)
#366E67
(54,110,103)
#31645D
(49,100,93)
#2C5A53
(44,90,83)
#275049
(39,80,73)
#22463F
(34,70,63)
#1D3C35
(29,60,53)
#18322B
(24,50,43)
#132821
(19,40,33)
#0E1E17
(14,30,23)
#09140D
(9,20,13)
#000000
(0,0,0)

Tints of #3B7871

#3B7871
(59,120,113)
#4C847D
(76,132,125)
#5D9089
(93,144,137)
#6E9C95
(110,156,149)
#7FA8A1
(127,168,161)
#90B4AD
(144,180,173)
#A1C0B9
(161,192,185)
#B2CCC5
(178,204,197)
#C3D8D1
(195,216,209)
#D4E4DD
(212,228,221)
#E5F0E9
(229,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7871; }

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

This text font color is #3B7871.


Background Color

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

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

This div background color is #3B7871.


Border color

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

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

This div border color is #3B7871.


Opacity

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

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

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

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

This text has shadow with #3B7871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7871 on black background.


Color preview on white background

This text has color #3B7871 on white background.



Black color preview on #3B7871 background

This text has black color on #3B7871 background.


White color preview on #3B7871 background

This text has white color on #3B7871 background.