COLOR #3B514E

HEX: #3B514E
RGB: (59,81,78)

Color info

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

RGB color model

#3B514E color RGB value is (59,81,78).

  • red value is 59;
  • green value is 81;
  • blue value is 78.
RGB:
(59,81,78)
(23%,32%,31%)

RGB channels and saturation

R 59 of 255 = 23%
G 81 of 255 = 32%
B 78 of 255 = 31%

59
81
78

R + G + B ~ 29%. #3B514E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 81 + 78 = 218 (100%)
R 59 of 218 ~ 27.06%
G 81 of 218 ~ 37.16%
B 78 of 218 ~ 35.78%

%27.06
%37.16
%35.78

CMYK color model

#3B514E color CMYK value is (27,0,4,68).

  • cyan value is 27.16%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 68.24%
CMYK:
(27,0,4,68)
C27M0Y4K68 
(27%,0%,4%,68%)
(0.27/0.00/0.04/0.68)	

CMYK percentages

%27.16
%0
%3.7
%68.24

Codes

Color #3B514E in popluar color models

3B514E
RGB598178
HSL172°15.71%27.45%
HSB/HSV172°27.16%31.76%
CMYK27.16%0.00%3.70%
68.24%

Color #3B514E in popluar number systems.

HEX3B514E
Decimal598178
Binary11101110100011001110
Octal73121116

Shades and tints

Shades of #3B514E

#3B514E
(59,81,78)
#364A47
(54,74,71)
#314340
(49,67,64)
#2C3C39
(44,60,57)
#273532
(39,53,50)
#222E2B
(34,46,43)
#1D2724
(29,39,36)
#18201D
(24,32,29)
#131916
(19,25,22)
#0E120F
(14,18,15)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #3B514E

#3B514E
(59,81,78)
#4C605E
(76,96,94)
#5D6F6E
(93,111,110)
#6E7E7E
(110,126,126)
#7F8D8E
(127,141,142)
#909C9E
(144,156,158)
#A1ABAE
(161,171,174)
#B2BABE
(178,186,190)
#C3C9CE
(195,201,206)
#D4D8DE
(212,216,222)
#E5E7EE
(229,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B514E color. Also use rgb(59,81,78) instead hex code.

Text Font Color

.myTextColor { color: #3B514E; }

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

This text font color is #3B514E.


Background Color

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

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

This div background color is #3B514E.


Border color

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

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

This div border color is #3B514E.


Opacity

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

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

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

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

This text has shadow with #3B514E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B514E on black background.


Color preview on white background

This text has color #3B514E on white background.



Black color preview on #3B514E background

This text has black color on #3B514E background.


White color preview on #3B514E background

This text has white color on #3B514E background.