COLOR #3A5354

HEX: #3A5354
RGB: (58,83,84)

Color info

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

RGB color model

#3A5354 color RGB value is (58,83,84).

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

RGB channels and saturation

R 58 of 255 = 23%
G 83 of 255 = 33%
B 84 of 255 = 33%

58
83
84

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

Portions of RGB colors in percentages

R + G + B =
58 + 83 + 84 = 225 (100%)
R 58 of 225 ~ 25.78%
G 83 of 225 ~ 36.89%
B 84 of 225 ~ 37.33%

%25.78
%36.89
%37.33

CMYK color model

#3A5354 color CMYK value is (31,1,0,67).

  • cyan value is 30.95%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(31,1,0,67)
C31M1Y0K67 
(31%,1%,0%,67%)
(0.31/0.01/0.00/0.67)	

CMYK percentages

%30.95
%1.19
%0
%67.06

Codes

Color #3A5354 in popluar color models

3A5354
RGB588384
HSL182°18.31%27.84%
HSB/HSV182°30.95%32.94%
CMYK30.95%1.19%0.00%
67.06%

Color #3A5354 in popluar number systems.

HEX3A5354
Decimal588384
Binary11101010100111010100
Octal72123124

Shades and tints

Shades of #3A5354

#3A5354
(58,83,84)
#354C4D
(53,76,77)
#304546
(48,69,70)
#2B3E3F
(43,62,63)
#263738
(38,55,56)
#213031
(33,48,49)
#1C292A
(28,41,42)
#172223
(23,34,35)
#121B1C
(18,27,28)
#0D1415
(13,20,21)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #3A5354

#3A5354
(58,83,84)
#4B6263
(75,98,99)
#5C7172
(92,113,114)
#6D8081
(109,128,129)
#7E8F90
(126,143,144)
#8F9E9F
(143,158,159)
#A0ADAE
(160,173,174)
#B1BCBD
(177,188,189)
#C2CBCC
(194,203,204)
#D3DADB
(211,218,219)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5354; }

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

This text font color is #3A5354.


Background Color

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

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

This div background color is #3A5354.


Border color

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

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

This div border color is #3A5354.


Opacity

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

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

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

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

This text has shadow with #3A5354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5354 on black background.


Color preview on white background

This text has color #3A5354 on white background.



Black color preview on #3A5354 background

This text has black color on #3A5354 background.


White color preview on #3A5354 background

This text has white color on #3A5354 background.