COLOR #3E6848

HEX: #3E6848 RGB: (62,104,72)

Color info

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

RGB color model

#3E6848 color RGB value is (62,104,72).

RGB: (62,104,72) (24%, 41%, 28%)

RGB channels and saturation

R 62 of 255 = 24%
G 104 of 255 = 41%
B 72 of 255 = 28%

62
104
72

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

Portions of RGB colors in percentages

R + G + B = 62 + 104 + 72 = 238 (100%)
R 62 of 238 ~ 26.05%
G 104 of 238 ~ 43.7%
B 72 of 238 ~ 30.25'%

%26.05
%43.7
%30.25

CMYK color model

#3E6848 color CMYK value is (40,0,31,59).

  • cyan value is 40.38%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 59.22%

CMYK: (40,0,31,59)
C40M0Y31K59 (40%, 0%, 31%, 59%)
(0.40 / 0.00 / 0.31 / 0.59)

CMYK percentages

%40.38
%0
%30.77
%59.22

Codes

Color #3E6848 in popluar color models

3E 68 48
RGB 62 104 72
HSL 134° 25.30% 32.55%
HSB/HSV 134° 40.38% 40.78%
CMYK 40.38% 0.00% 30.77%
59.22%

Color #3E6848 in popluar number systems.

HEX 3E 68 48
Decimal 62 104 72
Binary 111110 1101000 1001000
Octal 76 150 110

Shades and tints

Shades of #3E6848

#3E6848
(62,104,72)
#395F42
(57,95,66)
#34563C
(52,86,60)
#2F4D36
(47,77,54)
#2A4430
(42,68,48)
#253B2A
(37,59,42)
#203224
(32,50,36)
#1B291E
(27,41,30)
#162018
(22,32,24)
#111712
(17,23,18)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #3E6848

#3E6848
(62,104,72)
#4F7558
(79,117,88)
#608268
(96,130,104)
#718F78
(113,143,120)
#829C88
(130,156,136)
#93A998
(147,169,152)
#A4B6A8
(164,182,168)
#B5C3B8
(181,195,184)
#C6D0C8
(198,208,200)
#D7DDD8
(215,221,216)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6848 color. Also use rgb(62,104,72) instead hex code.

Text Font Color

.myTextColor { color: #3E6848; }

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

This text font color is #3E6848.

Background Color

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

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

This div background color is #3E6848.

Border color

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

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

This div border color is #3E6848.

Opacity

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

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

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

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

This text has shadow with #3E6848 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6848.

Preview

Color preview on black background

This text has color #3E6848 on black background.


Color preview on white background

This text has color #3E6848 on white background.


Black color preview on #3E6848 background

This text has black color on #3E6848 background.


White color preview on #3E6848 background

This text has white color on #3E6848 background.


Related colors

Complementary color

Complementary color for #hex is #C197B7.


I love getcolorcode.com

Triadic colors

1 #483E68 and #68483E with #3E6848 are triadic colors.

2 #48683E and #683E48 with #3E6848 are triadic colors.