COLOR #3B706D

HEX: #3B706D RGB: (59,112,109)

Color info

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

RGB color model

#3B706D color RGB value is (59,112,109).

RGB: (59,112,109) (23%, 44%, 43%)

RGB channels and saturation

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

59
112
109

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

Portions of RGB colors in percentages

R + G + B = 59 + 112 + 109 = 280 (100%)
R 59 of 280 ~ 21.07%
G 112 of 280 ~ 40%
B 109 of 280 ~ 38.93'%

%21.07
%40
%38.93

CMYK color model

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

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

CMYK: (47,0,3,56)
C47M0Y3K56 (47%, 0%, 3%, 56%)
(0.47 / 0.00 / 0.03 / 0.56)

CMYK percentages

%47.32
%0
%2.68
%56.08

Codes

Color #3B706D in popluar color models

3B 70 6D
RGB 59 112 109
HSL 177° 30.99% 33.53%
HSB/HSV 177° 47.32% 43.92%
CMYK 47.32% 0.00% 2.68%
56.08%

Color #3B706D in popluar number systems.

HEX 3B 70 6D
Decimal 59 112 109
Binary 111011 1110000 1101101
Octal 73 160 155

Shades and tints

Shades of #3B706D

#3B706D
(59,112,109)
#366664
(54,102,100)
#315C5B
(49,92,91)
#2C5252
(44,82,82)
#274849
(39,72,73)
#223E40
(34,62,64)
#1D3437
(29,52,55)
#182A2E
(24,42,46)
#132025
(19,32,37)
#0E161C
(14,22,28)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #3B706D

#3B706D
(59,112,109)
#4C7D7A
(76,125,122)
#5D8A87
(93,138,135)
#6E9794
(110,151,148)
#7FA4A1
(127,164,161)
#90B1AE
(144,177,174)
#A1BEBB
(161,190,187)
#B2CBC8
(178,203,200)
#C3D8D5
(195,216,213)
#D4E5E2
(212,229,226)
#E5F2EF
(229,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B706D; }

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

This text font color is #3B706D.

Background Color

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

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

This div background color is #3B706D.

Border color

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

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

This div border color is #3B706D.

Opacity

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

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

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

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

This text has shadow with #3B706D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B706D.

Preview

Color preview on black background

This text has color #3B706D on black background.


Color preview on white background

This text has color #3B706D on white background.


Black color preview on #3B706D background

This text has black color on #3B706D background.


White color preview on #3B706D background

This text has white color on #3B706D background.


Related colors

Complementary color

Complementary color for #hex is #C48F92.


I love getcolorcode.com

Triadic colors

1 #6D3B70 and #706D3B with #3B706D are triadic colors.

2 #6D703B and #703B6D with #3B706D are triadic colors.