COLOR #4E250B

HEX: #4E250B RGB: (78,37,11)

Color info

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

RGB color model

#4E250B color RGB value is (78,37,11).

RGB: (78,37,11) (31%, 15%, 4%)

RGB channels and saturation

R 78 of 255 = 31%
G 37 of 255 = 15%
B 11 of 255 = 4%

78
37
11

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

Portions of RGB colors in percentages

R + G + B = 78 + 37 + 11 = 126 (100%)
R 78 of 126 ~ 61.9%
G 37 of 126 ~ 29.37%
B 11 of 126 ~ 8.73'%

%61.9
%29.37

CMYK color model

#4E250B color CMYK value is (0,53,86,69).

  • cyan value is 0.00%
  • magenta value is 52.56%
  • yellow value is 85.90%
  • key color value is 69.41%
CMYK: (0,53,86,69) C0M53Y86K69 (0%,53%,86%,69%) (0.00/0.53/0.86/0.69) 

CMYK percentages

%0
%52.56
%85.9
%69.41

Codes

Color #4E250B in popluar color models

4E 25 0B
RGB 78 37 11
HSL 23° 75.28% 17.45%
HSB/HSV 23° 85.90% 30.59%
CMYK 0.00% 52.56% 85.90%
69.41%

Color #4E250B in popluar number systems.

HEX 4E 25 0B
Decimal 78 37 11
Binary 1001110 100101 1011
Octal 116 45 13

Shades and tints

Shades of #4E250B

#4E250B
(78,37,11)
#47220A
(71,34,10)
#401F09
(64,31,9)
#391C08
(57,28,8)
#321907
(50,25,7)
#2B1606
(43,22,6)
#241305
(36,19,5)
#1D1004
(29,16,4)
#160D03
(22,13,3)
#0F0A02
(15,10,2)
#080701
(8,7,1)
#000000
(0,0,0)

Tints of #4E250B

#4E250B
(78,37,11)
#5E3821
(94,56,33)
#6E4B37
(110,75,55)
#7E5E4D
(126,94,77)
#8E7163
(142,113,99)
#9E8479
(158,132,121)
#AE978F
(174,151,143)
#BEAAA5
(190,170,165)
#CEBDBB
(206,189,187)
#DED0D1
(222,208,209)
#EEE3E7
(238,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E250B; }

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

This text font color is #4E250B.

Background Color

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

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

This div background color is #4E250B.

Border color

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

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

This div border color is #4E250B.

Opacity

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

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

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

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

This text has shadow with #4E250B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E250B.

Preview

Color preview on black background

This text has color #4E250B on black background.


Color preview on white background

This text has color #4E250B on white background.


Black color preview on #4E250B background

This text has black color on #4E250B background.


White color preview on #4E250B background

This text has white color on #4E250B background.


Related colors

Complementary color

Complementary color for #hex is #B1DAF4.


I love getcolorcode.com

Triadic colors

1 #0B4E25 and #250B4E with #4E250B are triadic colors.

2 #0B254E and #254E0B with #4E250B are triadic colors.