COLOR #3B7374

HEX: #3B7374 RGB: (59,115,116)

Color info

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

RGB color model

#3B7374 color RGB value is (59,115,116).

RGB: (59,115,116) (23%, 45%, 45%)

RGB channels and saturation

R 59 of 255 = 23%
G 115 of 255 = 45%
B 116 of 255 = 45%

59
115
116

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

Portions of RGB colors in percentages

R + G + B = 59 + 115 + 116 = 290 (100%)
R 59 of 290 ~ 20.34%
G 115 of 290 ~ 39.66%
B 116 of 290 ~ 40'%

%20.34
%39.66
%40

CMYK color model

#3B7374 color CMYK value is (49,1,0,55).

  • cyan value is 49.14%
  • magenta value is 0.86%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK: (49,1,0,55) C49M1Y0K55 (49%,1%,0%,55%) (0.49/0.01/0.00/0.55) 

CMYK percentages

%49.14
%0.86
%0
%54.51

Codes

Color #3B7374 in popluar color models

3B 73 74
RGB 59 115 116
HSL 181° 32.57% 34.31%
HSB/HSV 181° 49.14% 45.49%
CMYK 49.14% 0.86% 0.00%
54.51%

Color #3B7374 in popluar number systems.

HEX 3B 73 74
Decimal 59 115 116
Binary 111011 1110011 1110100
Octal 73 163 164

Shades and tints

Shades of #3B7374

#3B7374
(59,115,116)
#36696A
(54,105,106)
#315F60
(49,95,96)
#2C5556
(44,85,86)
#274B4C
(39,75,76)
#224142
(34,65,66)
#1D3738
(29,55,56)
#182D2E
(24,45,46)
#132324
(19,35,36)
#0E191A
(14,25,26)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #3B7374

#3B7374
(59,115,116)
#4C7F80
(76,127,128)
#5D8B8C
(93,139,140)
#6E9798
(110,151,152)
#7FA3A4
(127,163,164)
#90AFB0
(144,175,176)
#A1BBBC
(161,187,188)
#B2C7C8
(178,199,200)
#C3D3D4
(195,211,212)
#D4DFE0
(212,223,224)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7374; }

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

This text font color is #3B7374.

Background Color

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

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

This div background color is #3B7374.

Border color

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

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

This div border color is #3B7374.

Opacity

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

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

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

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

This text has shadow with #3B7374 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7374.

Preview

Color preview on black background

This text has color #3B7374 on black background.


Color preview on white background

This text has color #3B7374 on white background.


Black color preview on #3B7374 background

This text has black color on #3B7374 background.


White color preview on #3B7374 background

This text has white color on #3B7374 background.


Related colors

Complementary color

Complementary color for #hex is #C48C8B.


I love getcolorcode.com

Triadic colors

1 #743B73 and #73743B with #3B7374 are triadic colors.

2 #74733B and #733B74 with #3B7374 are triadic colors.