COLOR #6C7C48

HEX: #6C7C48
RGB: (108,124,72)

Color info

#6C7C48 contains red, green and blue colors in about the same proportion. Web safe color of #6C7C48 is #666633 (or #663).

RGB color model

#6C7C48 color RGB value is (108,124,72).

  • red value is 108;
  • green value is 124;
  • blue value is 72.
RGB:
(108,124,72)
(42%,49%,28%)

RGB channels and saturation

R 108 of 255 = 42%
G 124 of 255 = 49%
B 72 of 255 = 28%

108
124
72

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

Portions of RGB colors in percentages

R + G + B =
108 + 124 + 72 = 304 (100%)
R 108 of 304 ~ 35.53%
G 124 of 304 ~ 40.79%
B 72 of 304 ~ 23.68%

%35.53
%40.79
%23.68

CMYK color model

#6C7C48 color CMYK value is (13,0,42,51).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 41.94%
  • key color value is 51.37%
CMYK:
(13,0,42,51)
C13M0Y42K51 
(13%,0%,42%,51%)
(0.13/0.00/0.42/0.51)	

CMYK percentages

%12.9
%0
%41.94
%51.37

Codes

Color #6C7C48 in popluar color models

6C7C48
RGB10812472
HSL78°26.53%38.43%
HSB/HSV78°41.94%48.63%
CMYK12.90%0.00%41.94%
51.37%

Color #6C7C48 in popluar number systems.

HEX6C7C48
Decimal10812472
Binary110110011111001001000
Octal154174110

Shades and tints

Shades of #6C7C48

#6C7C48
(108,124,72)
#637142
(99,113,66)
#5A663C
(90,102,60)
#515B36
(81,91,54)
#485030
(72,80,48)
#3F452A
(63,69,42)
#363A24
(54,58,36)
#2D2F1E
(45,47,30)
#242418
(36,36,24)
#1B1912
(27,25,18)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #6C7C48

#6C7C48
(108,124,72)
#798758
(121,135,88)
#869268
(134,146,104)
#939D78
(147,157,120)
#A0A888
(160,168,136)
#ADB398
(173,179,152)
#BABEA8
(186,190,168)
#C7C9B8
(199,201,184)
#D4D4C8
(212,212,200)
#E1DFD8
(225,223,216)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7C48 color. Also use rgb(108,124,72) instead hex code.

Text Font Color

.myTextColor { color: #6C7C48; }

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

This text font color is #6C7C48.


Background Color

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

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

This div background color is #6C7C48.


Border color

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

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

This div border color is #6C7C48.


Opacity

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

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

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

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

This text has shadow with #6C7C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7C48 on black background.


Color preview on white background

This text has color #6C7C48 on white background.



Black color preview on #6C7C48 background

This text has black color on #6C7C48 background.


White color preview on #6C7C48 background

This text has white color on #6C7C48 background.