COLOR #4E3025

HEX: #4E3025
RGB: (78,48,37)

Color info

#4E3025 contains red, green and blue colors in about the same proportion. Web safe color of #4E3025 is #663333 (or #633).

RGB color model

#4E3025 color RGB value is (78,48,37).

  • red value is 78;
  • green value is 48;
  • blue value is 37.
RGB:
(78,48,37)
(31%,19%,15%)

RGB channels and saturation

R 78 of 255 = 31%
G 48 of 255 = 19%
B 37 of 255 = 15%

78
48
37

R + G + B ~ 22%. #4E3025 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 48 + 37 = 163 (100%)
R 78 of 163 ~ 47.85%
G 48 of 163 ~ 29.45%
B 37 of 163 ~ 22.7%

%47.85
%29.45
%22.7

CMYK color model

#4E3025 color CMYK value is (0,38,53,69).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 52.56%
  • key color value is 69.41%
CMYK:
(0,38,53,69)
C0M38Y53K69 
(0%,38%,53%,69%)
(0.00/0.38/0.53/0.69)	

CMYK percentages

%0
%38.46
%52.56
%69.41

Codes

Color #4E3025 in popluar color models

4E3025
RGB784837
HSL16°35.65%22.55%
HSB/HSV16°52.56%30.59%
CMYK0.00%38.46%52.56%
69.41%

Color #4E3025 in popluar number systems.

HEX4E3025
Decimal784837
Binary1001110110000100101
Octal1166045

Shades and tints

Shades of #4E3025

#4E3025
(78,48,37)
#472C22
(71,44,34)
#40281F
(64,40,31)
#39241C
(57,36,28)
#322019
(50,32,25)
#2B1C16
(43,28,22)
#241813
(36,24,19)
#1D1410
(29,20,16)
#16100D
(22,16,13)
#0F0C0A
(15,12,10)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #4E3025

#4E3025
(78,48,37)
#5E4238
(94,66,56)
#6E544B
(110,84,75)
#7E665E
(126,102,94)
#8E7871
(142,120,113)
#9E8A84
(158,138,132)
#AE9C97
(174,156,151)
#BEAEAA
(190,174,170)
#CEC0BD
(206,192,189)
#DED2D0
(222,210,208)
#EEE4E3
(238,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3025 color. Also use rgb(78,48,37) instead hex code.

Text Font Color

.myTextColor { color: #4E3025; }

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

This text font color is #4E3025.


Background Color

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

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

This div background color is #4E3025.


Border color

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

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

This div border color is #4E3025.


Opacity

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

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

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

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

This text has shadow with #4E3025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3025 on black background.


Color preview on white background

This text has color #4E3025 on white background.



Black color preview on #4E3025 background

This text has black color on #4E3025 background.


White color preview on #4E3025 background

This text has white color on #4E3025 background.