COLOR #3E5734

HEX: #3E5734
RGB: (62,87,52)

Color info

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

RGB color model

#3E5734 color RGB value is (62,87,52).

  • red value is 62;
  • green value is 87;
  • blue value is 52.
RGB:
(62,87,52)
(24%,34%,20%)

RGB channels and saturation

R 62 of 255 = 24%
G 87 of 255 = 34%
B 52 of 255 = 20%

62
87
52

R + G + B ~ 26%. #3E5734 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 87 + 52 = 201 (100%)
R 62 of 201 ~ 30.85%
G 87 of 201 ~ 43.28%
B 52 of 201 ~ 25.87%

%30.85
%43.28
%25.87

CMYK color model

#3E5734 color CMYK value is (29,0,40,66).

  • cyan value is 28.74%
  • magenta value is 0.00%
  • yellow value is 40.23%
  • key color value is 65.88%
CMYK:
(29,0,40,66)
C29M0Y40K66 
(29%,0%,40%,66%)
(0.29/0.00/0.40/0.66)	

CMYK percentages

%28.74
%0
%40.23
%65.88

Codes

Color #3E5734 in popluar color models

3E5734
RGB628752
HSL103°25.18%27.25%
HSB/HSV103°40.23%34.12%
CMYK28.74%0.00%40.23%
65.88%

Color #3E5734 in popluar number systems.

HEX3E5734
Decimal628752
Binary1111101010111110100
Octal7612764

Shades and tints

Shades of #3E5734

#3E5734
(62,87,52)
#395030
(57,80,48)
#34492C
(52,73,44)
#2F4228
(47,66,40)
#2A3B24
(42,59,36)
#253420
(37,52,32)
#202D1C
(32,45,28)
#1B2618
(27,38,24)
#161F14
(22,31,20)
#111810
(17,24,16)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #3E5734

#3E5734
(62,87,52)
#4F6646
(79,102,70)
#607558
(96,117,88)
#71846A
(113,132,106)
#82937C
(130,147,124)
#93A28E
(147,162,142)
#A4B1A0
(164,177,160)
#B5C0B2
(181,192,178)
#C6CFC4
(198,207,196)
#D7DED6
(215,222,214)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5734 color. Also use rgb(62,87,52) instead hex code.

Text Font Color

.myTextColor { color: #3E5734; }

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

This text font color is #3E5734.


Background Color

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

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

This div background color is #3E5734.


Border color

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

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

This div border color is #3E5734.


Opacity

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

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

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

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

This text has shadow with #3E5734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5734 on black background.


Color preview on white background

This text has color #3E5734 on white background.



Black color preview on #3E5734 background

This text has black color on #3E5734 background.


White color preview on #3E5734 background

This text has white color on #3E5734 background.