COLOR #3A526E

HEX: #3A526E RGB: (58,82,110)

Color info

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

RGB color model

#3A526E color RGB value is (58,82,110).

RGB: (58,82,110) (23%, 32%, 43%)

RGB channels and saturation

R 58 of 255 = 23%
G 82 of 255 = 32%
B 110 of 255 = 43%

58
82
110

R + G + B ~ 33%. #3A526E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 82 + 110 = 250 (100%)
R 58 of 250 ~ 23.2%
G 82 of 250 ~ 32.8%
B 110 of 250 ~ 44'%

%23.2
%32.8
%44

CMYK color model

#3A526E color CMYK value is (47,25,0,57).

  • cyan value is 47.27%
  • magenta value is 25.45%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (47,25,0,57)
C47M25Y0K57 (47%, 25%, 0%, 57%)
(0.47 / 0.25 / 0.00 / 0.57)

CMYK percentages

%47.27
%25.45
%0
%56.86

Codes

Color #3A526E in popluar color models

3A 52 6E
RGB 58 82 110
HSL 212° 30.95% 32.94%
HSB/HSV 212° 47.27% 43.14%
CMYK 47.27% 25.45% 0.00%
56.86%

Color #3A526E in popluar number systems.

HEX 3A 52 6E
Decimal 58 82 110
Binary 111010 1010010 1101110
Octal 72 122 156

Shades and tints

Shades of #3A526E

#3A526E
(58,82,110)
#354B64
(53,75,100)
#30445A
(48,68,90)
#2B3D50
(43,61,80)
#263646
(38,54,70)
#212F3C
(33,47,60)
#1C2832
(28,40,50)
#172128
(23,33,40)
#121A1E
(18,26,30)
#0D1314
(13,19,20)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #3A526E

#3A526E
(58,82,110)
#4B617B
(75,97,123)
#5C7088
(92,112,136)
#6D7F95
(109,127,149)
#7E8EA2
(126,142,162)
#8F9DAF
(143,157,175)
#A0ACBC
(160,172,188)
#B1BBC9
(177,187,201)
#C2CAD6
(194,202,214)
#D3D9E3
(211,217,227)
#E4E8F0
(228,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A526E; }

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

This text font color is #3A526E.

Background Color

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

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

This div background color is #3A526E.

Border color

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

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

This div border color is #3A526E.

Opacity

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

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

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

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

This text has shadow with #3A526E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A526E.

Preview

Color preview on black background

This text has color #3A526E on black background.


Color preview on white background

This text has color #3A526E on white background.


Black color preview on #3A526E background

This text has black color on #3A526E background.


White color preview on #3A526E background

This text has white color on #3A526E background.


Related colors

Complementary color

Complementary color for #hex is #C5AD91.


I love getcolorcode.com

Triadic colors

1 #6E3A52 and #526E3A with #3A526E are triadic colors.

2 #6E523A and #523A6E with #3A526E are triadic colors.