COLOR #3A5E61

HEX: #3A5E61
RGB: (58,94,97)

Color info

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

RGB color model

#3A5E61 color RGB value is (58,94,97).

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

RGB channels and saturation

R 58 of 255 = 23%
G 94 of 255 = 37%
B 97 of 255 = 38%

58
94
97

R + G + B ~ 33%. #3A5E61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 94 + 97 = 249 (100%)
R 58 of 249 ~ 23.29%
G 94 of 249 ~ 37.75%
B 97 of 249 ~ 38.96%

%23.29
%37.75
%38.96

CMYK color model

#3A5E61 color CMYK value is (40,3,0,62).

  • cyan value is 40.21%
  • magenta value is 3.09%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(40,3,0,62)
C40M3Y0K62 
(40%,3%,0%,62%)
(0.40/0.03/0.00/0.62)	

CMYK percentages

%40.21
%3.09
%0
%61.96

Codes

Color #3A5E61 in popluar color models

3A5E61
RGB589497
HSL185°25.16%30.39%
HSB/HSV185°40.21%38.04%
CMYK40.21%3.09%0.00%
61.96%

Color #3A5E61 in popluar number systems.

HEX3A5E61
Decimal589497
Binary11101010111101100001
Octal72136141

Shades and tints

Shades of #3A5E61

#3A5E61
(58,94,97)
#355659
(53,86,89)
#304E51
(48,78,81)
#2B4649
(43,70,73)
#263E41
(38,62,65)
#213639
(33,54,57)
#1C2E31
(28,46,49)
#172629
(23,38,41)
#121E21
(18,30,33)
#0D1619
(13,22,25)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #3A5E61

#3A5E61
(58,94,97)
#4B6C6F
(75,108,111)
#5C7A7D
(92,122,125)
#6D888B
(109,136,139)
#7E9699
(126,150,153)
#8FA4A7
(143,164,167)
#A0B2B5
(160,178,181)
#B1C0C3
(177,192,195)
#C2CED1
(194,206,209)
#D3DCDF
(211,220,223)
#E4EAED
(228,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5E61; }

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

This text font color is #3A5E61.


Background Color

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

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

This div background color is #3A5E61.


Border color

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

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

This div border color is #3A5E61.


Opacity

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

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

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

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

This text has shadow with #3A5E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5E61 on black background.


Color preview on white background

This text has color #3A5E61 on white background.



Black color preview on #3A5E61 background

This text has black color on #3A5E61 background.


White color preview on #3A5E61 background

This text has white color on #3A5E61 background.