COLOR #4E280A

HEX: #4E280A
RGB: (78,40,10)

Color info

#4E280A contains mainly red and green colors. Web safe color of #4E280A is #663300 (or #630).

RGB color model

#4E280A color RGB value is (78,40,10).

  • red value is 78;
  • green value is 40;
  • blue value is 10.
RGB:
(78,40,10)
(31%,16%,4%)

RGB channels and saturation

R 78 of 255 = 31%
G 40 of 255 = 16%
B 10 of 255 = 4%

78
40
10

R + G + B ~ 17%. #4E280A is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 40 + 10 = 128 (100%)
R 78 of 128 ~ 60.94%
G 40 of 128 ~ 31.25%
B 10 of 128 ~ 7.81%

%60.94
%31.25

CMYK color model

#4E280A color CMYK value is (0,49,87,69).

  • cyan value is 0.00%
  • magenta value is 48.72%
  • yellow value is 87.18%
  • key color value is 69.41%
CMYK:
(0,49,87,69)
C0M49Y87K69 
(0%,49%,87%,69%)
(0.00/0.49/0.87/0.69)	

CMYK percentages

%0
%48.72
%87.18
%69.41

Codes

Color #4E280A in popluar color models

4E280A
RGB784010
HSL26°77.27%17.25%
HSB/HSV26°87.18%30.59%
CMYK0.00%48.72%87.18%
69.41%

Color #4E280A in popluar number systems.

HEX4E280A
Decimal784010
Binary10011101010001010
Octal1165012

Shades and tints

Shades of #4E280A

#4E280A
(78,40,10)
#47250A
(71,37,10)
#40220A
(64,34,10)
#391F0A
(57,31,10)
#321C0A
(50,28,10)
#2B190A
(43,25,10)
#24160A
(36,22,10)
#1D130A
(29,19,10)
#16100A
(22,16,10)
#0F0D0A
(15,13,10)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #4E280A

#4E280A
(78,40,10)
#5E3B20
(94,59,32)
#6E4E36
(110,78,54)
#7E614C
(126,97,76)
#8E7462
(142,116,98)
#9E8778
(158,135,120)
#AE9A8E
(174,154,142)
#BEADA4
(190,173,164)
#CEC0BA
(206,192,186)
#DED3D0
(222,211,208)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E280A color. Also use rgb(78,40,10) instead hex code.

Text Font Color

.myTextColor { color: #4E280A; }

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

This text font color is #4E280A.


Background Color

.myBgColor { background-color: #4E280A; }

<div style="background-color:#4E280A">Inner text</div>

This div background color is #4E280A.


Border color

.myBorderColor { border: 1px solid #4E280A; }

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

This div border color is #4E280A.


Opacity

.myOpacity80 { color: #4E280A; opacity: 0.8; }

<p style="color:#4E280A;opacity:0.8;">80%</p>

Text with #4E280A 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 #4E280A;}

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

This text has shadow with #4E280A color.

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

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

This text has shadow with #4E280A primary color and red secondary color.


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

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

This text has shadow with #4E280A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E280A on black background.


Color preview on white background

This text has color #4E280A on white background.



Black color preview on #4E280A background

This text has black color on #4E280A background.


White color preview on #4E280A background

This text has white color on #4E280A background.