COLOR #3E6135

HEX: #3E6135
RGB: (62,97,53)

Color info

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

RGB color model

#3E6135 color RGB value is (62,97,53).

  • red value is 62;
  • green value is 97;
  • blue value is 53.
RGB:
(62,97,53)
(24%,38%,21%)

RGB channels and saturation

R 62 of 255 = 24%
G 97 of 255 = 38%
B 53 of 255 = 21%

62
97
53

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

Portions of RGB colors in percentages

R + G + B =
62 + 97 + 53 = 212 (100%)
R 62 of 212 ~ 29.25%
G 97 of 212 ~ 45.75%
B 53 of 212 ~ 25%

%29.25
%45.75
%25

CMYK color model

#3E6135 color CMYK value is (36,0,45,62).

  • cyan value is 36.08%
  • magenta value is 0.00%
  • yellow value is 45.36%
  • key color value is 61.96%
CMYK:
(36,0,45,62)
C36M0Y45K62 
(36%,0%,45%,62%)
(0.36/0.00/0.45/0.62)	

CMYK percentages

%36.08
%0
%45.36
%61.96

Codes

Color #3E6135 in popluar color models

3E6135
RGB629753
HSL108°29.33%29.41%
HSB/HSV108°45.36%38.04%
CMYK36.08%0.00%45.36%
61.96%

Color #3E6135 in popluar number systems.

HEX3E6135
Decimal629753
Binary1111101100001110101
Octal7614165

Shades and tints

Shades of #3E6135

#3E6135
(62,97,53)
#395931
(57,89,49)
#34512D
(52,81,45)
#2F4929
(47,73,41)
#2A4125
(42,65,37)
#253921
(37,57,33)
#20311D
(32,49,29)
#1B2919
(27,41,25)
#162115
(22,33,21)
#111911
(17,25,17)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #3E6135

#3E6135
(62,97,53)
#4F6F47
(79,111,71)
#607D59
(96,125,89)
#718B6B
(113,139,107)
#82997D
(130,153,125)
#93A78F
(147,167,143)
#A4B5A1
(164,181,161)
#B5C3B3
(181,195,179)
#C6D1C5
(198,209,197)
#D7DFD7
(215,223,215)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6135 color. Also use rgb(62,97,53) instead hex code.

Text Font Color

.myTextColor { color: #3E6135; }

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

This text font color is #3E6135.


Background Color

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

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

This div background color is #3E6135.


Border color

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

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

This div border color is #3E6135.


Opacity

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

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

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

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

This text has shadow with #3E6135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6135 on black background.


Color preview on white background

This text has color #3E6135 on white background.



Black color preview on #3E6135 background

This text has black color on #3E6135 background.


White color preview on #3E6135 background

This text has white color on #3E6135 background.