COLOR #3A584A

HEX: #3A584A
RGB: (58,88,74)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

58
88
74

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

Portions of RGB colors in percentages

R + G + B =
58 + 88 + 74 = 220 (100%)
R 58 of 220 ~ 26.36%
G 88 of 220 ~ 40%
B 74 of 220 ~ 33.64%

%26.36
%40
%33.64

CMYK color model

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

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

CMYK percentages

%34.09
%0
%15.91
%65.49

Codes

Color #3A584A in popluar color models

3A584A
RGB588874
HSL152°20.55%28.63%
HSB/HSV152°34.09%34.51%
CMYK34.09%0.00%15.91%
65.49%

Color #3A584A in popluar number systems.

HEX3A584A
Decimal588874
Binary11101010110001001010
Octal72130112

Shades and tints

Shades of #3A584A

#3A584A
(58,88,74)
#355044
(53,80,68)
#30483E
(48,72,62)
#2B4038
(43,64,56)
#263832
(38,56,50)
#21302C
(33,48,44)
#1C2826
(28,40,38)
#172020
(23,32,32)
#12181A
(18,24,26)
#0D1014
(13,16,20)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #3A584A

#3A584A
(58,88,74)
#4B675A
(75,103,90)
#5C766A
(92,118,106)
#6D857A
(109,133,122)
#7E948A
(126,148,138)
#8FA39A
(143,163,154)
#A0B2AA
(160,178,170)
#B1C1BA
(177,193,186)
#C2D0CA
(194,208,202)
#D3DFDA
(211,223,218)
#E4EEEA
(228,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A584A; }

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

This text font color is #3A584A.


Background Color

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

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

This div background color is #3A584A.


Border color

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

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

This div border color is #3A584A.


Opacity

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

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

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

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

This text has shadow with #3A584A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A584A on black background.


Color preview on white background

This text has color #3A584A on white background.



Black color preview on #3A584A background

This text has black color on #3A584A background.


White color preview on #3A584A background

This text has white color on #3A584A background.