COLOR #3A5B6A

HEX: #3A5B6A RGB: (58,91,106)

Color info

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

RGB color model

#3A5B6A color RGB value is (58,91,106).

RGB: (58,91,106) (23%, 36%, 42%)

RGB channels and saturation

R 58 of 255 = 23%
G 91 of 255 = 36%
B 106 of 255 = 42%

58
91
106

R + G + B ~ 34%. #3A5B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 91 + 106 = 255 (100%)
R 58 of 255 ~ 22.75%
G 91 of 255 ~ 35.69%
B 106 of 255 ~ 41.57'%

%22.75
%35.69
%41.57

CMYK color model

#3A5B6A color CMYK value is (45,14,0,58).

  • cyan value is 45.28%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (45,14,0,58)
C45M14Y0K58 (45%, 14%, 0%, 58%)
(0.45 / 0.14 / 0.00 / 0.58)

CMYK percentages

%45.28
%14.15
%0
%58.43

Codes

Color #3A5B6A in popluar color models

3A 5B 6A
RGB 58 91 106
HSL 199° 29.27% 32.16%
HSB/HSV 199° 45.28% 41.57%
CMYK 45.28% 14.15% 0.00%
58.43%

Color #3A5B6A in popluar number systems.

HEX 3A 5B 6A
Decimal 58 91 106
Binary 111010 1011011 1101010
Octal 72 133 152

Shades and tints

Shades of #3A5B6A

#3A5B6A
(58,91,106)
#355361
(53,83,97)
#304B58
(48,75,88)
#2B434F
(43,67,79)
#263B46
(38,59,70)
#21333D
(33,51,61)
#1C2B34
(28,43,52)
#17232B
(23,35,43)
#121B22
(18,27,34)
#0D1319
(13,19,25)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #3A5B6A

#3A5B6A
(58,91,106)
#4B6977
(75,105,119)
#5C7784
(92,119,132)
#6D8591
(109,133,145)
#7E939E
(126,147,158)
#8FA1AB
(143,161,171)
#A0AFB8
(160,175,184)
#B1BDC5
(177,189,197)
#C2CBD2
(194,203,210)
#D3D9DF
(211,217,223)
#E4E7EC
(228,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5B6A color. Also use rgb(58,91,106) instead hex code.

Text Font Color

.myTextColor { color: #3A5B6A; }

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

This text font color is #3A5B6A.

Background Color

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

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

This div background color is #3A5B6A.

Border color

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

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

This div border color is #3A5B6A.

Opacity

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

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

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

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

This text has shadow with #3A5B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5B6A.

Preview

Color preview on black background

This text has color #3A5B6A on black background.


Color preview on white background

This text has color #3A5B6A on white background.


Black color preview on #3A5B6A background

This text has black color on #3A5B6A background.


White color preview on #3A5B6A background

This text has white color on #3A5B6A background.


Related colors

Complementary color

Complementary color for #hex is #C5A495.


I love getcolorcode.com

Triadic colors

1 #6A3A5B and #5B6A3A with #3A5B6A are triadic colors.

2 #6A5B3A and #5B3A6A with #3A5B6A are triadic colors.