COLOR #3E594F

HEX: #3E594F
RGB: (62,89,79)

Color info

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

RGB color model

#3E594F color RGB value is (62,89,79).

  • red value is 62;
  • green value is 89;
  • blue value is 79.
RGB:
(62,89,79)
(24%,35%,31%)

RGB channels and saturation

R 62 of 255 = 24%
G 89 of 255 = 35%
B 79 of 255 = 31%

62
89
79

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

Portions of RGB colors in percentages

R + G + B =
62 + 89 + 79 = 230 (100%)
R 62 of 230 ~ 26.96%
G 89 of 230 ~ 38.7%
B 79 of 230 ~ 34.35%

%26.96
%38.7
%34.35

CMYK color model

#3E594F color CMYK value is (30,0,11,65).

  • cyan value is 30.34%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 65.10%
CMYK:
(30,0,11,65)
C30M0Y11K65 
(30%,0%,11%,65%)
(0.30/0.00/0.11/0.65)	

CMYK percentages

%30.34
%0
%11.24
%65.1

Codes

Color #3E594F in popluar color models

3E594F
RGB628979
HSL158°17.88%29.61%
HSB/HSV158°30.34%34.90%
CMYK30.34%0.00%11.24%
65.10%

Color #3E594F in popluar number systems.

HEX3E594F
Decimal628979
Binary11111010110011001111
Octal76131117

Shades and tints

Shades of #3E594F

#3E594F
(62,89,79)
#395148
(57,81,72)
#344941
(52,73,65)
#2F413A
(47,65,58)
#2A3933
(42,57,51)
#25312C
(37,49,44)
#202925
(32,41,37)
#1B211E
(27,33,30)
#161917
(22,25,23)
#111110
(17,17,16)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #3E594F

#3E594F
(62,89,79)
#4F685F
(79,104,95)
#60776F
(96,119,111)
#71867F
(113,134,127)
#82958F
(130,149,143)
#93A49F
(147,164,159)
#A4B3AF
(164,179,175)
#B5C2BF
(181,194,191)
#C6D1CF
(198,209,207)
#D7E0DF
(215,224,223)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E594F color. Also use rgb(62,89,79) instead hex code.

Text Font Color

.myTextColor { color: #3E594F; }

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

This text font color is #3E594F.


Background Color

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

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

This div background color is #3E594F.


Border color

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

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

This div border color is #3E594F.


Opacity

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

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

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

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

This text has shadow with #3E594F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E594F on black background.


Color preview on white background

This text has color #3E594F on white background.



Black color preview on #3E594F background

This text has black color on #3E594F background.


White color preview on #3E594F background

This text has white color on #3E594F background.