COLOR #3E5F55

HEX: #3E5F55
RGB: (62,95,85)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

62
95
85

R + G + B ~ 31%. #3E5F55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 95 + 85 = 242 (100%)
R 62 of 242 ~ 25.62%
G 95 of 242 ~ 39.26%
B 85 of 242 ~ 35.12%

%25.62
%39.26
%35.12

CMYK color model

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

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

CMYK percentages

%34.74
%0
%10.53
%62.75

Codes

Color #3E5F55 in popluar color models

3E5F55
RGB629585
HSL162°21.02%30.78%
HSB/HSV162°34.74%37.25%
CMYK34.74%0.00%10.53%
62.75%

Color #3E5F55 in popluar number systems.

HEX3E5F55
Decimal629585
Binary11111010111111010101
Octal76137125

Shades and tints

Shades of #3E5F55

#3E5F55
(62,95,85)
#39574E
(57,87,78)
#344F47
(52,79,71)
#2F4740
(47,71,64)
#2A3F39
(42,63,57)
#253732
(37,55,50)
#202F2B
(32,47,43)
#1B2724
(27,39,36)
#161F1D
(22,31,29)
#111716
(17,23,22)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #3E5F55

#3E5F55
(62,95,85)
#4F6D64
(79,109,100)
#607B73
(96,123,115)
#718982
(113,137,130)
#829791
(130,151,145)
#93A5A0
(147,165,160)
#A4B3AF
(164,179,175)
#B5C1BE
(181,193,190)
#C6CFCD
(198,207,205)
#D7DDDC
(215,221,220)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5F55; }

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

This text font color is #3E5F55.


Background Color

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

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

This div background color is #3E5F55.


Border color

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

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

This div border color is #3E5F55.


Opacity

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

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

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

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

This text has shadow with #3E5F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5F55 on black background.


Color preview on white background

This text has color #3E5F55 on white background.



Black color preview on #3E5F55 background

This text has black color on #3E5F55 background.


White color preview on #3E5F55 background

This text has white color on #3E5F55 background.