COLOR #3A5858

HEX: #3A5858
RGB: (58,88,88)

Color info

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

RGB color model

#3A5858 color RGB value is (58,88,88).

  • red value is 58;
  • green value is 88;
  • blue value is 88.
RGB:
(58,88,88)
(23%,35%,35%)

RGB channels and saturation

R 58 of 255 = 23%
G 88 of 255 = 35%
B 88 of 255 = 35%

58
88
88

R + G + B ~ 31%. #3A5858 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 88 + 88 = 234 (100%)
R 58 of 234 ~ 24.79%
G 88 of 234 ~ 37.61%
B 88 of 234 ~ 37.61%

%24.79
%37.61
%37.61

CMYK color model

#3A5858 color CMYK value is (34,0,0,65).

  • cyan value is 34.09%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(34,0,0,65)
C34M0Y0K65 
(34%,0%,0%,65%)
(0.34/0.00/0.00/0.65)	

CMYK percentages

%34.09
%0
%0
%65.49

Codes

Color #3A5858 in popluar color models

3A5858
RGB588888
HSL180°20.55%28.63%
HSB/HSV180°34.09%34.51%
CMYK34.09%0.00%0.00%
65.49%

Color #3A5858 in popluar number systems.

HEX3A5858
Decimal588888
Binary11101010110001011000
Octal72130130

Shades and tints

Shades of #3A5858

#3A5858
(58,88,88)
#355050
(53,80,80)
#304848
(48,72,72)
#2B4040
(43,64,64)
#263838
(38,56,56)
#213030
(33,48,48)
#1C2828
(28,40,40)
#172020
(23,32,32)
#121818
(18,24,24)
#0D1010
(13,16,16)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #3A5858

#3A5858
(58,88,88)
#4B6767
(75,103,103)
#5C7676
(92,118,118)
#6D8585
(109,133,133)
#7E9494
(126,148,148)
#8FA3A3
(143,163,163)
#A0B2B2
(160,178,178)
#B1C1C1
(177,193,193)
#C2D0D0
(194,208,208)
#D3DFDF
(211,223,223)
#E4EEEE
(228,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5858; }

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

This text font color is #3A5858.


Background Color

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

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

This div background color is #3A5858.


Border color

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

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

This div border color is #3A5858.


Opacity

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

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

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

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

This text has shadow with #3A5858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5858 on black background.


Color preview on white background

This text has color #3A5858 on white background.



Black color preview on #3A5858 background

This text has black color on #3A5858 background.


White color preview on #3A5858 background

This text has white color on #3A5858 background.