COLOR #6C7152

HEX: #6C7152
RGB: (108,113,82)

Color info

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

RGB color model

#6C7152 color RGB value is (108,113,82).

  • red value is 108;
  • green value is 113;
  • blue value is 82.
RGB: (108,113,82) (42%,44%,32%)

RGB channels and saturation

R 108 of 255 = 42%
G 113 of 255 = 44%
B 82 of 255 = 32%

108
113
82

R + G + B ~ 39%. #6C7152 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 113 + 82 = 303 (100%)
R 108 of 303 ~ 35.64%
G 113 of 303 ~ 37.29%
B 82 of 303 ~ 27.06%

%35.64
%37.29
%27.06

CMYK color model

#6C7152 color CMYK value is (4,0,27,56).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 27.43%
  • key color value is 55.69%
CMYK: (4,0,27,56) C4M0Y27K56 (4%,0%,27%,56%) (0.04/0.00/0.27/0.56)

CMYK percentages

%4.42
%0
%27.43
%55.69

Codes

Color #6C7152 in popluar color models

6C7152
RGB10811382
HSL70°15.90%38.24%
HSB/HSV70°27.43%44.31%
CMYK4.42%0.00%27.43%
55.69%

Color #6C7152 in popluar number systems.

HEX6C7152
Decimal10811382
Binary110110011100011010010
Octal154161122

Shades and tints

Shades of #6C7152

#6C7152
(108,113,82)
#63674B
(99,103,75)
#5A5D44
(90,93,68)
#51533D
(81,83,61)
#484936
(72,73,54)
#3F3F2F
(63,63,47)
#363528
(54,53,40)
#2D2B21
(45,43,33)
#24211A
(36,33,26)
#1B1713
(27,23,19)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #6C7152

#6C7152
(108,113,82)
#797D61
(121,125,97)
#868970
(134,137,112)
#93957F
(147,149,127)
#A0A18E
(160,161,142)
#ADAD9D
(173,173,157)
#BAB9AC
(186,185,172)
#C7C5BB
(199,197,187)
#D4D1CA
(212,209,202)
#E1DDD9
(225,221,217)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7152 color. Also use rgb(108,113,82) instead hex code.

Text Font Color

.myTextColor { color: #6C7152; }

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

This text font color is #6C7152.


Background Color

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

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

This div background color is #6C7152.


Border color

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

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

This div border color is #6C7152.


Opacity

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

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

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

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

This text has shadow with #6C7152 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6C7152 on black background.


Color preview on white background

This text has color #6C7152 on white background.



Black color preview on #6C7152 background

This text has black color on #6C7152 background.


White color preview on #6C7152 background

This text has white color on #6C7152 background.