COLOR #6C7258

HEX: #6C7258
RGB: (108,114,88)

Color info

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

RGB color model

#6C7258 color RGB value is (108,114,88).

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

RGB channels and saturation

R 108 of 255 = 42%
G 114 of 255 = 45%
B 88 of 255 = 35%

108
114
88

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

Portions of RGB colors in percentages

R + G + B =
108 + 114 + 88 = 310 (100%)
R 108 of 310 ~ 34.84%
G 114 of 310 ~ 36.77%
B 88 of 310 ~ 28.39%

%34.84
%36.77
%28.39

CMYK color model

#6C7258 color CMYK value is (5,0,23,55).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 22.81%
  • key color value is 55.29%
CMYK:
(5,0,23,55)
C5M0Y23K55 
(5%,0%,23%,55%)
(0.05/0.00/0.23/0.55)	

CMYK percentages

%5.26
%0
%22.81
%55.29

Codes

Color #6C7258 in popluar color models

6C7258
RGB10811488
HSL74°12.87%39.61%
HSB/HSV74°22.81%44.71%
CMYK5.26%0.00%22.81%
55.29%

Color #6C7258 in popluar number systems.

HEX6C7258
Decimal10811488
Binary110110011100101011000
Octal154162130

Shades and tints

Shades of #6C7258

#6C7258
(108,114,88)
#636850
(99,104,80)
#5A5E48
(90,94,72)
#515440
(81,84,64)
#484A38
(72,74,56)
#3F4030
(63,64,48)
#363628
(54,54,40)
#2D2C20
(45,44,32)
#242218
(36,34,24)
#1B1810
(27,24,16)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #6C7258

#6C7258
(108,114,88)
#797E67
(121,126,103)
#868A76
(134,138,118)
#939685
(147,150,133)
#A0A294
(160,162,148)
#ADAEA3
(173,174,163)
#BABAB2
(186,186,178)
#C7C6C1
(199,198,193)
#D4D2D0
(212,210,208)
#E1DEDF
(225,222,223)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7258; }

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

This text font color is #6C7258.


Background Color

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

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

This div background color is #6C7258.


Border color

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

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

This div border color is #6C7258.


Opacity

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

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

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

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

This text has shadow with #6C7258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7258 on black background.


Color preview on white background

This text has color #6C7258 on white background.



Black color preview on #6C7258 background

This text has black color on #6C7258 background.


White color preview on #6C7258 background

This text has white color on #6C7258 background.