COLOR #6E4E03

HEX: #6E4E03
RGB: (110,78,3)

Color info

#6E4E03 contains mainly red and green colors. Web safe color of #6E4E03 is #666600 (or #660).

RGB color model

#6E4E03 color RGB value is (110,78,3).

  • red value is 110;
  • green value is 78;
  • blue value is 3.
RGB:
(110,78,3)
(43%,31%,1%)

RGB channels and saturation

R 110 of 255 = 43%
G 78 of 255 = 31%
B 3 of 255 = 1%

110
78
3

R + G + B ~ 25%. #6E4E03 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 78 + 3 = 191 (100%)
R 110 of 191 ~ 57.59%
G 78 of 191 ~ 40.84%
B 3 of 191 ~ 1.57%

%57.59
%40.84

CMYK color model

#6E4E03 color CMYK value is (0,29,97,57).

  • cyan value is 0.00%
  • magenta value is 29.09%
  • yellow value is 97.27%
  • key color value is 56.86%
CMYK:
(0,29,97,57)
C0M29Y97K57 
(0%,29%,97%,57%)
(0.00/0.29/0.97/0.57)	

CMYK percentages

%0
%29.09
%97.27
%56.86

Codes

Color #6E4E03 in popluar color models

6E4E03
RGB110783
HSL42°94.69%22.16%
HSB/HSV42°97.27%43.14%
CMYK0.00%29.09%97.27%
56.86%

Color #6E4E03 in popluar number systems.

HEX6E4E03
Decimal110783
Binary1101110100111011
Octal1561163

Shades and tints

Shades of #6E4E03

#6E4E03
(110,78,3)
#644703
(100,71,3)
#5A4003
(90,64,3)
#503903
(80,57,3)
#463203
(70,50,3)
#3C2B03
(60,43,3)
#322403
(50,36,3)
#281D03
(40,29,3)
#1E1603
(30,22,3)
#140F03
(20,15,3)
#0A0803
(10,8,3)
#000000
(0,0,0)

Tints of #6E4E03

#6E4E03
(110,78,3)
#7B5E19
(123,94,25)
#886E2F
(136,110,47)
#957E45
(149,126,69)
#A28E5B
(162,142,91)
#AF9E71
(175,158,113)
#BCAE87
(188,174,135)
#C9BE9D
(201,190,157)
#D6CEB3
(214,206,179)
#E3DEC9
(227,222,201)
#F0EEDF
(240,238,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4E03 color. Also use rgb(110,78,3) instead hex code.

Text Font Color

.myTextColor { color: #6E4E03; }

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

This text font color is #6E4E03.


Background Color

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

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

This div background color is #6E4E03.


Border color

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

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

This div border color is #6E4E03.


Opacity

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

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

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

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

This text has shadow with #6E4E03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4E03 on black background.


Color preview on white background

This text has color #6E4E03 on white background.



Black color preview on #6E4E03 background

This text has black color on #6E4E03 background.


White color preview on #6E4E03 background

This text has white color on #6E4E03 background.