COLOR #6E7455

HEX: #6E7455
RGB: (110,116,85)

Color info

#6E7455 contains red, green and blue colors in about the same proportion. Web safe color of #6E7455 is #666666 (or #666).

RGB color model

#6E7455 color RGB value is (110,116,85).

  • red value is 110;
  • green value is 116;
  • blue value is 85.
RGB:
(110,116,85)
(43%,45%,33%)

RGB channels and saturation

R 110 of 255 = 43%
G 116 of 255 = 45%
B 85 of 255 = 33%

110
116
85

R + G + B ~ 40%. #6E7455 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 116 + 85 = 311 (100%)
R 110 of 311 ~ 35.37%
G 116 of 311 ~ 37.3%
B 85 of 311 ~ 27.33%

%35.37
%37.3
%27.33

CMYK color model

#6E7455 color CMYK value is (5,0,27,55).

  • cyan value is 5.17%
  • magenta value is 0.00%
  • yellow value is 26.72%
  • key color value is 54.51%
CMYK:
(5,0,27,55)
C5M0Y27K55 
(5%,0%,27%,55%)
(0.05/0.00/0.27/0.55)	

CMYK percentages

%5.17
%0
%26.72
%54.51

Codes

Color #6E7455 in popluar color models

6E7455
RGB11011685
HSL72°15.42%39.41%
HSB/HSV72°26.72%45.49%
CMYK5.17%0.00%26.72%
54.51%

Color #6E7455 in popluar number systems.

HEX6E7455
Decimal11011685
Binary110111011101001010101
Octal156164125

Shades and tints

Shades of #6E7455

#6E7455
(110,116,85)
#646A4E
(100,106,78)
#5A6047
(90,96,71)
#505640
(80,86,64)
#464C39
(70,76,57)
#3C4232
(60,66,50)
#32382B
(50,56,43)
#282E24
(40,46,36)
#1E241D
(30,36,29)
#141A16
(20,26,22)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #6E7455

#6E7455
(110,116,85)
#7B8064
(123,128,100)
#888C73
(136,140,115)
#959882
(149,152,130)
#A2A491
(162,164,145)
#AFB0A0
(175,176,160)
#BCBCAF
(188,188,175)
#C9C8BE
(201,200,190)
#D6D4CD
(214,212,205)
#E3E0DC
(227,224,220)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7455 color. Also use rgb(110,116,85) instead hex code.

Text Font Color

.myTextColor { color: #6E7455; }

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

This text font color is #6E7455.


Background Color

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

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

This div background color is #6E7455.


Border color

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

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

This div border color is #6E7455.


Opacity

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

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

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

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

This text has shadow with #6E7455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7455 on black background.


Color preview on white background

This text has color #6E7455 on white background.



Black color preview on #6E7455 background

This text has black color on #6E7455 background.


White color preview on #6E7455 background

This text has white color on #6E7455 background.