COLOR #6E7B55

HEX: #6E7B55
RGB: (110,123,85)

Color info

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

RGB color model

#6E7B55 color RGB value is (110,123,85).

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

RGB channels and saturation

R 110 of 255 = 43%
G 123 of 255 = 48%
B 85 of 255 = 33%

110
123
85

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

Portions of RGB colors in percentages

R + G + B =
110 + 123 + 85 = 318 (100%)
R 110 of 318 ~ 34.59%
G 123 of 318 ~ 38.68%
B 85 of 318 ~ 26.73%

%34.59
%38.68
%26.73

CMYK color model

#6E7B55 color CMYK value is (11,0,31,52).

  • cyan value is 10.57%
  • magenta value is 0.00%
  • yellow value is 30.89%
  • key color value is 51.76%
CMYK:
(11,0,31,52)
C11M0Y31K52 
(11%,0%,31%,52%)
(0.11/0.00/0.31/0.52)	

CMYK percentages

%10.57
%0
%30.89
%51.76

Codes

Color #6E7B55 in popluar color models

6E7B55
RGB11012385
HSL81°18.27%40.78%
HSB/HSV81°30.89%48.24%
CMYK10.57%0.00%30.89%
51.76%

Color #6E7B55 in popluar number systems.

HEX6E7B55
Decimal11012385
Binary110111011110111010101
Octal156173125

Shades and tints

Shades of #6E7B55

#6E7B55
(110,123,85)
#64704E
(100,112,78)
#5A6547
(90,101,71)
#505A40
(80,90,64)
#464F39
(70,79,57)
#3C4432
(60,68,50)
#32392B
(50,57,43)
#282E24
(40,46,36)
#1E231D
(30,35,29)
#141816
(20,24,22)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #6E7B55

#6E7B55
(110,123,85)
#7B8764
(123,135,100)
#889373
(136,147,115)
#959F82
(149,159,130)
#A2AB91
(162,171,145)
#AFB7A0
(175,183,160)
#BCC3AF
(188,195,175)
#C9CFBE
(201,207,190)
#D6DBCD
(214,219,205)
#E3E7DC
(227,231,220)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7B55; }

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

This text font color is #6E7B55.


Background Color

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

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

This div background color is #6E7B55.


Border color

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

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

This div border color is #6E7B55.


Opacity

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

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

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

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

This text has shadow with #6E7B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7B55 on black background.


Color preview on white background

This text has color #6E7B55 on white background.



Black color preview on #6E7B55 background

This text has black color on #6E7B55 background.


White color preview on #6E7B55 background

This text has white color on #6E7B55 background.