COLOR #6F826F

HEX: #6F826F RGB: (111,130,111)

Color info

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

RGB color model

#6F826F color RGB value is (111,130,111).

RGB: (111,130,111) (44%, 51%, 44%)

RGB channels and saturation

R 111 of 255 = 44%
G 130 of 255 = 51%
B 111 of 255 = 44%

111
130
111

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

Portions of RGB colors in percentages

R + G + B = 111 + 130 + 111 = 352 (100%)
R 111 of 352 ~ 31.53%
G 130 of 352 ~ 36.93%
B 111 of 352 ~ 31.53'%

%31.53
%36.93
%31.53

CMYK color model

#6F826F color CMYK value is (15,0,15,49).

  • cyan value is 14.62%
  • magenta value is 0.00%
  • yellow value is 14.62%
  • key color value is 49.02%

CMYK: (15,0,15,49)
C15M0Y15K49 (15%, 0%, 15%, 49%)
(0.15 / 0.00 / 0.15 / 0.49)

CMYK percentages

%14.62
%0
%14.62
%49.02

Codes

Color #6F826F in popluar color models

6F 82 6F
RGB 111 130 111
HSL 120° 7.88% 47.25%
HSB/HSV 120° 14.62% 50.98%
CMYK 14.62% 0.00% 14.62%
49.02%

Color #6F826F in popluar number systems.

HEX 6F 82 6F
Decimal 111 130 111
Binary 1101111 10000010 1101111
Octal 157 202 157

Shades and tints

Shades of #6F826F

#6F826F
(111,130,111)
#657765
(101,119,101)
#5B6C5B
(91,108,91)
#516151
(81,97,81)
#475647
(71,86,71)
#3D4B3D
(61,75,61)
#334033
(51,64,51)
#293529
(41,53,41)
#1F2A1F
(31,42,31)
#151F15
(21,31,21)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #6F826F

#6F826F
(111,130,111)
#7C8D7C
(124,141,124)
#899889
(137,152,137)
#96A396
(150,163,150)
#A3AEA3
(163,174,163)
#B0B9B0
(176,185,176)
#BDC4BD
(189,196,189)
#CACFCA
(202,207,202)
#D7DAD7
(215,218,215)
#E4E5E4
(228,229,228)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F826F; }

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

This text font color is #6F826F.

Background Color

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

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

This div background color is #6F826F.

Border color

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

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

This div border color is #6F826F.

Opacity

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

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

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

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

This text has shadow with #6F826F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F826F.

Preview

Color preview on black background

This text has color #6F826F on black background.


Color preview on white background

This text has color #6F826F on white background.


Black color preview on #6F826F background

This text has black color on #6F826F background.


White color preview on #6F826F background

This text has white color on #6F826F background.


Related colors

Complementary color

Complementary color for #hex is #907D90.


I love getcolorcode.com

Triadic colors

1 #6F6F82 and #826F6F with #6F826F are triadic colors.

2 #6F826F and #826F6F with #6F826F are triadic colors.