COLOR #6E472D

HEX: #6E472D
RGB: (110,71,45)

Color info

#6E472D contains mainly red and green colors. Web safe color of #6E472D is #663333 (or #633).

RGB color model

#6E472D color RGB value is (110,71,45).

  • red value is 110;
  • green value is 71;
  • blue value is 45.
RGB:
(110,71,45)
(43%,28%,18%)

RGB channels and saturation

R 110 of 255 = 43%
G 71 of 255 = 28%
B 45 of 255 = 18%

110
71
45

R + G + B ~ 30%. #6E472D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 71 + 45 = 226 (100%)
R 110 of 226 ~ 48.67%
G 71 of 226 ~ 31.42%
B 45 of 226 ~ 19.91%

%48.67
%31.42
%19.91

CMYK color model

#6E472D color CMYK value is (0,35,59,57).

  • cyan value is 0.00%
  • magenta value is 35.45%
  • yellow value is 59.09%
  • key color value is 56.86%
CMYK:
(0,35,59,57)
C0M35Y59K57 
(0%,35%,59%,57%)
(0.00/0.35/0.59/0.57)	

CMYK percentages

%0
%35.45
%59.09
%56.86

Codes

Color #6E472D in popluar color models

6E472D
RGB1107145
HSL24°41.94%30.39%
HSB/HSV24°59.09%43.14%
CMYK0.00%35.45%59.09%
56.86%

Color #6E472D in popluar number systems.

HEX6E472D
Decimal1107145
Binary11011101000111101101
Octal15610755

Shades and tints

Shades of #6E472D

#6E472D
(110,71,45)
#644129
(100,65,41)
#5A3B25
(90,59,37)
#503521
(80,53,33)
#462F1D
(70,47,29)
#3C2919
(60,41,25)
#322315
(50,35,21)
#281D11
(40,29,17)
#1E170D
(30,23,13)
#141109
(20,17,9)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #6E472D

#6E472D
(110,71,45)
#7B5740
(123,87,64)
#886753
(136,103,83)
#957766
(149,119,102)
#A28779
(162,135,121)
#AF978C
(175,151,140)
#BCA79F
(188,167,159)
#C9B7B2
(201,183,178)
#D6C7C5
(214,199,197)
#E3D7D8
(227,215,216)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E472D color. Also use rgb(110,71,45) instead hex code.

Text Font Color

.myTextColor { color: #6E472D; }

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

This text font color is #6E472D.


Background Color

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

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

This div background color is #6E472D.


Border color

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

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

This div border color is #6E472D.


Opacity

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

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

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

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

This text has shadow with #6E472D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E472D on black background.


Color preview on white background

This text has color #6E472D on white background.



Black color preview on #6E472D background

This text has black color on #6E472D background.


White color preview on #6E472D background

This text has white color on #6E472D background.