COLOR #3B7C74

HEX: #3B7C74 RGB: (59,124,116)

Color info

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

RGB color model

#3B7C74 color RGB value is (59,124,116).

RGB: (59,124,116) (23%, 49%, 45%)

RGB channels and saturation

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

59
124
116

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

Portions of RGB colors in percentages

R + G + B = 59 + 124 + 116 = 299 (100%)
R 59 of 299 ~ 19.73%
G 124 of 299 ~ 41.47%
B 116 of 299 ~ 38.8'%

%19.73
%41.47
%38.8

CMYK color model

#3B7C74 color CMYK value is (52,0,6,51).

  • cyan value is 52.42%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 51.37%

CMYK: (52,0,6,51)
C52M0Y6K51 (52%, 0%, 6%, 51%)
(0.52 / 0.00 / 0.06 / 0.51)

CMYK percentages

%52.42
%0
%6.45
%51.37

Codes

Color #3B7C74 in popluar color models

3B 7C 74
RGB 59 124 116
HSL 173° 35.52% 35.88%
HSB/HSV 173° 52.42% 48.63%
CMYK 52.42% 0.00% 6.45%
51.37%

Color #3B7C74 in popluar number systems.

HEX 3B 7C 74
Decimal 59 124 116
Binary 111011 1111100 1110100
Octal 73 174 164

Shades and tints

Shades of #3B7C74

#3B7C74
(59,124,116)
#36716A
(54,113,106)
#316660
(49,102,96)
#2C5B56
(44,91,86)
#27504C
(39,80,76)
#224542
(34,69,66)
#1D3A38
(29,58,56)
#182F2E
(24,47,46)
#132424
(19,36,36)
#0E191A
(14,25,26)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #3B7C74

#3B7C74
(59,124,116)
#4C8780
(76,135,128)
#5D928C
(93,146,140)
#6E9D98
(110,157,152)
#7FA8A4
(127,168,164)
#90B3B0
(144,179,176)
#A1BEBC
(161,190,188)
#B2C9C8
(178,201,200)
#C3D4D4
(195,212,212)
#D4DFE0
(212,223,224)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7C74; }

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

This text font color is #3B7C74.

Background Color

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

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

This div background color is #3B7C74.

Border color

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

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

This div border color is #3B7C74.

Opacity

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

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

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

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

This text has shadow with #3B7C74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7C74.

Preview

Color preview on black background

This text has color #3B7C74 on black background.


Color preview on white background

This text has color #3B7C74 on white background.


Black color preview on #3B7C74 background

This text has black color on #3B7C74 background.


White color preview on #3B7C74 background

This text has white color on #3B7C74 background.


Related colors

Complementary color

Complementary color for #hex is #C4838B.


I love getcolorcode.com

Triadic colors

1 #743B7C and #7C743B with #3B7C74 are triadic colors.

2 #747C3B and #7C3B74 with #3B7C74 are triadic colors.