COLOR #5E272A

HEX: #5E272A
RGB: (94,39,42)

Color info

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

RGB color model

#5E272A color RGB value is (94,39,42).

  • red value is 94;
  • green value is 39;
  • blue value is 42.
RGB:
(94,39,42)
(37%,15%,16%)

RGB channels and saturation

R 94 of 255 = 37%
G 39 of 255 = 15%
B 42 of 255 = 16%

94
39
42

R + G + B ~ 23%. #5E272A is dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 39 + 42 = 175 (100%)
R 94 of 175 ~ 53.71%
G 39 of 175 ~ 22.29%
B 42 of 175 ~ 24%

%53.71
%22.29
%24

CMYK color model

#5E272A color CMYK value is (0,59,55,63).

  • cyan value is 0.00%
  • magenta value is 58.51%
  • yellow value is 55.32%
  • key color value is 63.14%
CMYK:
(0,59,55,63)
C0M59Y55K63 
(0%,59%,55%,63%)
(0.00/0.59/0.55/0.63)	

CMYK percentages

%0
%58.51
%55.32
%63.14

Codes

Color #5E272A in popluar color models

5E272A
RGB943942
HSL357°41.35%26.08%
HSB/HSV357°58.51%36.86%
CMYK0.00%58.51%55.32%
63.14%

Color #5E272A in popluar number systems.

HEX5E272A
Decimal943942
Binary1011110100111101010
Octal1364752

Shades and tints

Shades of #5E272A

#5E272A
(94,39,42)
#562427
(86,36,39)
#4E2124
(78,33,36)
#461E21
(70,30,33)
#3E1B1E
(62,27,30)
#36181B
(54,24,27)
#2E1518
(46,21,24)
#261215
(38,18,21)
#1E0F12
(30,15,18)
#160C0F
(22,12,15)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #5E272A

#5E272A
(94,39,42)
#6C3A3D
(108,58,61)
#7A4D50
(122,77,80)
#886063
(136,96,99)
#967376
(150,115,118)
#A48689
(164,134,137)
#B2999C
(178,153,156)
#C0ACAF
(192,172,175)
#CEBFC2
(206,191,194)
#DCD2D5
(220,210,213)
#EAE5E8
(234,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E272A color. Also use rgb(94,39,42) instead hex code.

Text Font Color

.myTextColor { color: #5E272A; }

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

This text font color is #5E272A.


Background Color

.myBgColor { background-color: #5E272A; }

<div style="background-color:#5E272A">Inner text</div>

This div background color is #5E272A.


Border color

.myBorderColor { border: 1px solid #5E272A; }

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

This div border color is #5E272A.


Opacity

.myOpacity80 { color: #5E272A; opacity: 0.8; }

<p style="color:#5E272A;opacity:0.8;">80%</p>

Text with #5E272A 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 #5E272A;}

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

This text has shadow with #5E272A color.

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

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

This text has shadow with #5E272A primary color and red secondary color.


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

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

This text has shadow with #5E272A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E272A on black background.


Color preview on white background

This text has color #5E272A on white background.



Black color preview on #5E272A background

This text has black color on #5E272A background.


White color preview on #5E272A background

This text has white color on #5E272A background.