COLOR #6F764C

HEX: #6F764C
RGB: (111,118,76)

Color info

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

RGB color model

#6F764C color RGB value is (111,118,76).

  • red value is 111;
  • green value is 118;
  • blue value is 76.
RGB:
(111,118,76)
(44%,46%,30%)

RGB channels and saturation

R 111 of 255 = 44%
G 118 of 255 = 46%
B 76 of 255 = 30%

111
118
76

R + G + B ~ 40%. #6F764C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 118 + 76 = 305 (100%)
R 111 of 305 ~ 36.39%
G 118 of 305 ~ 38.69%
B 76 of 305 ~ 24.92%

%36.39
%38.69
%24.92

CMYK color model

#6F764C color CMYK value is (6,0,36,54).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 35.59%
  • key color value is 53.73%
CMYK:
(6,0,36,54)
C6M0Y36K54 
(6%,0%,36%,54%)
(0.06/0.00/0.36/0.54)	

CMYK percentages

%5.93
%0
%35.59
%53.73

Codes

Color #6F764C in popluar color models

6F764C
RGB11111876
HSL70°21.65%38.04%
HSB/HSV70°35.59%46.27%
CMYK5.93%0.00%35.59%
53.73%

Color #6F764C in popluar number systems.

HEX6F764C
Decimal11111876
Binary110111111101101001100
Octal157166114

Shades and tints

Shades of #6F764C

#6F764C
(111,118,76)
#656C46
(101,108,70)
#5B6240
(91,98,64)
#51583A
(81,88,58)
#474E34
(71,78,52)
#3D442E
(61,68,46)
#333A28
(51,58,40)
#293022
(41,48,34)
#1F261C
(31,38,28)
#151C16
(21,28,22)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #6F764C

#6F764C
(111,118,76)
#7C825C
(124,130,92)
#898E6C
(137,142,108)
#969A7C
(150,154,124)
#A3A68C
(163,166,140)
#B0B29C
(176,178,156)
#BDBEAC
(189,190,172)
#CACABC
(202,202,188)
#D7D6CC
(215,214,204)
#E4E2DC
(228,226,220)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F764C color. Also use rgb(111,118,76) instead hex code.

Text Font Color

.myTextColor { color: #6F764C; }

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

This text font color is #6F764C.


Background Color

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

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

This div background color is #6F764C.


Border color

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

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

This div border color is #6F764C.


Opacity

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

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

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

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

This text has shadow with #6F764C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F764C on black background.


Color preview on white background

This text has color #6F764C on white background.



Black color preview on #6F764C background

This text has black color on #6F764C background.


White color preview on #6F764C background

This text has white color on #6F764C background.