COLOR #3B706E

HEX: #3B706E
RGB: (59,112,110)

Color info

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

RGB color model

#3B706E color RGB value is (59,112,110).

  • red value is 59;
  • green value is 112;
  • blue value is 110.
RGB:
(59,112,110)
(23%,44%,43%)

RGB channels and saturation

R 59 of 255 = 23%
G 112 of 255 = 44%
B 110 of 255 = 43%

59
112
110

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

Portions of RGB colors in percentages

R + G + B =
59 + 112 + 110 = 281 (100%)
R 59 of 281 ~ 21%
G 112 of 281 ~ 39.86%
B 110 of 281 ~ 39.15%

%21
%39.86
%39.15

CMYK color model

#3B706E color CMYK value is (47,0,2,56).

  • cyan value is 47.32%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 56.08%
CMYK:
(47,0,2,56)
C47M0Y2K56 
(47%,0%,2%,56%)
(0.47/0.00/0.02/0.56)	

CMYK percentages

%47.32
%0
%1.79
%56.08

Codes

Color #3B706E in popluar color models

3B706E
RGB59112110
HSL178°30.99%33.53%
HSB/HSV178°47.32%43.92%
CMYK47.32%0.00%1.79%
56.08%

Color #3B706E in popluar number systems.

HEX3B706E
Decimal59112110
Binary11101111100001101110
Octal73160156

Shades and tints

Shades of #3B706E

#3B706E
(59,112,110)
#366664
(54,102,100)
#315C5A
(49,92,90)
#2C5250
(44,82,80)
#274846
(39,72,70)
#223E3C
(34,62,60)
#1D3432
(29,52,50)
#182A28
(24,42,40)
#13201E
(19,32,30)
#0E1614
(14,22,20)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #3B706E

#3B706E
(59,112,110)
#4C7D7B
(76,125,123)
#5D8A88
(93,138,136)
#6E9795
(110,151,149)
#7FA4A2
(127,164,162)
#90B1AF
(144,177,175)
#A1BEBC
(161,190,188)
#B2CBC9
(178,203,201)
#C3D8D6
(195,216,214)
#D4E5E3
(212,229,227)
#E5F2F0
(229,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B706E; }

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

This text font color is #3B706E.


Background Color

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

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

This div background color is #3B706E.


Border color

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

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

This div border color is #3B706E.


Opacity

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

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

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

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

This text has shadow with #3B706E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B706E on black background.


Color preview on white background

This text has color #3B706E on white background.



Black color preview on #3B706E background

This text has black color on #3B706E background.


White color preview on #3B706E background

This text has white color on #3B706E background.