COLOR #3A506B

HEX: #3A506B RGB: (58,80,107)

Color info

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

RGB color model

#3A506B color RGB value is (58,80,107).

RGB: (58,80,107) (23%, 31%, 42%)

RGB channels and saturation

R 58 of 255 = 23%
G 80 of 255 = 31%
B 107 of 255 = 42%

58
80
107

R + G + B ~ 32%. #3A506B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 80 + 107 = 245 (100%)
R 58 of 245 ~ 23.67%
G 80 of 245 ~ 32.65%
B 107 of 245 ~ 43.67'%

%23.67
%32.65
%43.67

CMYK color model

#3A506B color CMYK value is (46,25,0,58).

  • cyan value is 45.79%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (46,25,0,58)
C46M25Y0K58 (46%, 25%, 0%, 58%)
(0.46 / 0.25 / 0.00 / 0.58)

CMYK percentages

%45.79
%25.23
%0
%58.04

Codes

Color #3A506B in popluar color models

3A 50 6B
RGB 58 80 107
HSL 213° 29.70% 32.35%
HSB/HSV 213° 45.79% 41.96%
CMYK 45.79% 25.23% 0.00%
58.04%

Color #3A506B in popluar number systems.

HEX 3A 50 6B
Decimal 58 80 107
Binary 111010 1010000 1101011
Octal 72 120 153

Shades and tints

Shades of #3A506B

#3A506B
(58,80,107)
#354962
(53,73,98)
#304259
(48,66,89)
#2B3B50
(43,59,80)
#263447
(38,52,71)
#212D3E
(33,45,62)
#1C2635
(28,38,53)
#171F2C
(23,31,44)
#121823
(18,24,35)
#0D111A
(13,17,26)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #3A506B

#3A506B
(58,80,107)
#4B5F78
(75,95,120)
#5C6E85
(92,110,133)
#6D7D92
(109,125,146)
#7E8C9F
(126,140,159)
#8F9BAC
(143,155,172)
#A0AAB9
(160,170,185)
#B1B9C6
(177,185,198)
#C2C8D3
(194,200,211)
#D3D7E0
(211,215,224)
#E4E6ED
(228,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A506B; }

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

This text font color is #3A506B.

Background Color

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

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

This div background color is #3A506B.

Border color

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

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

This div border color is #3A506B.

Opacity

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

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

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

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

This text has shadow with #3A506B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A506B.

Preview

Color preview on black background

This text has color #3A506B on black background.


Color preview on white background

This text has color #3A506B on white background.


Black color preview on #3A506B background

This text has black color on #3A506B background.


White color preview on #3A506B background

This text has white color on #3A506B background.


Related colors

Complementary color

Complementary color for #hex is #C5AF94.


I love getcolorcode.com

Triadic colors

1 #6B3A50 and #506B3A with #3A506B are triadic colors.

2 #6B503A and #503A6B with #3A506B are triadic colors.