COLOR #6C723E

HEX: #6C723E
RGB: (108,114,62)

Color info

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

RGB color model

#6C723E color RGB value is (108,114,62).

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

RGB channels and saturation

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

108
114
62

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

Portions of RGB colors in percentages

R + G + B =
108 + 114 + 62 = 284 (100%)
R 108 of 284 ~ 38.03%
G 114 of 284 ~ 40.14%
B 62 of 284 ~ 21.83%

%38.03
%40.14
%21.83

CMYK color model

#6C723E color CMYK value is (5,0,46,55).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 45.61%
  • key color value is 55.29%
CMYK:
(5,0,46,55)
C5M0Y46K55 
(5%,0%,46%,55%)
(0.05/0.00/0.46/0.55)	

CMYK percentages

%5.26
%0
%45.61
%55.29

Codes

Color #6C723E in popluar color models

6C723E
RGB10811462
HSL67°29.55%34.51%
HSB/HSV67°45.61%44.71%
CMYK5.26%0.00%45.61%
55.29%

Color #6C723E in popluar number systems.

HEX6C723E
Decimal10811462
Binary11011001110010111110
Octal15416276

Shades and tints

Shades of #6C723E

#6C723E
(108,114,62)
#636839
(99,104,57)
#5A5E34
(90,94,52)
#51542F
(81,84,47)
#484A2A
(72,74,42)
#3F4025
(63,64,37)
#363620
(54,54,32)
#2D2C1B
(45,44,27)
#242216
(36,34,22)
#1B1811
(27,24,17)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #6C723E

#6C723E
(108,114,62)
#797E4F
(121,126,79)
#868A60
(134,138,96)
#939671
(147,150,113)
#A0A282
(160,162,130)
#ADAE93
(173,174,147)
#BABAA4
(186,186,164)
#C7C6B5
(199,198,181)
#D4D2C6
(212,210,198)
#E1DED7
(225,222,215)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C723E; }

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

This text font color is #6C723E.


Background Color

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

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

This div background color is #6C723E.


Border color

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

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

This div border color is #6C723E.


Opacity

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

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

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

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

This text has shadow with #6C723E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C723E on black background.


Color preview on white background

This text has color #6C723E on white background.



Black color preview on #6C723E background

This text has black color on #6C723E background.


White color preview on #6C723E background

This text has white color on #6C723E background.