COLOR #3B7068

HEX: #3B7068 RGB: (59,112,104)

Color info

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

RGB color model

#3B7068 color RGB value is (59,112,104).

RGB: (59,112,104) (23%, 44%, 41%)

RGB channels and saturation

R 59 of 255 = 23%
G 112 of 255 = 44%
B 104 of 255 = 41%

59
112
104

R + G + B ~ 36%. #3B7068 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 112 + 104 = 275 (100%)
R 59 of 275 ~ 21.45%
G 112 of 275 ~ 40.73%
B 104 of 275 ~ 37.82'%

%21.45
%40.73
%37.82

CMYK color model

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

  • cyan value is 47.32%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 56.08%
CMYK: (47,0,7,56) C47M0Y7K56 (47%,0%,7%,56%) (0.47/0.00/0.07/0.56) 

CMYK percentages

%47.32
%0
%7.14
%56.08

Codes

Color #3B7068 in popluar color models

3B 70 68
RGB 59 112 104
HSL 171° 30.99% 33.53%
HSB/HSV 171° 47.32% 43.92%
CMYK 47.32% 0.00% 7.14%
56.08%

Color #3B7068 in popluar number systems.

HEX 3B 70 68
Decimal 59 112 104
Binary 111011 1110000 1101000
Octal 73 160 150

Shades and tints

Shades of #3B7068

#3B7068
(59,112,104)
#36665F
(54,102,95)
#315C56
(49,92,86)
#2C524D
(44,82,77)
#274844
(39,72,68)
#223E3B
(34,62,59)
#1D3432
(29,52,50)
#182A29
(24,42,41)
#132020
(19,32,32)
#0E1617
(14,22,23)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #3B7068

#3B7068
(59,112,104)
#4C7D75
(76,125,117)
#5D8A82
(93,138,130)
#6E978F
(110,151,143)
#7FA49C
(127,164,156)
#90B1A9
(144,177,169)
#A1BEB6
(161,190,182)
#B2CBC3
(178,203,195)
#C3D8D0
(195,216,208)
#D4E5DD
(212,229,221)
#E5F2EA
(229,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7068; }

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

This text font color is #3B7068.

Background Color

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

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

This div background color is #3B7068.

Border color

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

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

This div border color is #3B7068.

Opacity

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

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

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

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

This text has shadow with #3B7068 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7068.

Preview

Color preview on black background

This text has color #3B7068 on black background.


Color preview on white background

This text has color #3B7068 on white background.


Black color preview on #3B7068 background

This text has black color on #3B7068 background.


White color preview on #3B7068 background

This text has white color on #3B7068 background.


Related colors

Complementary color

Complementary color for #hex is #C48F97.


I love getcolorcode.com

Triadic colors

1 #683B70 and #70683B with #3B7068 are triadic colors.

2 #68703B and #703B68 with #3B7068 are triadic colors.