COLOR #6C714A

HEX: #6C714A
RGB: (108,113,74)

Color info

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

RGB color model

#6C714A color RGB value is (108,113,74).

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

RGB channels and saturation

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

108
113
74

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

Portions of RGB colors in percentages

R + G + B =
108 + 113 + 74 = 295 (100%)
R 108 of 295 ~ 36.61%
G 113 of 295 ~ 38.31%
B 74 of 295 ~ 25.08%

%36.61
%38.31
%25.08

CMYK color model

#6C714A color CMYK value is (4,0,35,56).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 34.51%
  • key color value is 55.69%
CMYK:
(4,0,35,56)
C4M0Y35K56 
(4%,0%,35%,56%)
(0.04/0.00/0.35/0.56)	

CMYK percentages

%4.42
%0
%34.51
%55.69

Codes

Color #6C714A in popluar color models

6C714A
RGB10811374
HSL68°20.86%36.67%
HSB/HSV68°34.51%44.31%
CMYK4.42%0.00%34.51%
55.69%

Color #6C714A in popluar number systems.

HEX6C714A
Decimal10811374
Binary110110011100011001010
Octal154161112

Shades and tints

Shades of #6C714A

#6C714A
(108,113,74)
#636744
(99,103,68)
#5A5D3E
(90,93,62)
#515338
(81,83,56)
#484932
(72,73,50)
#3F3F2C
(63,63,44)
#363526
(54,53,38)
#2D2B20
(45,43,32)
#24211A
(36,33,26)
#1B1714
(27,23,20)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #6C714A

#6C714A
(108,113,74)
#797D5A
(121,125,90)
#86896A
(134,137,106)
#93957A
(147,149,122)
#A0A18A
(160,161,138)
#ADAD9A
(173,173,154)
#BAB9AA
(186,185,170)
#C7C5BA
(199,197,186)
#D4D1CA
(212,209,202)
#E1DDDA
(225,221,218)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C714A; }

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

This text font color is #6C714A.


Background Color

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

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

This div background color is #6C714A.


Border color

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

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

This div border color is #6C714A.


Opacity

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

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

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

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

This text has shadow with #6C714A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C714A on black background.


Color preview on white background

This text has color #6C714A on white background.



Black color preview on #6C714A background

This text has black color on #6C714A background.


White color preview on #6C714A background

This text has white color on #6C714A background.