COLOR #3E5344

HEX: #3E5344
RGB: (62,83,68)

Color info

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

RGB color model

#3E5344 color RGB value is (62,83,68).

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

RGB channels and saturation

R 62 of 255 = 24%
G 83 of 255 = 33%
B 68 of 255 = 27%

62
83
68

R + G + B ~ 28%. #3E5344 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 83 + 68 = 213 (100%)
R 62 of 213 ~ 29.11%
G 83 of 213 ~ 38.97%
B 68 of 213 ~ 31.92%

%29.11
%38.97
%31.92

CMYK color model

#3E5344 color CMYK value is (25,0,18,67).

  • cyan value is 25.30%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 67.45%
CMYK:
(25,0,18,67)
C25M0Y18K67 
(25%,0%,18%,67%)
(0.25/0.00/0.18/0.67)	

CMYK percentages

%25.3
%0
%18.07
%67.45

Codes

Color #3E5344 in popluar color models

3E5344
RGB628368
HSL137°14.48%28.43%
HSB/HSV137°25.30%32.55%
CMYK25.30%0.00%18.07%
67.45%

Color #3E5344 in popluar number systems.

HEX3E5344
Decimal628368
Binary11111010100111000100
Octal76123104

Shades and tints

Shades of #3E5344

#3E5344
(62,83,68)
#394C3E
(57,76,62)
#344538
(52,69,56)
#2F3E32
(47,62,50)
#2A372C
(42,55,44)
#253026
(37,48,38)
#202920
(32,41,32)
#1B221A
(27,34,26)
#161B14
(22,27,20)
#11140E
(17,20,14)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #3E5344

#3E5344
(62,83,68)
#4F6255
(79,98,85)
#607166
(96,113,102)
#718077
(113,128,119)
#828F88
(130,143,136)
#939E99
(147,158,153)
#A4ADAA
(164,173,170)
#B5BCBB
(181,188,187)
#C6CBCC
(198,203,204)
#D7DADD
(215,218,221)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5344; }

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

This text font color is #3E5344.


Background Color

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

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

This div background color is #3E5344.


Border color

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

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

This div border color is #3E5344.


Opacity

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

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

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

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

This text has shadow with #3E5344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5344 on black background.


Color preview on white background

This text has color #3E5344 on white background.



Black color preview on #3E5344 background

This text has black color on #3E5344 background.


White color preview on #3E5344 background

This text has white color on #3E5344 background.