COLOR #3A534F

HEX: #3A534F
RGB: (58,83,79)

Color info

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

RGB color model

#3A534F color RGB value is (58,83,79).

  • red value is 58;
  • green value is 83;
  • blue value is 79.
RGB:
(58,83,79)
(23%,33%,31%)

RGB channels and saturation

R 58 of 255 = 23%
G 83 of 255 = 33%
B 79 of 255 = 31%

58
83
79

R + G + B ~ 29%. #3A534F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 83 + 79 = 220 (100%)
R 58 of 220 ~ 26.36%
G 83 of 220 ~ 37.73%
B 79 of 220 ~ 35.91%

%26.36
%37.73
%35.91

CMYK color model

#3A534F color CMYK value is (30,0,5,67).

  • cyan value is 30.12%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 67.45%
CMYK:
(30,0,5,67)
C30M0Y5K67 
(30%,0%,5%,67%)
(0.30/0.00/0.05/0.67)	

CMYK percentages

%30.12
%0
%4.82
%67.45

Codes

Color #3A534F in popluar color models

3A534F
RGB588379
HSL170°17.73%27.65%
HSB/HSV170°30.12%32.55%
CMYK30.12%0.00%4.82%
67.45%

Color #3A534F in popluar number systems.

HEX3A534F
Decimal588379
Binary11101010100111001111
Octal72123117

Shades and tints

Shades of #3A534F

#3A534F
(58,83,79)
#354C48
(53,76,72)
#304541
(48,69,65)
#2B3E3A
(43,62,58)
#263733
(38,55,51)
#21302C
(33,48,44)
#1C2925
(28,41,37)
#17221E
(23,34,30)
#121B17
(18,27,23)
#0D1410
(13,20,16)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #3A534F

#3A534F
(58,83,79)
#4B625F
(75,98,95)
#5C716F
(92,113,111)
#6D807F
(109,128,127)
#7E8F8F
(126,143,143)
#8F9E9F
(143,158,159)
#A0ADAF
(160,173,175)
#B1BCBF
(177,188,191)
#C2CBCF
(194,203,207)
#D3DADF
(211,218,223)
#E4E9EF
(228,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A534F color. Also use rgb(58,83,79) instead hex code.

Text Font Color

.myTextColor { color: #3A534F; }

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

This text font color is #3A534F.


Background Color

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

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

This div background color is #3A534F.


Border color

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

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

This div border color is #3A534F.


Opacity

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

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

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

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

This text has shadow with #3A534F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A534F on black background.


Color preview on white background

This text has color #3A534F on white background.



Black color preview on #3A534F background

This text has black color on #3A534F background.


White color preview on #3A534F background

This text has white color on #3A534F background.