COLOR #6E5453

HEX: #6E5453
RGB: (110,84,83)

Color info

#6E5453 contains red, green and blue colors in about the same proportion. Web safe color of #6E5453 is #666666 (or #666).

RGB color model

#6E5453 color RGB value is (110,84,83).

  • red value is 110;
  • green value is 84;
  • blue value is 83.
RGB:
(110,84,83)
(43%,33%,33%)

RGB channels and saturation

R 110 of 255 = 43%
G 84 of 255 = 33%
B 83 of 255 = 33%

110
84
83

R + G + B ~ 36%. #6E5453 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 84 + 83 = 277 (100%)
R 110 of 277 ~ 39.71%
G 84 of 277 ~ 30.32%
B 83 of 277 ~ 29.96%

%39.71
%30.32
%29.96

CMYK color model

#6E5453 color CMYK value is (0,24,25,57).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 24.55%
  • key color value is 56.86%
CMYK:
(0,24,25,57)
C0M24Y25K57 
(0%,24%,25%,57%)
(0.00/0.24/0.25/0.57)	

CMYK percentages

%0
%23.64
%24.55
%56.86

Codes

Color #6E5453 in popluar color models

6E5453
RGB1108483
HSL13.99%37.84%
HSB/HSV24.55%43.14%
CMYK0.00%23.64%24.55%
56.86%

Color #6E5453 in popluar number systems.

HEX6E5453
Decimal1108483
Binary110111010101001010011
Octal156124123

Shades and tints

Shades of #6E5453

#6E5453
(110,84,83)
#644D4C
(100,77,76)
#5A4645
(90,70,69)
#503F3E
(80,63,62)
#463837
(70,56,55)
#3C3130
(60,49,48)
#322A29
(50,42,41)
#282322
(40,35,34)
#1E1C1B
(30,28,27)
#141514
(20,21,20)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #6E5453

#6E5453
(110,84,83)
#7B6362
(123,99,98)
#887271
(136,114,113)
#958180
(149,129,128)
#A2908F
(162,144,143)
#AF9F9E
(175,159,158)
#BCAEAD
(188,174,173)
#C9BDBC
(201,189,188)
#D6CCCB
(214,204,203)
#E3DBDA
(227,219,218)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5453 color. Also use rgb(110,84,83) instead hex code.

Text Font Color

.myTextColor { color: #6E5453; }

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

This text font color is #6E5453.


Background Color

.myBgColor { background-color: #6E5453; }

<div style="background-color:#6E5453">Inner text</div>

This div background color is #6E5453.


Border color

.myBorderColor { border: 1px solid #6E5453; }

<div style="border:3px solid #6E5453">Div</div>

This div border color is #6E5453.


Opacity

.myOpacity80 { color: #6E5453; opacity: 0.8; }

<p style="color:#6E5453;opacity:0.8;">80%</p>

Text with #6E5453 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 #6E5453;}

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

This text has shadow with #6E5453 color.

.textShadow {text-shadow: 3px 3px 1px #6E5453, 3px 3px 1px red;}

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

This text has shadow with #6E5453 primary color and red secondary color.


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

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

This text has shadow with #6E5453 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5453 on black background.


Color preview on white background

This text has color #6E5453 on white background.



Black color preview on #6E5453 background

This text has black color on #6E5453 background.


White color preview on #6E5453 background

This text has white color on #6E5453 background.