COLOR #6E503F

HEX: #6E503F
RGB: (110,80,63)

Color info

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

RGB color model

#6E503F color RGB value is (110,80,63).

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

RGB channels and saturation

R 110 of 255 = 43%
G 80 of 255 = 31%
B 63 of 255 = 25%

110
80
63

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

Portions of RGB colors in percentages

R + G + B =
110 + 80 + 63 = 253 (100%)
R 110 of 253 ~ 43.48%
G 80 of 253 ~ 31.62%
B 63 of 253 ~ 24.9%

%43.48
%31.62
%24.9

CMYK color model

#6E503F color CMYK value is (0,27,43,57).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 42.73%
  • key color value is 56.86%
CMYK:
(0,27,43,57)
C0M27Y43K57 
(0%,27%,43%,57%)
(0.00/0.27/0.43/0.57)	

CMYK percentages

%0
%27.27
%42.73
%56.86

Codes

Color #6E503F in popluar color models

6E503F
RGB1108063
HSL22°27.17%33.92%
HSB/HSV22°42.73%43.14%
CMYK0.00%27.27%42.73%
56.86%

Color #6E503F in popluar number systems.

HEX6E503F
Decimal1108063
Binary11011101010000111111
Octal15612077

Shades and tints

Shades of #6E503F

#6E503F
(110,80,63)
#64493A
(100,73,58)
#5A4235
(90,66,53)
#503B30
(80,59,48)
#46342B
(70,52,43)
#3C2D26
(60,45,38)
#322621
(50,38,33)
#281F1C
(40,31,28)
#1E1817
(30,24,23)
#141112
(20,17,18)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #6E503F

#6E503F
(110,80,63)
#7B5F50
(123,95,80)
#886E61
(136,110,97)
#957D72
(149,125,114)
#A28C83
(162,140,131)
#AF9B94
(175,155,148)
#BCAAA5
(188,170,165)
#C9B9B6
(201,185,182)
#D6C8C7
(214,200,199)
#E3D7D8
(227,215,216)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E503F; }

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

This text font color is #6E503F.


Background Color

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

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

This div background color is #6E503F.


Border color

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

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

This div border color is #6E503F.


Opacity

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

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

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

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

This text has shadow with #6E503F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E503F on black background.


Color preview on white background

This text has color #6E503F on white background.



Black color preview on #6E503F background

This text has black color on #6E503F background.


White color preview on #6E503F background

This text has white color on #6E503F background.