COLOR #6F817D

HEX: #6F817D RGB: (111,129,125)

Color info

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

RGB color model

#6F817D color RGB value is (111,129,125).

RGB: (111,129,125) (44%, 51%, 49%)

RGB channels and saturation

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

111
129
125

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

Portions of RGB colors in percentages

R + G + B = 111 + 129 + 125 = 365 (100%)
R 111 of 365 ~ 30.41%
G 129 of 365 ~ 35.34%
B 125 of 365 ~ 34.25'%

%30.41
%35.34
%34.25

CMYK color model

#6F817D color CMYK value is (14,0,3,49).

  • cyan value is 13.95%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • key color value is 49.41%

CMYK: (14,0,3,49)
C14M0Y3K49 (14%, 0%, 3%, 49%)
(0.14 / 0.00 / 0.03 / 0.49)

CMYK percentages

%13.95
%0
%3.1
%49.41

Codes

Color #6F817D in popluar color models

6F 81 7D
RGB 111 129 125
HSL 167° 7.50% 47.06%
HSB/HSV 167° 13.95% 50.59%
CMYK 13.95% 0.00% 3.10%
49.41%

Color #6F817D in popluar number systems.

HEX 6F 81 7D
Decimal 111 129 125
Binary 1101111 10000001 1111101
Octal 157 201 175

Shades and tints

Shades of #6F817D

#6F817D
(111,129,125)
#657672
(101,118,114)
#5B6B67
(91,107,103)
#51605C
(81,96,92)
#475551
(71,85,81)
#3D4A46
(61,74,70)
#333F3B
(51,63,59)
#293430
(41,52,48)
#1F2925
(31,41,37)
#151E1A
(21,30,26)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #6F817D

#6F817D
(111,129,125)
#7C8C88
(124,140,136)
#899793
(137,151,147)
#96A29E
(150,162,158)
#A3ADA9
(163,173,169)
#B0B8B4
(176,184,180)
#BDC3BF
(189,195,191)
#CACECA
(202,206,202)
#D7D9D5
(215,217,213)
#E4E4E0
(228,228,224)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F817D; }

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

This text font color is #6F817D.

Background Color

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

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

This div background color is #6F817D.

Border color

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

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

This div border color is #6F817D.

Opacity

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

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

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

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

This text has shadow with #6F817D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F817D.

Preview

Color preview on black background

This text has color #6F817D on black background.


Color preview on white background

This text has color #6F817D on white background.


Black color preview on #6F817D background

This text has black color on #6F817D background.


White color preview on #6F817D background

This text has white color on #6F817D background.


Related colors

Complementary color

Complementary color for #hex is #907E82.


I love getcolorcode.com

Triadic colors

1 #7D6F81 and #817D6F with #6F817D are triadic colors.

2 #7D816F and #816F7D with #6F817D are triadic colors.