COLOR #6E7258

HEX: #6E7258
RGB: (110,114,88)

Color info

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

RGB color model

#6E7258 color RGB value is (110,114,88).

  • red value is 110;
  • green value is 114;
  • blue value is 88.
RGB:
(110,114,88)
(43%,45%,35%)

RGB channels and saturation

R 110 of 255 = 43%
G 114 of 255 = 45%
B 88 of 255 = 35%

110
114
88

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

Portions of RGB colors in percentages

R + G + B =
110 + 114 + 88 = 312 (100%)
R 110 of 312 ~ 35.26%
G 114 of 312 ~ 36.54%
B 88 of 312 ~ 28.21%

%35.26
%36.54
%28.21

CMYK color model

#6E7258 color CMYK value is (4,0,23,55).

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 22.81%
  • key color value is 55.29%
CMYK:
(4,0,23,55)
C4M0Y23K55 
(4%,0%,23%,55%)
(0.04/0.00/0.23/0.55)	

CMYK percentages

%3.51
%0
%22.81
%55.29

Codes

Color #6E7258 in popluar color models

6E7258
RGB11011488
HSL69°12.87%39.61%
HSB/HSV69°22.81%44.71%
CMYK3.51%0.00%22.81%
55.29%

Color #6E7258 in popluar number systems.

HEX6E7258
Decimal11011488
Binary110111011100101011000
Octal156162130

Shades and tints

Shades of #6E7258

#6E7258
(110,114,88)
#646850
(100,104,80)
#5A5E48
(90,94,72)
#505440
(80,84,64)
#464A38
(70,74,56)
#3C4030
(60,64,48)
#323628
(50,54,40)
#282C20
(40,44,32)
#1E2218
(30,34,24)
#141810
(20,24,16)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #6E7258

#6E7258
(110,114,88)
#7B7E67
(123,126,103)
#888A76
(136,138,118)
#959685
(149,150,133)
#A2A294
(162,162,148)
#AFAEA3
(175,174,163)
#BCBAB2
(188,186,178)
#C9C6C1
(201,198,193)
#D6D2D0
(214,210,208)
#E3DEDF
(227,222,223)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7258 color. Also use rgb(110,114,88) instead hex code.

Text Font Color

.myTextColor { color: #6E7258; }

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

This text font color is #6E7258.


Background Color

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

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

This div background color is #6E7258.


Border color

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

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

This div border color is #6E7258.


Opacity

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

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

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

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

This text has shadow with #6E7258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7258 on black background.


Color preview on white background

This text has color #6E7258 on white background.



Black color preview on #6E7258 background

This text has black color on #6E7258 background.


White color preview on #6E7258 background

This text has white color on #6E7258 background.