COLOR #6C7244

HEX: #6C7244 RGB: (108,114,68)

Color info

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

RGB color model

#6C7244 color RGB value is (108,114,68).

RGB: (108,114,68) (42%, 45%, 27%)

RGB channels and saturation

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

108
114
68

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

Portions of RGB colors in percentages

R + G + B = 108 + 114 + 68 = 290 (100%)
R 108 of 290 ~ 37.24%
G 114 of 290 ~ 39.31%
B 68 of 290 ~ 23.45'%

%37.24
%39.31
%23.45

CMYK color model

#6C7244 color CMYK value is (5,0,40,55).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 40.35%
  • key color value is 55.29%

CMYK: (5,0,40,55)
C5M0Y40K55 (5%, 0%, 40%, 55%)
(0.05 / 0.00 / 0.40 / 0.55)

CMYK percentages

%5.26
%0
%40.35
%55.29

Codes

Color #6C7244 in popluar color models

6C 72 44
RGB 108 114 68
HSL 68° 25.27% 35.69%
HSB/HSV 68° 40.35% 44.71%
CMYK 5.26% 0.00% 40.35%
55.29%

Color #6C7244 in popluar number systems.

HEX 6C 72 44
Decimal 108 114 68
Binary 1101100 1110010 1000100
Octal 154 162 104

Shades and tints

Shades of #6C7244

#6C7244
(108,114,68)
#63683E
(99,104,62)
#5A5E38
(90,94,56)
#515432
(81,84,50)
#484A2C
(72,74,44)
#3F4026
(63,64,38)
#363620
(54,54,32)
#2D2C1A
(45,44,26)
#242214
(36,34,20)
#1B180E
(27,24,14)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #6C7244

#6C7244
(108,114,68)
#797E55
(121,126,85)
#868A66
(134,138,102)
#939677
(147,150,119)
#A0A288
(160,162,136)
#ADAE99
(173,174,153)
#BABAAA
(186,186,170)
#C7C6BB
(199,198,187)
#D4D2CC
(212,210,204)
#E1DEDD
(225,222,221)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7244; }

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

This text font color is #6C7244.

Background Color

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

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

This div background color is #6C7244.

Border color

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

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

This div border color is #6C7244.

Opacity

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

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

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

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

This text has shadow with #6C7244 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7244.

Preview

Color preview on black background

This text has color #6C7244 on black background.


Color preview on white background

This text has color #6C7244 on white background.


Black color preview on #6C7244 background

This text has black color on #6C7244 background.


White color preview on #6C7244 background

This text has white color on #6C7244 background.


Related colors

Complementary color

Complementary color for #hex is #938DBB.


I love getcolorcode.com

Triadic colors

1 #446C72 and #72446C with #6C7244 are triadic colors.

2 #44726C and #726C44 with #6C7244 are triadic colors.