COLOR #6C724B

HEX: #6C724B
RGB: (108,114,75)

Color info

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

RGB color model

#6C724B color RGB value is (108,114,75).

  • red value is 108;
  • green value is 114;
  • blue value is 75.
RGB: (108,114,75) (42%,45%,29%)

RGB channels and saturation

R 108 of 255 = 42%
G 114 of 255 = 45%
B 75 of 255 = 29%

108
114
75

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

Portions of RGB colors in percentages

R + G + B =
108 + 114 + 75 = 297 (100%)
R 108 of 297 ~ 36.36%
G 114 of 297 ~ 38.38%
B 75 of 297 ~ 25.25%

%36.36
%38.38
%25.25

CMYK color model

#6C724B color CMYK value is (5,0,34,55).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 55.29%
CMYK: (5,0,34,55) C5M0Y34K55 (5%,0%,34%,55%) (0.05/0.00/0.34/0.55)

CMYK percentages

%5.26
%0
%34.21
%55.29

Codes

Color #6C724B in popluar color models

6C724B
RGB10811475
HSL69°20.63%37.06%
HSB/HSV69°34.21%44.71%
CMYK5.26%0.00%34.21%
55.29%

Color #6C724B in popluar number systems.

HEX6C724B
Decimal10811475
Binary110110011100101001011
Octal154162113

Shades and tints

Shades of #6C724B

#6C724B
(108,114,75)
#636845
(99,104,69)
#5A5E3F
(90,94,63)
#515439
(81,84,57)
#484A33
(72,74,51)
#3F402D
(63,64,45)
#363627
(54,54,39)
#2D2C21
(45,44,33)
#24221B
(36,34,27)
#1B1815
(27,24,21)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #6C724B

#6C724B
(108,114,75)
#797E5B
(121,126,91)
#868A6B
(134,138,107)
#93967B
(147,150,123)
#A0A28B
(160,162,139)
#ADAE9B
(173,174,155)
#BABAAB
(186,186,171)
#C7C6BB
(199,198,187)
#D4D2CB
(212,210,203)
#E1DEDB
(225,222,219)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C724B; }

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

This text font color is #6C724B.


Background Color

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

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

This div background color is #6C724B.


Border color

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

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

This div border color is #6C724B.


Opacity

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

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

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

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

This text has shadow with #6C724B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6C724B on black background.


Color preview on white background

This text has color #6C724B on white background.



Black color preview on #6C724B background

This text has black color on #6C724B background.


White color preview on #6C724B background

This text has white color on #6C724B background.