COLOR #3E480B

HEX: #3E480B
RGB: (62,72,11)

Color info

#3E480B contains mainly red and green colors. Web safe color of #3E480B is #333300 (or #330).

RGB color model

#3E480B color RGB value is (62,72,11).

  • red value is 62;
  • green value is 72;
  • blue value is 11.
RGB:
(62,72,11)
(24%,28%,4%)

RGB channels and saturation

R 62 of 255 = 24%
G 72 of 255 = 28%
B 11 of 255 = 4%

62
72
11

R + G + B ~ 19%. #3E480B is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 72 + 11 = 145 (100%)
R 62 of 145 ~ 42.76%
G 72 of 145 ~ 49.66%
B 11 of 145 ~ 7.59%

%42.76
%49.66

CMYK color model

#3E480B color CMYK value is (14,0,85,72).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 84.72%
  • key color value is 71.76%
CMYK:
(14,0,85,72)
C14M0Y85K72 
(14%,0%,85%,72%)
(0.14/0.00/0.85/0.72)	

CMYK percentages

%13.89
%0
%84.72
%71.76

Codes

Color #3E480B in popluar color models

3E480B
RGB627211
HSL70°73.49%16.27%
HSB/HSV70°84.72%28.24%
CMYK13.89%0.00%84.72%
71.76%

Color #3E480B in popluar number systems.

HEX3E480B
Decimal627211
Binary11111010010001011
Octal7611013

Shades and tints

Shades of #3E480B

#3E480B
(62,72,11)
#39420A
(57,66,10)
#343C09
(52,60,9)
#2F3608
(47,54,8)
#2A3007
(42,48,7)
#252A06
(37,42,6)
#202405
(32,36,5)
#1B1E04
(27,30,4)
#161803
(22,24,3)
#111202
(17,18,2)
#0C0C01
(12,12,1)
#000000
(0,0,0)

Tints of #3E480B

#3E480B
(62,72,11)
#4F5821
(79,88,33)
#606837
(96,104,55)
#71784D
(113,120,77)
#828863
(130,136,99)
#939879
(147,152,121)
#A4A88F
(164,168,143)
#B5B8A5
(181,184,165)
#C6C8BB
(198,200,187)
#D7D8D1
(215,216,209)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E480B color. Also use rgb(62,72,11) instead hex code.

Text Font Color

.myTextColor { color: #3E480B; }

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

This text font color is #3E480B.


Background Color

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

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

This div background color is #3E480B.


Border color

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

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

This div border color is #3E480B.


Opacity

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

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

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

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

This text has shadow with #3E480B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E480B on black background.


Color preview on white background

This text has color #3E480B on white background.



Black color preview on #3E480B background

This text has black color on #3E480B background.


White color preview on #3E480B background

This text has white color on #3E480B background.