COLOR #3E6345

HEX: #3E6345
RGB: (62,99,69)

Color info

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

RGB color model

#3E6345 color RGB value is (62,99,69).

  • red value is 62;
  • green value is 99;
  • blue value is 69.
RGB:
(62,99,69)
(24%,39%,27%)

RGB channels and saturation

R 62 of 255 = 24%
G 99 of 255 = 39%
B 69 of 255 = 27%

62
99
69

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

Portions of RGB colors in percentages

R + G + B =
62 + 99 + 69 = 230 (100%)
R 62 of 230 ~ 26.96%
G 99 of 230 ~ 43.04%
B 69 of 230 ~ 30%

%26.96
%43.04
%30

CMYK color model

#3E6345 color CMYK value is (37,0,30,61).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 61.18%
CMYK:
(37,0,30,61)
C37M0Y30K61 
(37%,0%,30%,61%)
(0.37/0.00/0.30/0.61)	

CMYK percentages

%37.37
%0
%30.3
%61.18

Codes

Color #3E6345 in popluar color models

3E6345
RGB629969
HSL131°22.98%31.57%
HSB/HSV131°37.37%38.82%
CMYK37.37%0.00%30.30%
61.18%

Color #3E6345 in popluar number systems.

HEX3E6345
Decimal629969
Binary11111011000111000101
Octal76143105

Shades and tints

Shades of #3E6345

#3E6345
(62,99,69)
#395A3F
(57,90,63)
#345139
(52,81,57)
#2F4833
(47,72,51)
#2A3F2D
(42,63,45)
#253627
(37,54,39)
#202D21
(32,45,33)
#1B241B
(27,36,27)
#161B15
(22,27,21)
#11120F
(17,18,15)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #3E6345

#3E6345
(62,99,69)
#4F7155
(79,113,85)
#607F65
(96,127,101)
#718D75
(113,141,117)
#829B85
(130,155,133)
#93A995
(147,169,149)
#A4B7A5
(164,183,165)
#B5C5B5
(181,197,181)
#C6D3C5
(198,211,197)
#D7E1D5
(215,225,213)
#E8EFE5
(232,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6345 color. Also use rgb(62,99,69) instead hex code.

Text Font Color

.myTextColor { color: #3E6345; }

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

This text font color is #3E6345.


Background Color

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

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

This div background color is #3E6345.


Border color

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

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

This div border color is #3E6345.


Opacity

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

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

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

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

This text has shadow with #3E6345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6345 on black background.


Color preview on white background

This text has color #3E6345 on white background.



Black color preview on #3E6345 background

This text has black color on #3E6345 background.


White color preview on #3E6345 background

This text has white color on #3E6345 background.