COLOR #6E713A

HEX: #6E713A
RGB: (110,113,58)

Color info

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

RGB color model

#6E713A color RGB value is (110,113,58).

  • red value is 110;
  • green value is 113;
  • blue value is 58.
RGB:
(110,113,58)
(43%,44%,23%)

RGB channels and saturation

R 110 of 255 = 43%
G 113 of 255 = 44%
B 58 of 255 = 23%

110
113
58

R + G + B ~ 37%. #6E713A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 113 + 58 = 281 (100%)
R 110 of 281 ~ 39.15%
G 113 of 281 ~ 40.21%
B 58 of 281 ~ 20.64%

%39.15
%40.21
%20.64

CMYK color model

#6E713A color CMYK value is (3,0,49,56).

  • cyan value is 2.65%
  • magenta value is 0.00%
  • yellow value is 48.67%
  • key color value is 55.69%
CMYK:
(3,0,49,56)
C3M0Y49K56 
(3%,0%,49%,56%)
(0.03/0.00/0.49/0.56)	

CMYK percentages

%2.65
%0
%48.67
%55.69

Codes

Color #6E713A in popluar color models

6E713A
RGB11011358
HSL63°32.16%33.53%
HSB/HSV63°48.67%44.31%
CMYK2.65%0.00%48.67%
55.69%

Color #6E713A in popluar number systems.

HEX6E713A
Decimal11011358
Binary11011101110001111010
Octal15616172

Shades and tints

Shades of #6E713A

#6E713A
(110,113,58)
#646735
(100,103,53)
#5A5D30
(90,93,48)
#50532B
(80,83,43)
#464926
(70,73,38)
#3C3F21
(60,63,33)
#32351C
(50,53,28)
#282B17
(40,43,23)
#1E2112
(30,33,18)
#14170D
(20,23,13)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #6E713A

#6E713A
(110,113,58)
#7B7D4B
(123,125,75)
#88895C
(136,137,92)
#95956D
(149,149,109)
#A2A17E
(162,161,126)
#AFAD8F
(175,173,143)
#BCB9A0
(188,185,160)
#C9C5B1
(201,197,177)
#D6D1C2
(214,209,194)
#E3DDD3
(227,221,211)
#F0E9E4
(240,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E713A color. Also use rgb(110,113,58) instead hex code.

Text Font Color

.myTextColor { color: #6E713A; }

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

This text font color is #6E713A.


Background Color

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

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

This div background color is #6E713A.


Border color

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

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

This div border color is #6E713A.


Opacity

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

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

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

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

This text has shadow with #6E713A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E713A on black background.


Color preview on white background

This text has color #6E713A on white background.



Black color preview on #6E713A background

This text has black color on #6E713A background.


White color preview on #6E713A background

This text has white color on #6E713A background.