COLOR #6E484D

HEX: #6E484D RGB: (110,72,77)

Color info

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

RGB color model

#6E484D color RGB value is (110,72,77).

RGB: (110,72,77) (43%, 28%, 30%)

RGB channels and saturation

R 110 of 255 = 43%
G 72 of 255 = 28%
B 77 of 255 = 30%

110
72
77

R + G + B ~ 34%. #6E484D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 72 + 77 = 259 (100%)
R 110 of 259 ~ 42.47%
G 72 of 259 ~ 27.8%
B 77 of 259 ~ 29.73'%

%42.47
%27.8
%29.73

CMYK color model

#6E484D color CMYK value is (0,35,30,57).

  • cyan value is 0.00%
  • magenta value is 34.55%
  • yellow value is 30.00%
  • key color value is 56.86%

CMYK: (0,35,30,57)
C0M35Y30K57 (0%, 35%, 30%, 57%)
(0.00 / 0.35 / 0.30 / 0.57)

CMYK percentages

%0
%34.55
%30
%56.86

Codes

Color #6E484D in popluar color models

6E 48 4D
RGB 110 72 77
HSL 352° 20.88% 35.69%
HSB/HSV 352° 34.55% 43.14%
CMYK 0.00% 34.55% 30.00%
56.86%

Color #6E484D in popluar number systems.

HEX 6E 48 4D
Decimal 110 72 77
Binary 1101110 1001000 1001101
Octal 156 110 115

Shades and tints

Shades of #6E484D

#6E484D
(110,72,77)
#644246
(100,66,70)
#5A3C3F
(90,60,63)
#503638
(80,54,56)
#463031
(70,48,49)
#3C2A2A
(60,42,42)
#322423
(50,36,35)
#281E1C
(40,30,28)
#1E1815
(30,24,21)
#14120E
(20,18,14)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #6E484D

#6E484D
(110,72,77)
#7B585D
(123,88,93)
#88686D
(136,104,109)
#95787D
(149,120,125)
#A2888D
(162,136,141)
#AF989D
(175,152,157)
#BCA8AD
(188,168,173)
#C9B8BD
(201,184,189)
#D6C8CD
(214,200,205)
#E3D8DD
(227,216,221)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E484D color. Also use rgb(110,72,77) instead hex code.

Text Font Color

.myTextColor { color: #6E484D; }

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

This text font color is #6E484D.

Background Color

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

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

This div background color is #6E484D.

Border color

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

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

This div border color is #6E484D.

Opacity

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

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

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

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

This text has shadow with #6E484D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E484D.

Preview

Color preview on black background

This text has color #6E484D on black background.


Color preview on white background

This text has color #6E484D on white background.


Black color preview on #6E484D background

This text has black color on #6E484D background.


White color preview on #6E484D background

This text has white color on #6E484D background.


Related colors

Complementary color

Complementary color for #hex is #91B7B2.


I love getcolorcode.com

Triadic colors

1 #4D6E48 and #484D6E with #6E484D are triadic colors.

2 #4D486E and #486E4D with #6E484D are triadic colors.