COLOR #3E5454

HEX: #3E5454
RGB: (62,84,84)

Color info

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

RGB color model

#3E5454 color RGB value is (62,84,84).

  • red value is 62;
  • green value is 84;
  • blue value is 84.
RGB:
(62,84,84)
(24%,33%,33%)

RGB channels and saturation

R 62 of 255 = 24%
G 84 of 255 = 33%
B 84 of 255 = 33%

62
84
84

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

Portions of RGB colors in percentages

R + G + B =
62 + 84 + 84 = 230 (100%)
R 62 of 230 ~ 26.96%
G 84 of 230 ~ 36.52%
B 84 of 230 ~ 36.52%

%26.96
%36.52
%36.52

CMYK color model

#3E5454 color CMYK value is (26,0,0,67).

  • cyan value is 26.19%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(26,0,0,67)
C26M0Y0K67 
(26%,0%,0%,67%)
(0.26/0.00/0.00/0.67)	

CMYK percentages

%26.19
%0
%0
%67.06

Codes

Color #3E5454 in popluar color models

3E5454
RGB628484
HSL180°15.07%28.63%
HSB/HSV180°26.19%32.94%
CMYK26.19%0.00%0.00%
67.06%

Color #3E5454 in popluar number systems.

HEX3E5454
Decimal628484
Binary11111010101001010100
Octal76124124

Shades and tints

Shades of #3E5454

#3E5454
(62,84,84)
#394D4D
(57,77,77)
#344646
(52,70,70)
#2F3F3F
(47,63,63)
#2A3838
(42,56,56)
#253131
(37,49,49)
#202A2A
(32,42,42)
#1B2323
(27,35,35)
#161C1C
(22,28,28)
#111515
(17,21,21)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #3E5454

#3E5454
(62,84,84)
#4F6363
(79,99,99)
#607272
(96,114,114)
#718181
(113,129,129)
#829090
(130,144,144)
#939F9F
(147,159,159)
#A4AEAE
(164,174,174)
#B5BDBD
(181,189,189)
#C6CCCC
(198,204,204)
#D7DBDB
(215,219,219)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5454; }

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

This text font color is #3E5454.


Background Color

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

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

This div background color is #3E5454.


Border color

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

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

This div border color is #3E5454.


Opacity

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

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

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

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

This text has shadow with #3E5454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5454 on black background.


Color preview on white background

This text has color #3E5454 on white background.



Black color preview on #3E5454 background

This text has black color on #3E5454 background.


White color preview on #3E5454 background

This text has white color on #3E5454 background.