COLOR #6C7445

HEX: #6C7445
RGB: (108,116,69)

Color info

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

RGB color model

#6C7445 color RGB value is (108,116,69).

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

RGB channels and saturation

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

108
116
69

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

Portions of RGB colors in percentages

R + G + B =
108 + 116 + 69 = 293 (100%)
R 108 of 293 ~ 36.86%
G 116 of 293 ~ 39.59%
B 69 of 293 ~ 23.55%

%36.86
%39.59
%23.55

CMYK color model

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

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 40.52%
  • 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
%40.52
%54.51

Codes

Color #6C7445 in popluar color models

6C7445
RGB10811669
HSL70°25.41%36.27%
HSB/HSV70°40.52%45.49%
CMYK6.90%0.00%40.52%
54.51%

Color #6C7445 in popluar number systems.

HEX6C7445
Decimal10811669
Binary110110011101001000101
Octal154164105

Shades and tints

Shades of #6C7445

#6C7445
(108,116,69)
#636A3F
(99,106,63)
#5A6039
(90,96,57)
#515633
(81,86,51)
#484C2D
(72,76,45)
#3F4227
(63,66,39)
#363821
(54,56,33)
#2D2E1B
(45,46,27)
#242415
(36,36,21)
#1B1A0F
(27,26,15)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #6C7445

#6C7445
(108,116,69)
#798055
(121,128,85)
#868C65
(134,140,101)
#939875
(147,152,117)
#A0A485
(160,164,133)
#ADB095
(173,176,149)
#BABCA5
(186,188,165)
#C7C8B5
(199,200,181)
#D4D4C5
(212,212,197)
#E1E0D5
(225,224,213)
#EEECE5
(238,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7445; }

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

This text font color is #6C7445.


Background Color

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

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

This div background color is #6C7445.


Border color

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

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

This div border color is #6C7445.


Opacity

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

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

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

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

This text has shadow with #6C7445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7445 on black background.


Color preview on white background

This text has color #6C7445 on white background.



Black color preview on #6C7445 background

This text has black color on #6C7445 background.


White color preview on #6C7445 background

This text has white color on #6C7445 background.