COLOR #3B7270

HEX: #3B7270 RGB: (59,114,112)

Color info

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

RGB color model

#3B7270 color RGB value is (59,114,112).

RGB: (59,114,112) (23%, 45%, 44%)

RGB channels and saturation

R 59 of 255 = 23%
G 114 of 255 = 45%
B 112 of 255 = 44%

59
114
112

R + G + B ~ 37%. #3B7270 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 114 + 112 = 285 (100%)
R 59 of 285 ~ 20.7%
G 114 of 285 ~ 40%
B 112 of 285 ~ 39.3'%

%20.7
%40
%39.3

CMYK color model

#3B7270 color CMYK value is (48,0,2,55).

  • cyan value is 48.25%
  • magenta value is 0.00%
  • yellow value is 1.75%
  • key color value is 55.29%

CMYK: (48,0,2,55)
C48M0Y2K55 (48%, 0%, 2%, 55%)
(0.48 / 0.00 / 0.02 / 0.55)

CMYK percentages

%48.25
%0
%1.75
%55.29

Codes

Color #3B7270 in popluar color models

3B 72 70
RGB 59 114 112
HSL 178° 31.79% 33.92%
HSB/HSV 178° 48.25% 44.71%
CMYK 48.25% 0.00% 1.75%
55.29%

Color #3B7270 in popluar number systems.

HEX 3B 72 70
Decimal 59 114 112
Binary 111011 1110010 1110000
Octal 73 162 160

Shades and tints

Shades of #3B7270

#3B7270
(59,114,112)
#366866
(54,104,102)
#315E5C
(49,94,92)
#2C5452
(44,84,82)
#274A48
(39,74,72)
#22403E
(34,64,62)
#1D3634
(29,54,52)
#182C2A
(24,44,42)
#132220
(19,34,32)
#0E1816
(14,24,22)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #3B7270

#3B7270
(59,114,112)
#4C7E7D
(76,126,125)
#5D8A8A
(93,138,138)
#6E9697
(110,150,151)
#7FA2A4
(127,162,164)
#90AEB1
(144,174,177)
#A1BABE
(161,186,190)
#B2C6CB
(178,198,203)
#C3D2D8
(195,210,216)
#D4DEE5
(212,222,229)
#E5EAF2
(229,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7270 color. Also use rgb(59,114,112) instead hex code.

Text Font Color

.myTextColor { color: #3B7270; }

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

This text font color is #3B7270.

Background Color

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

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

This div background color is #3B7270.

Border color

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

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

This div border color is #3B7270.

Opacity

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

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

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

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

This text has shadow with #3B7270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7270.

Preview

Color preview on black background

This text has color #3B7270 on black background.


Color preview on white background

This text has color #3B7270 on white background.


Black color preview on #3B7270 background

This text has black color on #3B7270 background.


White color preview on #3B7270 background

This text has white color on #3B7270 background.


Related colors

Complementary color

Complementary color for #hex is #C48D8F.


I love getcolorcode.com

Triadic colors

1 #703B72 and #72703B with #3B7270 are triadic colors.

2 #70723B and #723B70 with #3B7270 are triadic colors.