COLOR #6C723C

HEX: #6C723C
RGB: (108,114,60)

Color info

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

RGB color model

#6C723C color RGB value is (108,114,60).

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

RGB channels and saturation

R 108 of 255 = 42%
G 114 of 255 = 45%
B 60 of 255 = 24%

108
114
60

R + G + B ~ 37%. #6C723C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 114 + 60 = 282 (100%)
R 108 of 282 ~ 38.3%
G 114 of 282 ~ 40.43%
B 60 of 282 ~ 21.28%

%38.3
%40.43
%21.28

CMYK color model

#6C723C color CMYK value is (5,0,47,55).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 55.29%
CMYK:
(5,0,47,55)
C5M0Y47K55 
(5%,0%,47%,55%)
(0.05/0.00/0.47/0.55)	

CMYK percentages

%5.26
%0
%47.37
%55.29

Codes

Color #6C723C in popluar color models

6C723C
RGB10811460
HSL67°31.03%34.12%
HSB/HSV67°47.37%44.71%
CMYK5.26%0.00%47.37%
55.29%

Color #6C723C in popluar number systems.

HEX6C723C
Decimal10811460
Binary11011001110010111100
Octal15416274

Shades and tints

Shades of #6C723C

#6C723C
(108,114,60)
#636837
(99,104,55)
#5A5E32
(90,94,50)
#51542D
(81,84,45)
#484A28
(72,74,40)
#3F4023
(63,64,35)
#36361E
(54,54,30)
#2D2C19
(45,44,25)
#242214
(36,34,20)
#1B180F
(27,24,15)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #6C723C

#6C723C
(108,114,60)
#797E4D
(121,126,77)
#868A5E
(134,138,94)
#93966F
(147,150,111)
#A0A280
(160,162,128)
#ADAE91
(173,174,145)
#BABAA2
(186,186,162)
#C7C6B3
(199,198,179)
#D4D2C4
(212,210,196)
#E1DED5
(225,222,213)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C723C; }

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

This text font color is #6C723C.


Background Color

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

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

This div background color is #6C723C.


Border color

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

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

This div border color is #6C723C.


Opacity

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

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

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

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

This text has shadow with #6C723C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C723C on black background.


Color preview on white background

This text has color #6C723C on white background.



Black color preview on #6C723C background

This text has black color on #6C723C background.


White color preview on #6C723C background

This text has white color on #6C723C background.