COLOR #3E630F

HEX: #3E630F
RGB: (62,99,15)

Color info

#3E630F contains mainly red and green colors. Web safe color of #3E630F is #336600 (or #360).

RGB color model

#3E630F color RGB value is (62,99,15).

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

RGB channels and saturation

R 62 of 255 = 24%
G 99 of 255 = 39%
B 15 of 255 = 6%

62
99
15

R + G + B ~ 23%. #3E630F is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 99 + 15 = 176 (100%)
R 62 of 176 ~ 35.23%
G 99 of 176 ~ 56.25%
B 15 of 176 ~ 8.52%

%35.23
%56.25

CMYK color model

#3E630F color CMYK value is (37,0,85,61).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 84.85%
  • key color value is 61.18%
CMYK:
(37,0,85,61)
C37M0Y85K61 
(37%,0%,85%,61%)
(0.37/0.00/0.85/0.61)	

CMYK percentages

%37.37
%0
%84.85
%61.18

Codes

Color #3E630F in popluar color models

3E630F
RGB629915
HSL86°73.68%22.35%
HSB/HSV86°84.85%38.82%
CMYK37.37%0.00%84.85%
61.18%

Color #3E630F in popluar number systems.

HEX3E630F
Decimal629915
Binary11111011000111111
Octal7614317

Shades and tints

Shades of #3E630F

#3E630F
(62,99,15)
#395A0E
(57,90,14)
#34510D
(52,81,13)
#2F480C
(47,72,12)
#2A3F0B
(42,63,11)
#25360A
(37,54,10)
#202D09
(32,45,9)
#1B2408
(27,36,8)
#161B07
(22,27,7)
#111206
(17,18,6)
#0C0905
(12,9,5)
#000000
(0,0,0)

Tints of #3E630F

#3E630F
(62,99,15)
#4F7124
(79,113,36)
#607F39
(96,127,57)
#718D4E
(113,141,78)
#829B63
(130,155,99)
#93A978
(147,169,120)
#A4B78D
(164,183,141)
#B5C5A2
(181,197,162)
#C6D3B7
(198,211,183)
#D7E1CC
(215,225,204)
#E8EFE1
(232,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E630F; }

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

This text font color is #3E630F.


Background Color

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

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

This div background color is #3E630F.


Border color

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

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

This div border color is #3E630F.


Opacity

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

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

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

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

This text has shadow with #3E630F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E630F on black background.


Color preview on white background

This text has color #3E630F on white background.



Black color preview on #3E630F background

This text has black color on #3E630F background.


White color preview on #3E630F background

This text has white color on #3E630F background.