COLOR #6E503E

HEX: #6E503E
RGB: (110,80,62)

Color info

#6E503E contains red, green and blue colors in about the same proportion. Web safe color of #6E503E is #666633 (or #663).

RGB color model

#6E503E color RGB value is (110,80,62).

  • red value is 110;
  • green value is 80;
  • blue value is 62.
RGB:
(110,80,62)
(43%,31%,24%)

RGB channels and saturation

R 110 of 255 = 43%
G 80 of 255 = 31%
B 62 of 255 = 24%

110
80
62

R + G + B ~ 33%. #6E503E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 80 + 62 = 252 (100%)
R 110 of 252 ~ 43.65%
G 80 of 252 ~ 31.75%
B 62 of 252 ~ 24.6%

%43.65
%31.75
%24.6

CMYK color model

#6E503E color CMYK value is (0,27,44,57).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 43.64%
  • key color value is 56.86%
CMYK:
(0,27,44,57)
C0M27Y44K57 
(0%,27%,44%,57%)
(0.00/0.27/0.44/0.57)	

CMYK percentages

%0
%27.27
%43.64
%56.86

Codes

Color #6E503E in popluar color models

6E503E
RGB1108062
HSL23°27.91%33.73%
HSB/HSV23°43.64%43.14%
CMYK0.00%27.27%43.64%
56.86%

Color #6E503E in popluar number systems.

HEX6E503E
Decimal1108062
Binary11011101010000111110
Octal15612076

Shades and tints

Shades of #6E503E

#6E503E
(110,80,62)
#644939
(100,73,57)
#5A4234
(90,66,52)
#503B2F
(80,59,47)
#46342A
(70,52,42)
#3C2D25
(60,45,37)
#322620
(50,38,32)
#281F1B
(40,31,27)
#1E1816
(30,24,22)
#141111
(20,17,17)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #6E503E

#6E503E
(110,80,62)
#7B5F4F
(123,95,79)
#886E60
(136,110,96)
#957D71
(149,125,113)
#A28C82
(162,140,130)
#AF9B93
(175,155,147)
#BCAAA4
(188,170,164)
#C9B9B5
(201,185,181)
#D6C8C6
(214,200,198)
#E3D7D7
(227,215,215)
#F0E6E8
(240,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E503E color. Also use rgb(110,80,62) instead hex code.

Text Font Color

.myTextColor { color: #6E503E; }

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

This text font color is #6E503E.


Background Color

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

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

This div background color is #6E503E.


Border color

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

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

This div border color is #6E503E.


Opacity

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

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

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

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

This text has shadow with #6E503E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E503E on black background.


Color preview on white background

This text has color #6E503E on white background.



Black color preview on #6E503E background

This text has black color on #6E503E background.


White color preview on #6E503E background

This text has white color on #6E503E background.