COLOR #3E584A

HEX: #3E584A
RGB: (62,88,74)

Color info

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

RGB color model

#3E584A color RGB value is (62,88,74).

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

RGB channels and saturation

R 62 of 255 = 24%
G 88 of 255 = 35%
B 74 of 255 = 29%

62
88
74

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

Portions of RGB colors in percentages

R + G + B =
62 + 88 + 74 = 224 (100%)
R 62 of 224 ~ 27.68%
G 88 of 224 ~ 39.29%
B 74 of 224 ~ 33.04%

%27.68
%39.29
%33.04

CMYK color model

#3E584A color CMYK value is (30,0,16,65).

  • cyan value is 29.55%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 65.49%
CMYK:
(30,0,16,65)
C30M0Y16K65 
(30%,0%,16%,65%)
(0.30/0.00/0.16/0.65)	

CMYK percentages

%29.55
%0
%15.91
%65.49

Codes

Color #3E584A in popluar color models

3E584A
RGB628874
HSL148°17.33%29.41%
HSB/HSV148°29.55%34.51%
CMYK29.55%0.00%15.91%
65.49%

Color #3E584A in popluar number systems.

HEX3E584A
Decimal628874
Binary11111010110001001010
Octal76130112

Shades and tints

Shades of #3E584A

#3E584A
(62,88,74)
#395044
(57,80,68)
#34483E
(52,72,62)
#2F4038
(47,64,56)
#2A3832
(42,56,50)
#25302C
(37,48,44)
#202826
(32,40,38)
#1B2020
(27,32,32)
#16181A
(22,24,26)
#111014
(17,16,20)
#0C080E
(12,8,14)
#000000
(0,0,0)

Tints of #3E584A

#3E584A
(62,88,74)
#4F675A
(79,103,90)
#60766A
(96,118,106)
#71857A
(113,133,122)
#82948A
(130,148,138)
#93A39A
(147,163,154)
#A4B2AA
(164,178,170)
#B5C1BA
(181,193,186)
#C6D0CA
(198,208,202)
#D7DFDA
(215,223,218)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E584A; }

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

This text font color is #3E584A.


Background Color

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

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

This div background color is #3E584A.


Border color

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

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

This div border color is #3E584A.


Opacity

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

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

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

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

This text has shadow with #3E584A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E584A on black background.


Color preview on white background

This text has color #3E584A on white background.



Black color preview on #3E584A background

This text has black color on #3E584A background.


White color preview on #3E584A background

This text has white color on #3E584A background.