COLOR #3E5755

HEX: #3E5755
RGB: (62,87,85)

Color info

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

RGB color model

#3E5755 color RGB value is (62,87,85).

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

RGB channels and saturation

R 62 of 255 = 24%
G 87 of 255 = 34%
B 85 of 255 = 33%

62
87
85

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

Portions of RGB colors in percentages

R + G + B =
62 + 87 + 85 = 234 (100%)
R 62 of 234 ~ 26.5%
G 87 of 234 ~ 37.18%
B 85 of 234 ~ 36.32%

%26.5
%37.18
%36.32

CMYK color model

#3E5755 color CMYK value is (29,0,2,66).

  • cyan value is 28.74%
  • magenta value is 0.00%
  • yellow value is 2.30%
  • key color value is 65.88%
CMYK:
(29,0,2,66)
C29M0Y2K66 
(29%,0%,2%,66%)
(0.29/0.00/0.02/0.66)	

CMYK percentages

%28.74
%0
%2.3
%65.88

Codes

Color #3E5755 in popluar color models

3E5755
RGB628785
HSL175°16.78%29.22%
HSB/HSV175°28.74%34.12%
CMYK28.74%0.00%2.30%
65.88%

Color #3E5755 in popluar number systems.

HEX3E5755
Decimal628785
Binary11111010101111010101
Octal76127125

Shades and tints

Shades of #3E5755

#3E5755
(62,87,85)
#39504E
(57,80,78)
#344947
(52,73,71)
#2F4240
(47,66,64)
#2A3B39
(42,59,57)
#253432
(37,52,50)
#202D2B
(32,45,43)
#1B2624
(27,38,36)
#161F1D
(22,31,29)
#111816
(17,24,22)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #3E5755

#3E5755
(62,87,85)
#4F6664
(79,102,100)
#607573
(96,117,115)
#718482
(113,132,130)
#829391
(130,147,145)
#93A2A0
(147,162,160)
#A4B1AF
(164,177,175)
#B5C0BE
(181,192,190)
#C6CFCD
(198,207,205)
#D7DEDC
(215,222,220)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5755; }

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

This text font color is #3E5755.


Background Color

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

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

This div background color is #3E5755.


Border color

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

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

This div border color is #3E5755.


Opacity

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

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

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

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

This text has shadow with #3E5755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5755 on black background.


Color preview on white background

This text has color #3E5755 on white background.



Black color preview on #3E5755 background

This text has black color on #3E5755 background.


White color preview on #3E5755 background

This text has white color on #3E5755 background.