COLOR #4E2635

HEX: #4E2635 RGB: (78,38,53)

Color info

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

RGB color model

#4E2635 color RGB value is (78,38,53).

RGB: (78,38,53) (31%, 15%, 21%)

RGB channels and saturation

R 78 of 255 = 31%
G 38 of 255 = 15%
B 53 of 255 = 21%

78
38
53

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

Portions of RGB colors in percentages

R + G + B = 78 + 38 + 53 = 169 (100%)
R 78 of 169 ~ 46.15%
G 38 of 169 ~ 22.49%
B 53 of 169 ~ 31.36'%

%46.15
%22.49
%31.36

CMYK color model

#4E2635 color CMYK value is (0,51,32,69).

  • cyan value is 0.00%
  • magenta value is 51.28%
  • yellow value is 32.05%
  • key color value is 69.41%
CMYK: (0,51,32,69) C0M51Y32K69 (0%,51%,32%,69%) (0.00/0.51/0.32/0.69) 

CMYK percentages

%0
%51.28
%32.05
%69.41

Codes

Color #4E2635 in popluar color models

4E 26 35
RGB 78 38 53
HSL 338° 34.48% 22.75%
HSB/HSV 338° 51.28% 30.59%
CMYK 0.00% 51.28% 32.05%
69.41%

Color #4E2635 in popluar number systems.

HEX 4E 26 35
Decimal 78 38 53
Binary 1001110 100110 110101
Octal 116 46 65

Shades and tints

Shades of #4E2635

#4E2635
(78,38,53)
#472331
(71,35,49)
#40202D
(64,32,45)
#391D29
(57,29,41)
#321A25
(50,26,37)
#2B1721
(43,23,33)
#24141D
(36,20,29)
#1D1119
(29,17,25)
#160E15
(22,14,21)
#0F0B11
(15,11,17)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #4E2635

#4E2635
(78,38,53)
#5E3947
(94,57,71)
#6E4C59
(110,76,89)
#7E5F6B
(126,95,107)
#8E727D
(142,114,125)
#9E858F
(158,133,143)
#AE98A1
(174,152,161)
#BEABB3
(190,171,179)
#CEBEC5
(206,190,197)
#DED1D7
(222,209,215)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2635 color. Also use rgb(78,38,53) instead hex code.

Text Font Color

.myTextColor { color: #4E2635; }

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

This text font color is #4E2635.

Background Color

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

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

This div background color is #4E2635.

Border color

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

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

This div border color is #4E2635.

Opacity

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

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

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

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

This text has shadow with #4E2635 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E2635.

Preview

Color preview on black background

This text has color #4E2635 on black background.


Color preview on white background

This text has color #4E2635 on white background.


Black color preview on #4E2635 background

This text has black color on #4E2635 background.


White color preview on #4E2635 background

This text has white color on #4E2635 background.


Related colors

Complementary color

Complementary color for #hex is #B1D9CA.


I love getcolorcode.com

Triadic colors

1 #354E26 and #26354E with #4E2635 are triadic colors.

2 #35264E and #264E35 with #4E2635 are triadic colors.