COLOR #6F817C

HEX: #6F817C
RGB: (111,129,124)

Color info

#6F817C contains red, green and blue colors in about the same proportion. Web safe color of #6F817C is #669966 (or #696).

RGB color model

#6F817C color RGB value is (111,129,124).

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

RGB channels and saturation

R 111 of 255 = 44%
G 129 of 255 = 51%
B 124 of 255 = 49%

111
129
124

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

Portions of RGB colors in percentages

R + G + B =
111 + 129 + 124 = 364 (100%)
R 111 of 364 ~ 30.49%
G 129 of 364 ~ 35.44%
B 124 of 364 ~ 34.07%

%30.49
%35.44
%34.07

CMYK color model

#6F817C color CMYK value is (14,0,4,49).

  • cyan value is 13.95%
  • magenta value is 0.00%
  • yellow value is 3.88%
  • key color value is 49.41%
CMYK:
(14,0,4,49)
C14M0Y4K49 
(14%,0%,4%,49%)
(0.14/0.00/0.04/0.49)	

CMYK percentages

%13.95
%0
%3.88
%49.41

Codes

Color #6F817C in popluar color models

6F817C
RGB111129124
HSL163°7.50%47.06%
HSB/HSV163°13.95%50.59%
CMYK13.95%0.00%3.88%
49.41%

Color #6F817C in popluar number systems.

HEX6F817C
Decimal111129124
Binary1101111100000011111100
Octal157201174

Shades and tints

Shades of #6F817C

#6F817C
(111,129,124)
#657671
(101,118,113)
#5B6B66
(91,107,102)
#51605B
(81,96,91)
#475550
(71,85,80)
#3D4A45
(61,74,69)
#333F3A
(51,63,58)
#29342F
(41,52,47)
#1F2924
(31,41,36)
#151E19
(21,30,25)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #6F817C

#6F817C
(111,129,124)
#7C8C87
(124,140,135)
#899792
(137,151,146)
#96A29D
(150,162,157)
#A3ADA8
(163,173,168)
#B0B8B3
(176,184,179)
#BDC3BE
(189,195,190)
#CACEC9
(202,206,201)
#D7D9D4
(215,217,212)
#E4E4DF
(228,228,223)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F817C; }

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

This text font color is #6F817C.


Background Color

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

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

This div background color is #6F817C.


Border color

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

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

This div border color is #6F817C.


Opacity

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

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

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

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

This text has shadow with #6F817C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F817C on black background.


Color preview on white background

This text has color #6F817C on white background.



Black color preview on #6F817C background

This text has black color on #6F817C background.


White color preview on #6F817C background

This text has white color on #6F817C background.