COLOR #3E6F30

HEX: #3E6F30
RGB: (62,111,48)

Color info

#3E6F30 contains mainly red and green colors. Web safe color of #3E6F30 is #336633 (or #363).

RGB color model

#3E6F30 color RGB value is (62,111,48).

  • red value is 62;
  • green value is 111;
  • blue value is 48.
RGB:
(62,111,48)
(24%,44%,19%)

RGB channels and saturation

R 62 of 255 = 24%
G 111 of 255 = 44%
B 48 of 255 = 19%

62
111
48

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

Portions of RGB colors in percentages

R + G + B =
62 + 111 + 48 = 221 (100%)
R 62 of 221 ~ 28.05%
G 111 of 221 ~ 50.23%
B 48 of 221 ~ 21.72%

%28.05
%50.23
%21.72

CMYK color model

#3E6F30 color CMYK value is (44,0,57,56).

  • cyan value is 44.14%
  • magenta value is 0.00%
  • yellow value is 56.76%
  • key color value is 56.47%
CMYK:
(44,0,57,56)
C44M0Y57K56 
(44%,0%,57%,56%)
(0.44/0.00/0.57/0.56)	

CMYK percentages

%44.14
%0
%56.76
%56.47

Codes

Color #3E6F30 in popluar color models

3E6F30
RGB6211148
HSL107°39.62%31.18%
HSB/HSV107°56.76%43.53%
CMYK44.14%0.00%56.76%
56.47%

Color #3E6F30 in popluar number systems.

HEX3E6F30
Decimal6211148
Binary1111101101111110000
Octal7615760

Shades and tints

Shades of #3E6F30

#3E6F30
(62,111,48)
#39652C
(57,101,44)
#345B28
(52,91,40)
#2F5124
(47,81,36)
#2A4720
(42,71,32)
#253D1C
(37,61,28)
#203318
(32,51,24)
#1B2914
(27,41,20)
#161F10
(22,31,16)
#11150C
(17,21,12)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #3E6F30

#3E6F30
(62,111,48)
#4F7C42
(79,124,66)
#608954
(96,137,84)
#719666
(113,150,102)
#82A378
(130,163,120)
#93B08A
(147,176,138)
#A4BD9C
(164,189,156)
#B5CAAE
(181,202,174)
#C6D7C0
(198,215,192)
#D7E4D2
(215,228,210)
#E8F1E4
(232,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6F30 color. Also use rgb(62,111,48) instead hex code.

Text Font Color

.myTextColor { color: #3E6F30; }

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

This text font color is #3E6F30.


Background Color

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

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

This div background color is #3E6F30.


Border color

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

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

This div border color is #3E6F30.


Opacity

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

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

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

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

This text has shadow with #3E6F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6F30 on black background.


Color preview on white background

This text has color #3E6F30 on white background.



Black color preview on #3E6F30 background

This text has black color on #3E6F30 background.


White color preview on #3E6F30 background

This text has white color on #3E6F30 background.