COLOR #3A524C

HEX: #3A524C RGB: (58,82,76)

Color info

#3A524C contains red, green and blue colors in about the same proportion. Web safe color of #3A524C is #336633 (or #363).

RGB color model

#3A524C color RGB value is (58,82,76).

RGB: (58,82,76) (23%, 32%, 30%)

RGB channels and saturation

R 58 of 255 = 23%
G 82 of 255 = 32%
B 76 of 255 = 30%

58
82
76

R + G + B ~ 28%. #3A524C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 82 + 76 = 216 (100%)
R 58 of 216 ~ 26.85%
G 82 of 216 ~ 37.96%
B 76 of 216 ~ 35.19'%

%26.85
%37.96
%35.19

CMYK color model

#3A524C color CMYK value is (29,0,7,68).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 67.84%

CMYK: (29,0,7,68)
C29M0Y7K68 (29%, 0%, 7%, 68%)
(0.29 / 0.00 / 0.07 / 0.68)

CMYK percentages

%29.27
%0
%7.32
%67.84

Codes

Color #3A524C in popluar color models

3A 52 4C
RGB 58 82 76
HSL 165° 17.14% 27.45%
HSB/HSV 165° 29.27% 32.16%
CMYK 29.27% 0.00% 7.32%
67.84%

Color #3A524C in popluar number systems.

HEX 3A 52 4C
Decimal 58 82 76
Binary 111010 1010010 1001100
Octal 72 122 114

Shades and tints

Shades of #3A524C

#3A524C
(58,82,76)
#354B46
(53,75,70)
#304440
(48,68,64)
#2B3D3A
(43,61,58)
#263634
(38,54,52)
#212F2E
(33,47,46)
#1C2828
(28,40,40)
#172122
(23,33,34)
#121A1C
(18,26,28)
#0D1316
(13,19,22)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #3A524C

#3A524C
(58,82,76)
#4B615C
(75,97,92)
#5C706C
(92,112,108)
#6D7F7C
(109,127,124)
#7E8E8C
(126,142,140)
#8F9D9C
(143,157,156)
#A0ACAC
(160,172,172)
#B1BBBC
(177,187,188)
#C2CACC
(194,202,204)
#D3D9DC
(211,217,220)
#E4E8EC
(228,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A524C; }

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

This text font color is #3A524C.

Background Color

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

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

This div background color is #3A524C.

Border color

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

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

This div border color is #3A524C.

Opacity

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

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

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

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

This text has shadow with #3A524C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A524C.

Preview

Color preview on black background

This text has color #3A524C on black background.


Color preview on white background

This text has color #3A524C on white background.


Black color preview on #3A524C background

This text has black color on #3A524C background.


White color preview on #3A524C background

This text has white color on #3A524C background.


Related colors

Complementary color

Complementary color for #hex is #C5ADB3.


I love getcolorcode.com

Triadic colors

1 #4C3A52 and #524C3A with #3A524C are triadic colors.

2 #4C523A and #523A4C with #3A524C are triadic colors.