COLOR #3E653A

HEX: #3E653A
RGB: (62,101,58)

Color info

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

RGB color model

#3E653A color RGB value is (62,101,58).

  • red value is 62;
  • green value is 101;
  • blue value is 58.
RGB:
(62,101,58)
(24%,40%,23%)

RGB channels and saturation

R 62 of 255 = 24%
G 101 of 255 = 40%
B 58 of 255 = 23%

62
101
58

R + G + B ~ 29%. #3E653A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 101 + 58 = 221 (100%)
R 62 of 221 ~ 28.05%
G 101 of 221 ~ 45.7%
B 58 of 221 ~ 26.24%

%28.05
%45.7
%26.24

CMYK color model

#3E653A color CMYK value is (39,0,43,60).

  • cyan value is 38.61%
  • magenta value is 0.00%
  • yellow value is 42.57%
  • key color value is 60.39%
CMYK:
(39,0,43,60)
C39M0Y43K60 
(39%,0%,43%,60%)
(0.39/0.00/0.43/0.60)	

CMYK percentages

%38.61
%0
%42.57
%60.39

Codes

Color #3E653A in popluar color models

3E653A
RGB6210158
HSL114°27.04%31.18%
HSB/HSV114°42.57%39.61%
CMYK38.61%0.00%42.57%
60.39%

Color #3E653A in popluar number systems.

HEX3E653A
Decimal6210158
Binary1111101100101111010
Octal7614572

Shades and tints

Shades of #3E653A

#3E653A
(62,101,58)
#395C35
(57,92,53)
#345330
(52,83,48)
#2F4A2B
(47,74,43)
#2A4126
(42,65,38)
#253821
(37,56,33)
#202F1C
(32,47,28)
#1B2617
(27,38,23)
#161D12
(22,29,18)
#11140D
(17,20,13)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #3E653A

#3E653A
(62,101,58)
#4F734B
(79,115,75)
#60815C
(96,129,92)
#718F6D
(113,143,109)
#829D7E
(130,157,126)
#93AB8F
(147,171,143)
#A4B9A0
(164,185,160)
#B5C7B1
(181,199,177)
#C6D5C2
(198,213,194)
#D7E3D3
(215,227,211)
#E8F1E4
(232,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E653A; }

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

This text font color is #3E653A.


Background Color

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

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

This div background color is #3E653A.


Border color

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

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

This div border color is #3E653A.


Opacity

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

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

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

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

This text has shadow with #3E653A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E653A on black background.


Color preview on white background

This text has color #3E653A on white background.



Black color preview on #3E653A background

This text has black color on #3E653A background.


White color preview on #3E653A background

This text has white color on #3E653A background.