COLOR #6C7444

HEX: #6C7444
RGB: (108,116,68)

Color info

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

RGB color model

#6C7444 color RGB value is (108,116,68).

  • red value is 108;
  • green value is 116;
  • blue value is 68.
RGB:
(108,116,68)
(42%,45%,27%)

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 68 of 255 = 27%

108
116
68

R + G + B ~ 38%. #6C7444 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 116 + 68 = 292 (100%)
R 108 of 292 ~ 36.99%
G 116 of 292 ~ 39.73%
B 68 of 292 ~ 23.29%

%36.99
%39.73
%23.29

CMYK color model

#6C7444 color CMYK value is (7,0,41,55).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 41.38%
  • key color value is 54.51%
CMYK:
(7,0,41,55)
C7M0Y41K55 
(7%,0%,41%,55%)
(0.07/0.00/0.41/0.55)	

CMYK percentages

%6.9
%0
%41.38
%54.51

Codes

Color #6C7444 in popluar color models

6C7444
RGB10811668
HSL70°26.09%36.08%
HSB/HSV70°41.38%45.49%
CMYK6.90%0.00%41.38%
54.51%

Color #6C7444 in popluar number systems.

HEX6C7444
Decimal10811668
Binary110110011101001000100
Octal154164104

Shades and tints

Shades of #6C7444

#6C7444
(108,116,68)
#636A3E
(99,106,62)
#5A6038
(90,96,56)
#515632
(81,86,50)
#484C2C
(72,76,44)
#3F4226
(63,66,38)
#363820
(54,56,32)
#2D2E1A
(45,46,26)
#242414
(36,36,20)
#1B1A0E
(27,26,14)
#121008
(18,16,8)
#000000
(0,0,0)

Tints of #6C7444

#6C7444
(108,116,68)
#798055
(121,128,85)
#868C66
(134,140,102)
#939877
(147,152,119)
#A0A488
(160,164,136)
#ADB099
(173,176,153)
#BABCAA
(186,188,170)
#C7C8BB
(199,200,187)
#D4D4CC
(212,212,204)
#E1E0DD
(225,224,221)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7444 color. Also use rgb(108,116,68) instead hex code.

Text Font Color

.myTextColor { color: #6C7444; }

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

This text font color is #6C7444.


Background Color

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

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

This div background color is #6C7444.


Border color

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

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

This div border color is #6C7444.


Opacity

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

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

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

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

This text has shadow with #6C7444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7444 on black background.


Color preview on white background

This text has color #6C7444 on white background.



Black color preview on #6C7444 background

This text has black color on #6C7444 background.


White color preview on #6C7444 background

This text has white color on #6C7444 background.