COLOR #3A5E51

HEX: #3A5E51
RGB: (58,94,81)

Color info

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

RGB color model

#3A5E51 color RGB value is (58,94,81).

  • red value is 58;
  • green value is 94;
  • blue value is 81.
RGB:
(58,94,81)
(23%,37%,32%)

RGB channels and saturation

R 58 of 255 = 23%
G 94 of 255 = 37%
B 81 of 255 = 32%

58
94
81

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

Portions of RGB colors in percentages

R + G + B =
58 + 94 + 81 = 233 (100%)
R 58 of 233 ~ 24.89%
G 94 of 233 ~ 40.34%
B 81 of 233 ~ 34.76%

%24.89
%40.34
%34.76

CMYK color model

#3A5E51 color CMYK value is (38,0,14,63).

  • cyan value is 38.30%
  • magenta value is 0.00%
  • yellow value is 13.83%
  • key color value is 63.14%
CMYK:
(38,0,14,63)
C38M0Y14K63 
(38%,0%,14%,63%)
(0.38/0.00/0.14/0.63)	

CMYK percentages

%38.3
%0
%13.83
%63.14

Codes

Color #3A5E51 in popluar color models

3A5E51
RGB589481
HSL158°23.68%29.80%
HSB/HSV158°38.30%36.86%
CMYK38.30%0.00%13.83%
63.14%

Color #3A5E51 in popluar number systems.

HEX3A5E51
Decimal589481
Binary11101010111101010001
Octal72136121

Shades and tints

Shades of #3A5E51

#3A5E51
(58,94,81)
#35564A
(53,86,74)
#304E43
(48,78,67)
#2B463C
(43,70,60)
#263E35
(38,62,53)
#21362E
(33,54,46)
#1C2E27
(28,46,39)
#172620
(23,38,32)
#121E19
(18,30,25)
#0D1612
(13,22,18)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #3A5E51

#3A5E51
(58,94,81)
#4B6C60
(75,108,96)
#5C7A6F
(92,122,111)
#6D887E
(109,136,126)
#7E968D
(126,150,141)
#8FA49C
(143,164,156)
#A0B2AB
(160,178,171)
#B1C0BA
(177,192,186)
#C2CEC9
(194,206,201)
#D3DCD8
(211,220,216)
#E4EAE7
(228,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5E51; }

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

This text font color is #3A5E51.


Background Color

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

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

This div background color is #3A5E51.


Border color

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

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

This div border color is #3A5E51.


Opacity

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

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

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

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

This text has shadow with #3A5E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5E51 on black background.


Color preview on white background

This text has color #3A5E51 on white background.



Black color preview on #3A5E51 background

This text has black color on #3A5E51 background.


White color preview on #3A5E51 background

This text has white color on #3A5E51 background.