COLOR #3E5F5F

HEX: #3E5F5F
RGB: (62,95,95)

Color info

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

RGB color model

#3E5F5F color RGB value is (62,95,95).

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

RGB channels and saturation

R 62 of 255 = 24%
G 95 of 255 = 37%
B 95 of 255 = 37%

62
95
95

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

Portions of RGB colors in percentages

R + G + B =
62 + 95 + 95 = 252 (100%)
R 62 of 252 ~ 24.6%
G 95 of 252 ~ 37.7%
B 95 of 252 ~ 37.7%

%24.6
%37.7
%37.7

CMYK color model

#3E5F5F color CMYK value is (35,0,0,63).

  • cyan value is 34.74%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(35,0,0,63)
C35M0Y0K63 
(35%,0%,0%,63%)
(0.35/0.00/0.00/0.63)	

CMYK percentages

%34.74
%0
%0
%62.75

Codes

Color #3E5F5F in popluar color models

3E5F5F
RGB629595
HSL180°21.02%30.78%
HSB/HSV180°34.74%37.25%
CMYK34.74%0.00%0.00%
62.75%

Color #3E5F5F in popluar number systems.

HEX3E5F5F
Decimal629595
Binary11111010111111011111
Octal76137137

Shades and tints

Shades of #3E5F5F

#3E5F5F
(62,95,95)
#395757
(57,87,87)
#344F4F
(52,79,79)
#2F4747
(47,71,71)
#2A3F3F
(42,63,63)
#253737
(37,55,55)
#202F2F
(32,47,47)
#1B2727
(27,39,39)
#161F1F
(22,31,31)
#111717
(17,23,23)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #3E5F5F

#3E5F5F
(62,95,95)
#4F6D6D
(79,109,109)
#607B7B
(96,123,123)
#718989
(113,137,137)
#829797
(130,151,151)
#93A5A5
(147,165,165)
#A4B3B3
(164,179,179)
#B5C1C1
(181,193,193)
#C6CFCF
(198,207,207)
#D7DDDD
(215,221,221)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5F5F; }

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

This text font color is #3E5F5F.


Background Color

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

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

This div background color is #3E5F5F.


Border color

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

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

This div border color is #3E5F5F.


Opacity

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

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

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

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

This text has shadow with #3E5F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5F5F on black background.


Color preview on white background

This text has color #3E5F5F on white background.



Black color preview on #3E5F5F background

This text has black color on #3E5F5F background.


White color preview on #3E5F5F background

This text has white color on #3E5F5F background.