COLOR #3B7D74

HEX: #3B7D74
RGB: (59,125,116)

Color info

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

RGB color model

#3B7D74 color RGB value is (59,125,116).

  • red value is 59;
  • green value is 125;
  • blue value is 116.
RGB:
(59,125,116)
(23%,49%,45%)

RGB channels and saturation

R 59 of 255 = 23%
G 125 of 255 = 49%
B 116 of 255 = 45%

59
125
116

R + G + B ~ 39%. #3B7D74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 125 + 116 = 300 (100%)
R 59 of 300 ~ 19.67%
G 125 of 300 ~ 41.67%
B 116 of 300 ~ 38.67%

%19.67
%41.67
%38.67

CMYK color model

#3B7D74 color CMYK value is (53,0,7,51).

  • cyan value is 52.80%
  • magenta value is 0.00%
  • yellow value is 7.20%
  • key color value is 50.98%
CMYK:
(53,0,7,51)
C53M0Y7K51 
(53%,0%,7%,51%)
(0.53/0.00/0.07/0.51)	

CMYK percentages

%52.8
%0
%7.2
%50.98

Codes

Color #3B7D74 in popluar color models

3B7D74
RGB59125116
HSL172°35.87%36.08%
HSB/HSV172°52.80%49.02%
CMYK52.80%0.00%7.20%
50.98%

Color #3B7D74 in popluar number systems.

HEX3B7D74
Decimal59125116
Binary11101111111011110100
Octal73175164

Shades and tints

Shades of #3B7D74

#3B7D74
(59,125,116)
#36726A
(54,114,106)
#316760
(49,103,96)
#2C5C56
(44,92,86)
#27514C
(39,81,76)
#224642
(34,70,66)
#1D3B38
(29,59,56)
#18302E
(24,48,46)
#132524
(19,37,36)
#0E1A1A
(14,26,26)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #3B7D74

#3B7D74
(59,125,116)
#4C8880
(76,136,128)
#5D938C
(93,147,140)
#6E9E98
(110,158,152)
#7FA9A4
(127,169,164)
#90B4B0
(144,180,176)
#A1BFBC
(161,191,188)
#B2CAC8
(178,202,200)
#C3D5D4
(195,213,212)
#D4E0E0
(212,224,224)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7D74 color. Also use rgb(59,125,116) instead hex code.

Text Font Color

.myTextColor { color: #3B7D74; }

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

This text font color is #3B7D74.


Background Color

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

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

This div background color is #3B7D74.


Border color

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

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

This div border color is #3B7D74.


Opacity

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

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

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

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

This text has shadow with #3B7D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7D74 on black background.


Color preview on white background

This text has color #3B7D74 on white background.



Black color preview on #3B7D74 background

This text has black color on #3B7D74 background.


White color preview on #3B7D74 background

This text has white color on #3B7D74 background.