COLOR #3B706F

HEX: #3B706F RGB: (59,112,111)

Color info

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

RGB color model

#3B706F color RGB value is (59,112,111).

RGB: (59,112,111) (23%, 44%, 44%)

RGB channels and saturation

R 59 of 255 = 23%
G 112 of 255 = 44%
B 111 of 255 = 44%

59
112
111

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

Portions of RGB colors in percentages

R + G + B = 59 + 112 + 111 = 282 (100%)
R 59 of 282 ~ 20.92%
G 112 of 282 ~ 39.72%
B 111 of 282 ~ 39.36'%

%20.92
%39.72
%39.36

CMYK color model

#3B706F color CMYK value is (47,0,1,56).

  • cyan value is 47.32%
  • magenta value is 0.00%
  • yellow value is 0.89%
  • key color value is 56.08%

CMYK: (47,0,1,56)
C47M0Y1K56 (47%, 0%, 1%, 56%)
(0.47 / 0.00 / 0.01 / 0.56)

CMYK percentages

%47.32
%0
%0.89
%56.08

Codes

Color #3B706F in popluar color models

3B 70 6F
RGB 59 112 111
HSL 179° 30.99% 33.53%
HSB/HSV 179° 47.32% 43.92%
CMYK 47.32% 0.00% 0.89%
56.08%

Color #3B706F in popluar number systems.

HEX 3B 70 6F
Decimal 59 112 111
Binary 111011 1110000 1101111
Octal 73 160 157

Shades and tints

Shades of #3B706F

#3B706F
(59,112,111)
#366665
(54,102,101)
#315C5B
(49,92,91)
#2C5251
(44,82,81)
#274847
(39,72,71)
#223E3D
(34,62,61)
#1D3433
(29,52,51)
#182A29
(24,42,41)
#13201F
(19,32,31)
#0E1615
(14,22,21)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #3B706F

#3B706F
(59,112,111)
#4C7D7C
(76,125,124)
#5D8A89
(93,138,137)
#6E9796
(110,151,150)
#7FA4A3
(127,164,163)
#90B1B0
(144,177,176)
#A1BEBD
(161,190,189)
#B2CBCA
(178,203,202)
#C3D8D7
(195,216,215)
#D4E5E4
(212,229,228)
#E5F2F1
(229,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B706F; }

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

This text font color is #3B706F.

Background Color

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

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

This div background color is #3B706F.

Border color

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

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

This div border color is #3B706F.

Opacity

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

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

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

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

This text has shadow with #3B706F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B706F.

Preview

Color preview on black background

This text has color #3B706F on black background.


Color preview on white background

This text has color #3B706F on white background.


Black color preview on #3B706F background

This text has black color on #3B706F background.


White color preview on #3B706F background

This text has white color on #3B706F background.


Related colors

Complementary color

Complementary color for #hex is #C48F90.


I love getcolorcode.com

Triadic colors

1 #6F3B70 and #706F3B with #3B706F are triadic colors.

2 #6F703B and #703B6F with #3B706F are triadic colors.