COLOR #6E502F

HEX: #6E502F
RGB: (110,80,47)

Color info

#6E502F contains mainly red and green colors. Web safe color of #6E502F is #666633 (or #663).

RGB color model

#6E502F color RGB value is (110,80,47).

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

RGB channels and saturation

R 110 of 255 = 43%
G 80 of 255 = 31%
B 47 of 255 = 18%

110
80
47

R + G + B ~ 31%. #6E502F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 80 + 47 = 237 (100%)
R 110 of 237 ~ 46.41%
G 80 of 237 ~ 33.76%
B 47 of 237 ~ 19.83%

%46.41
%33.76
%19.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 57.27%
  • key color value is 56.86%
CMYK:
(0,27,57,57)
C0M27Y57K57 
(0%,27%,57%,57%)
(0.00/0.27/0.57/0.57)	

CMYK percentages

%0
%27.27
%57.27
%56.86

Codes

Color #6E502F in popluar color models

6E502F
RGB1108047
HSL31°40.13%30.78%
HSB/HSV31°57.27%43.14%
CMYK0.00%27.27%57.27%
56.86%

Color #6E502F in popluar number systems.

HEX6E502F
Decimal1108047
Binary11011101010000101111
Octal15612057

Shades and tints

Shades of #6E502F

#6E502F
(110,80,47)
#64492B
(100,73,43)
#5A4227
(90,66,39)
#503B23
(80,59,35)
#46341F
(70,52,31)
#3C2D1B
(60,45,27)
#322617
(50,38,23)
#281F13
(40,31,19)
#1E180F
(30,24,15)
#14110B
(20,17,11)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #6E502F

#6E502F
(110,80,47)
#7B5F41
(123,95,65)
#886E53
(136,110,83)
#957D65
(149,125,101)
#A28C77
(162,140,119)
#AF9B89
(175,155,137)
#BCAA9B
(188,170,155)
#C9B9AD
(201,185,173)
#D6C8BF
(214,200,191)
#E3D7D1
(227,215,209)
#F0E6E3
(240,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E502F; }

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

This text font color is #6E502F.


Background Color

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

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

This div background color is #6E502F.


Border color

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

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

This div border color is #6E502F.


Opacity

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

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

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

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

This text has shadow with #6E502F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E502F on black background.


Color preview on white background

This text has color #6E502F on white background.



Black color preview on #6E502F background

This text has black color on #6E502F background.


White color preview on #6E502F background

This text has white color on #6E502F background.