COLOR #6C714B

HEX: #6C714B
RGB: (108,113,75)

Color info

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

RGB color model

#6C714B color RGB value is (108,113,75).

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

RGB channels and saturation

R 108 of 255 = 42%
G 113 of 255 = 44%
B 75 of 255 = 29%

108
113
75

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

Portions of RGB colors in percentages

R + G + B =
108 + 113 + 75 = 296 (100%)
R 108 of 296 ~ 36.49%
G 113 of 296 ~ 38.18%
B 75 of 296 ~ 25.34%

%36.49
%38.18
%25.34

CMYK color model

#6C714B color CMYK value is (4,0,34,56).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 33.63%
  • key color value is 55.69%
CMYK:
(4,0,34,56)
C4M0Y34K56 
(4%,0%,34%,56%)
(0.04/0.00/0.34/0.56)	

CMYK percentages

%4.42
%0
%33.63
%55.69

Codes

Color #6C714B in popluar color models

6C714B
RGB10811375
HSL68°20.21%36.86%
HSB/HSV68°33.63%44.31%
CMYK4.42%0.00%33.63%
55.69%

Color #6C714B in popluar number systems.

HEX6C714B
Decimal10811375
Binary110110011100011001011
Octal154161113

Shades and tints

Shades of #6C714B

#6C714B
(108,113,75)
#636745
(99,103,69)
#5A5D3F
(90,93,63)
#515339
(81,83,57)
#484933
(72,73,51)
#3F3F2D
(63,63,45)
#363527
(54,53,39)
#2D2B21
(45,43,33)
#24211B
(36,33,27)
#1B1715
(27,23,21)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #6C714B

#6C714B
(108,113,75)
#797D5B
(121,125,91)
#86896B
(134,137,107)
#93957B
(147,149,123)
#A0A18B
(160,161,139)
#ADAD9B
(173,173,155)
#BAB9AB
(186,185,171)
#C7C5BB
(199,197,187)
#D4D1CB
(212,209,203)
#E1DDDB
(225,221,219)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C714B; }

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

This text font color is #6C714B.


Background Color

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

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

This div background color is #6C714B.


Border color

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

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

This div border color is #6C714B.


Opacity

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

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

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

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

This text has shadow with #6C714B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C714B on black background.


Color preview on white background

This text has color #6C714B on white background.



Black color preview on #6C714B background

This text has black color on #6C714B background.


White color preview on #6C714B background

This text has white color on #6C714B background.