COLOR #3A5D52

HEX: #3A5D52
RGB: (58,93,82)

Color info

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

RGB color model

#3A5D52 color RGB value is (58,93,82).

  • red value is 58;
  • green value is 93;
  • blue value is 82.
RGB:
(58,93,82)
(23%,36%,32%)

RGB channels and saturation

R 58 of 255 = 23%
G 93 of 255 = 36%
B 82 of 255 = 32%

58
93
82

R + G + B ~ 30%. #3A5D52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 93 + 82 = 233 (100%)
R 58 of 233 ~ 24.89%
G 93 of 233 ~ 39.91%
B 82 of 233 ~ 35.19%

%24.89
%39.91
%35.19

CMYK color model

#3A5D52 color CMYK value is (38,0,12,64).

  • cyan value is 37.63%
  • magenta value is 0.00%
  • yellow value is 11.83%
  • key color value is 63.53%
CMYK:
(38,0,12,64)
C38M0Y12K64 
(38%,0%,12%,64%)
(0.38/0.00/0.12/0.64)	

CMYK percentages

%37.63
%0
%11.83
%63.53

Codes

Color #3A5D52 in popluar color models

3A5D52
RGB589382
HSL161°23.18%29.61%
HSB/HSV161°37.63%36.47%
CMYK37.63%0.00%11.83%
63.53%

Color #3A5D52 in popluar number systems.

HEX3A5D52
Decimal589382
Binary11101010111011010010
Octal72135122

Shades and tints

Shades of #3A5D52

#3A5D52
(58,93,82)
#35554B
(53,85,75)
#304D44
(48,77,68)
#2B453D
(43,69,61)
#263D36
(38,61,54)
#21352F
(33,53,47)
#1C2D28
(28,45,40)
#172521
(23,37,33)
#121D1A
(18,29,26)
#0D1513
(13,21,19)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #3A5D52

#3A5D52
(58,93,82)
#4B6B61
(75,107,97)
#5C7970
(92,121,112)
#6D877F
(109,135,127)
#7E958E
(126,149,142)
#8FA39D
(143,163,157)
#A0B1AC
(160,177,172)
#B1BFBB
(177,191,187)
#C2CDCA
(194,205,202)
#D3DBD9
(211,219,217)
#E4E9E8
(228,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5D52; }

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

This text font color is #3A5D52.


Background Color

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

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

This div background color is #3A5D52.


Border color

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

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

This div border color is #3A5D52.


Opacity

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

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

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

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

This text has shadow with #3A5D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5D52 on black background.


Color preview on white background

This text has color #3A5D52 on white background.



Black color preview on #3A5D52 background

This text has black color on #3A5D52 background.


White color preview on #3A5D52 background

This text has white color on #3A5D52 background.