COLOR #3E5E4B

HEX: #3E5E4B RGB: (62,94,75)

Color info

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

RGB color model

#3E5E4B color RGB value is (62,94,75).

RGB: (62,94,75) (24%, 37%, 29%)

RGB channels and saturation

R 62 of 255 = 24%
G 94 of 255 = 37%
B 75 of 255 = 29%

62
94
75

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

Portions of RGB colors in percentages

R + G + B = 62 + 94 + 75 = 231 (100%)
R 62 of 231 ~ 26.84%
G 94 of 231 ~ 40.69%
B 75 of 231 ~ 32.47'%

%26.84
%40.69
%32.47

CMYK color model

#3E5E4B color CMYK value is (34,0,20,63).

  • cyan value is 34.04%
  • magenta value is 0.00%
  • yellow value is 20.21%
  • key color value is 63.14%

CMYK: (34,0,20,63)
C34M0Y20K63 (34%, 0%, 20%, 63%)
(0.34 / 0.00 / 0.20 / 0.63)

CMYK percentages

%34.04
%0
%20.21
%63.14

Codes

Color #3E5E4B in popluar color models

3E 5E 4B
RGB 62 94 75
HSL 144° 20.51% 30.59%
HSB/HSV 144° 34.04% 36.86%
CMYK 34.04% 0.00% 20.21%
63.14%

Color #3E5E4B in popluar number systems.

HEX 3E 5E 4B
Decimal 62 94 75
Binary 111110 1011110 1001011
Octal 76 136 113

Shades and tints

Shades of #3E5E4B

#3E5E4B
(62,94,75)
#395645
(57,86,69)
#344E3F
(52,78,63)
#2F4639
(47,70,57)
#2A3E33
(42,62,51)
#25362D
(37,54,45)
#202E27
(32,46,39)
#1B2621
(27,38,33)
#161E1B
(22,30,27)
#111615
(17,22,21)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #3E5E4B

#3E5E4B
(62,94,75)
#4F6C5B
(79,108,91)
#607A6B
(96,122,107)
#71887B
(113,136,123)
#82968B
(130,150,139)
#93A49B
(147,164,155)
#A4B2AB
(164,178,171)
#B5C0BB
(181,192,187)
#C6CECB
(198,206,203)
#D7DCDB
(215,220,219)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5E4B; }

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

This text font color is #3E5E4B.

Background Color

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

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

This div background color is #3E5E4B.

Border color

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

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

This div border color is #3E5E4B.

Opacity

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

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

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

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

This text has shadow with #3E5E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5E4B.

Preview

Color preview on black background

This text has color #3E5E4B on black background.


Color preview on white background

This text has color #3E5E4B on white background.


Black color preview on #3E5E4B background

This text has black color on #3E5E4B background.


White color preview on #3E5E4B background

This text has white color on #3E5E4B background.


Related colors

Complementary color

Complementary color for #hex is #C1A1B4.


I love getcolorcode.com

Triadic colors

1 #4B3E5E and #5E4B3E with #3E5E4B are triadic colors.

2 #4B5E3E and #5E3E4B with #3E5E4B are triadic colors.