COLOR #3E6554

HEX: #3E6554 RGB: (62,101,84)

Color info

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

RGB color model

#3E6554 color RGB value is (62,101,84).

RGB: (62,101,84) (24%, 40%, 33%)

RGB channels and saturation

R 62 of 255 = 24%
G 101 of 255 = 40%
B 84 of 255 = 33%

62
101
84

R + G + B ~ 32%. #3E6554 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 101 + 84 = 247 (100%)
R 62 of 247 ~ 25.1%
G 101 of 247 ~ 40.89%
B 84 of 247 ~ 34.01'%

%25.1
%40.89
%34.01

CMYK color model

#3E6554 color CMYK value is (39,0,17,60).

  • cyan value is 38.61%
  • magenta value is 0.00%
  • yellow value is 16.83%
  • key color value is 60.39%
CMYK: (39,0,17,60) C39M0Y17K60 (39%,0%,17%,60%) (0.39/0.00/0.17/0.60) 

CMYK percentages

%38.61
%0
%16.83
%60.39

Codes

Color #3E6554 in popluar color models

3E 65 54
RGB 62 101 84
HSL 154° 23.93% 31.96%
HSB/HSV 154° 38.61% 39.61%
CMYK 38.61% 0.00% 16.83%
60.39%

Color #3E6554 in popluar number systems.

HEX 3E 65 54
Decimal 62 101 84
Binary 111110 1100101 1010100
Octal 76 145 124

Shades and tints

Shades of #3E6554

#3E6554
(62,101,84)
#395C4D
(57,92,77)
#345346
(52,83,70)
#2F4A3F
(47,74,63)
#2A4138
(42,65,56)
#253831
(37,56,49)
#202F2A
(32,47,42)
#1B2623
(27,38,35)
#161D1C
(22,29,28)
#111415
(17,20,21)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #3E6554

#3E6554
(62,101,84)
#4F7363
(79,115,99)
#608172
(96,129,114)
#718F81
(113,143,129)
#829D90
(130,157,144)
#93AB9F
(147,171,159)
#A4B9AE
(164,185,174)
#B5C7BD
(181,199,189)
#C6D5CC
(198,213,204)
#D7E3DB
(215,227,219)
#E8F1EA
(232,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6554; }

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

This text font color is #3E6554.

Background Color

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

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

This div background color is #3E6554.

Border color

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

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

This div border color is #3E6554.

Opacity

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

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

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

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

This text has shadow with #3E6554 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6554.

Preview

Color preview on black background

This text has color #3E6554 on black background.


Color preview on white background

This text has color #3E6554 on white background.


Black color preview on #3E6554 background

This text has black color on #3E6554 background.


White color preview on #3E6554 background

This text has white color on #3E6554 background.


Related colors

Complementary color

Complementary color for #hex is #C19AAB.


I love getcolorcode.com

Triadic colors

1 #543E65 and #65543E with #3E6554 are triadic colors.

2 #54653E and #653E54 with #3E6554 are triadic colors.