COLOR #6F814C

HEX: #6F814C
RGB: (111,129,76)

Color info

#6F814C contains red, green and blue colors in about the same proportion. Web safe color of #6F814C is #669933 (or #693).

RGB color model

#6F814C color RGB value is (111,129,76).

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

RGB channels and saturation

R 111 of 255 = 44%
G 129 of 255 = 51%
B 76 of 255 = 30%

111
129
76

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

Portions of RGB colors in percentages

R + G + B =
111 + 129 + 76 = 316 (100%)
R 111 of 316 ~ 35.13%
G 129 of 316 ~ 40.82%
B 76 of 316 ~ 24.05%

%35.13
%40.82
%24.05

CMYK color model

#6F814C color CMYK value is (14,0,41,49).

  • cyan value is 13.95%
  • magenta value is 0.00%
  • yellow value is 41.09%
  • key color value is 49.41%
CMYK:
(14,0,41,49)
C14M0Y41K49 
(14%,0%,41%,49%)
(0.14/0.00/0.41/0.49)	

CMYK percentages

%13.95
%0
%41.09
%49.41

Codes

Color #6F814C in popluar color models

6F814C
RGB11112976
HSL80°25.85%40.20%
HSB/HSV80°41.09%50.59%
CMYK13.95%0.00%41.09%
49.41%

Color #6F814C in popluar number systems.

HEX6F814C
Decimal11112976
Binary1101111100000011001100
Octal157201114

Shades and tints

Shades of #6F814C

#6F814C
(111,129,76)
#657646
(101,118,70)
#5B6B40
(91,107,64)
#51603A
(81,96,58)
#475534
(71,85,52)
#3D4A2E
(61,74,46)
#333F28
(51,63,40)
#293422
(41,52,34)
#1F291C
(31,41,28)
#151E16
(21,30,22)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #6F814C

#6F814C
(111,129,76)
#7C8C5C
(124,140,92)
#89976C
(137,151,108)
#96A27C
(150,162,124)
#A3AD8C
(163,173,140)
#B0B89C
(176,184,156)
#BDC3AC
(189,195,172)
#CACEBC
(202,206,188)
#D7D9CC
(215,217,204)
#E4E4DC
(228,228,220)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F814C; }

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

This text font color is #6F814C.


Background Color

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

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

This div background color is #6F814C.


Border color

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

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

This div border color is #6F814C.


Opacity

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

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

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

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

This text has shadow with #6F814C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F814C on black background.


Color preview on white background

This text has color #6F814C on white background.



Black color preview on #6F814C background

This text has black color on #6F814C background.


White color preview on #6F814C background

This text has white color on #6F814C background.