COLOR #3E672F

HEX: #3E672F
RGB: (62,103,47)

Color info

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

RGB color model

#3E672F color RGB value is (62,103,47).

  • red value is 62;
  • green value is 103;
  • blue value is 47.
RGB:
(62,103,47)
(24%,40%,18%)

RGB channels and saturation

R 62 of 255 = 24%
G 103 of 255 = 40%
B 47 of 255 = 18%

62
103
47

R + G + B ~ 27%. #3E672F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 103 + 47 = 212 (100%)
R 62 of 212 ~ 29.25%
G 103 of 212 ~ 48.58%
B 47 of 212 ~ 22.17%

%29.25
%48.58
%22.17

CMYK color model

#3E672F color CMYK value is (40,0,54,60).

  • cyan value is 39.81%
  • magenta value is 0.00%
  • yellow value is 54.37%
  • key color value is 59.61%
CMYK:
(40,0,54,60)
C40M0Y54K60 
(40%,0%,54%,60%)
(0.40/0.00/0.54/0.60)	

CMYK percentages

%39.81
%0
%54.37
%59.61

Codes

Color #3E672F in popluar color models

3E672F
RGB6210347
HSL104°37.33%29.41%
HSB/HSV104°54.37%40.39%
CMYK39.81%0.00%54.37%
59.61%

Color #3E672F in popluar number systems.

HEX3E672F
Decimal6210347
Binary1111101100111101111
Octal7614757

Shades and tints

Shades of #3E672F

#3E672F
(62,103,47)
#395E2B
(57,94,43)
#345527
(52,85,39)
#2F4C23
(47,76,35)
#2A431F
(42,67,31)
#253A1B
(37,58,27)
#203117
(32,49,23)
#1B2813
(27,40,19)
#161F0F
(22,31,15)
#11160B
(17,22,11)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #3E672F

#3E672F
(62,103,47)
#4F7441
(79,116,65)
#608153
(96,129,83)
#718E65
(113,142,101)
#829B77
(130,155,119)
#93A889
(147,168,137)
#A4B59B
(164,181,155)
#B5C2AD
(181,194,173)
#C6CFBF
(198,207,191)
#D7DCD1
(215,220,209)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E672F color. Also use rgb(62,103,47) instead hex code.

Text Font Color

.myTextColor { color: #3E672F; }

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

This text font color is #3E672F.


Background Color

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

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

This div background color is #3E672F.


Border color

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

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

This div border color is #3E672F.


Opacity

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

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

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

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

This text has shadow with #3E672F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E672F on black background.


Color preview on white background

This text has color #3E672F on white background.



Black color preview on #3E672F background

This text has black color on #3E672F background.


White color preview on #3E672F background

This text has white color on #3E672F background.