COLOR #3A5260

HEX: #3A5260
RGB: (58,82,96)

Color info

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

RGB color model

#3A5260 color RGB value is (58,82,96).

  • red value is 58;
  • green value is 82;
  • blue value is 96.
RGB:
(58,82,96)
(23%,32%,38%)

RGB channels and saturation

R 58 of 255 = 23%
G 82 of 255 = 32%
B 96 of 255 = 38%

58
82
96

R + G + B ~ 31%. #3A5260 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 82 + 96 = 236 (100%)
R 58 of 236 ~ 24.58%
G 82 of 236 ~ 34.75%
B 96 of 236 ~ 40.68%

%24.58
%34.75
%40.68

CMYK color model

#3A5260 color CMYK value is (40,15,0,62).

  • cyan value is 39.58%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(40,15,0,62)
C40M15Y0K62 
(40%,15%,0%,62%)
(0.40/0.15/0.00/0.62)	

CMYK percentages

%39.58
%14.58
%0
%62.35

Codes

Color #3A5260 in popluar color models

3A5260
RGB588296
HSL202°24.68%30.20%
HSB/HSV202°39.58%37.65%
CMYK39.58%14.58%0.00%
62.35%

Color #3A5260 in popluar number systems.

HEX3A5260
Decimal588296
Binary11101010100101100000
Octal72122140

Shades and tints

Shades of #3A5260

#3A5260
(58,82,96)
#354B58
(53,75,88)
#304450
(48,68,80)
#2B3D48
(43,61,72)
#263640
(38,54,64)
#212F38
(33,47,56)
#1C2830
(28,40,48)
#172128
(23,33,40)
#121A20
(18,26,32)
#0D1318
(13,19,24)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #3A5260

#3A5260
(58,82,96)
#4B616E
(75,97,110)
#5C707C
(92,112,124)
#6D7F8A
(109,127,138)
#7E8E98
(126,142,152)
#8F9DA6
(143,157,166)
#A0ACB4
(160,172,180)
#B1BBC2
(177,187,194)
#C2CAD0
(194,202,208)
#D3D9DE
(211,217,222)
#E4E8EC
(228,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5260 color. Also use rgb(58,82,96) instead hex code.

Text Font Color

.myTextColor { color: #3A5260; }

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

This text font color is #3A5260.


Background Color

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

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

This div background color is #3A5260.


Border color

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

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

This div border color is #3A5260.


Opacity

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

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

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

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

This text has shadow with #3A5260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5260 on black background.


Color preview on white background

This text has color #3A5260 on white background.



Black color preview on #3A5260 background

This text has black color on #3A5260 background.


White color preview on #3A5260 background

This text has white color on #3A5260 background.