COLOR #3A5061

HEX: #3A5061
RGB: (58,80,97)

Color info

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

RGB color model

#3A5061 color RGB value is (58,80,97).

  • red value is 58;
  • green value is 80;
  • blue value is 97.
RGB:
(58,80,97)
(23%,31%,38%)

RGB channels and saturation

R 58 of 255 = 23%
G 80 of 255 = 31%
B 97 of 255 = 38%

58
80
97

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

Portions of RGB colors in percentages

R + G + B =
58 + 80 + 97 = 235 (100%)
R 58 of 235 ~ 24.68%
G 80 of 235 ~ 34.04%
B 97 of 235 ~ 41.28%

%24.68
%34.04
%41.28

CMYK color model

#3A5061 color CMYK value is (40,18,0,62).

  • cyan value is 40.21%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(40,18,0,62)
C40M18Y0K62 
(40%,18%,0%,62%)
(0.40/0.18/0.00/0.62)	

CMYK percentages

%40.21
%17.53
%0
%61.96

Codes

Color #3A5061 in popluar color models

3A5061
RGB588097
HSL206°25.16%30.39%
HSB/HSV206°40.21%38.04%
CMYK40.21%17.53%0.00%
61.96%

Color #3A5061 in popluar number systems.

HEX3A5061
Decimal588097
Binary11101010100001100001
Octal72120141

Shades and tints

Shades of #3A5061

#3A5061
(58,80,97)
#354959
(53,73,89)
#304251
(48,66,81)
#2B3B49
(43,59,73)
#263441
(38,52,65)
#212D39
(33,45,57)
#1C2631
(28,38,49)
#171F29
(23,31,41)
#121821
(18,24,33)
#0D1119
(13,17,25)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #3A5061

#3A5061
(58,80,97)
#4B5F6F
(75,95,111)
#5C6E7D
(92,110,125)
#6D7D8B
(109,125,139)
#7E8C99
(126,140,153)
#8F9BA7
(143,155,167)
#A0AAB5
(160,170,181)
#B1B9C3
(177,185,195)
#C2C8D1
(194,200,209)
#D3D7DF
(211,215,223)
#E4E6ED
(228,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5061 color. Also use rgb(58,80,97) instead hex code.

Text Font Color

.myTextColor { color: #3A5061; }

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

This text font color is #3A5061.


Background Color

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

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

This div background color is #3A5061.


Border color

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

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

This div border color is #3A5061.


Opacity

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

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

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

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

This text has shadow with #3A5061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5061 on black background.


Color preview on white background

This text has color #3A5061 on white background.



Black color preview on #3A5061 background

This text has black color on #3A5061 background.


White color preview on #3A5061 background

This text has white color on #3A5061 background.