COLOR #6F835F

HEX: #6F835F RGB: (111,131,95)

Color info

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

RGB color model

#6F835F color RGB value is (111,131,95).

RGB: (111,131,95) (44%, 51%, 37%)

RGB channels and saturation

R 111 of 255 = 44%
G 131 of 255 = 51%
B 95 of 255 = 37%

111
131
95

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

Portions of RGB colors in percentages

R + G + B = 111 + 131 + 95 = 337 (100%)
R 111 of 337 ~ 32.94%
G 131 of 337 ~ 38.87%
B 95 of 337 ~ 28.19'%

%32.94
%38.87
%28.19

CMYK color model

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

  • cyan value is 15.27%
  • magenta value is 0.00%
  • yellow value is 27.48%
  • key color value is 48.63%

CMYK: (15,0,27,49)
C15M0Y27K49 (15%, 0%, 27%, 49%)
(0.15 / 0.00 / 0.27 / 0.49)

CMYK percentages

%15.27
%0
%27.48
%48.63

Codes

Color #6F835F in popluar color models

6F 83 5F
RGB 111 131 95
HSL 93° 15.93% 44.31%
HSB/HSV 93° 27.48% 51.37%
CMYK 15.27% 0.00% 27.48%
48.63%

Color #6F835F in popluar number systems.

HEX 6F 83 5F
Decimal 111 131 95
Binary 1101111 10000011 1011111
Octal 157 203 137

Shades and tints

Shades of #6F835F

#6F835F
(111,131,95)
#657857
(101,120,87)
#5B6D4F
(91,109,79)
#516247
(81,98,71)
#47573F
(71,87,63)
#3D4C37
(61,76,55)
#33412F
(51,65,47)
#293627
(41,54,39)
#1F2B1F
(31,43,31)
#152017
(21,32,23)
#0B150F
(11,21,15)
#000000
(0,0,0)

Tints of #6F835F

#6F835F
(111,131,95)
#7C8E6D
(124,142,109)
#89997B
(137,153,123)
#96A489
(150,164,137)
#A3AF97
(163,175,151)
#B0BAA5
(176,186,165)
#BDC5B3
(189,197,179)
#CAD0C1
(202,208,193)
#D7DBCF
(215,219,207)
#E4E6DD
(228,230,221)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F835F; }

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

This text font color is #6F835F.

Background Color

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

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

This div background color is #6F835F.

Border color

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

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

This div border color is #6F835F.

Opacity

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

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

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

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

This text has shadow with #6F835F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F835F.

Preview

Color preview on black background

This text has color #6F835F on black background.


Color preview on white background

This text has color #6F835F on white background.


Black color preview on #6F835F background

This text has black color on #6F835F background.


White color preview on #6F835F background

This text has white color on #6F835F background.


Related colors

Complementary color

Complementary color for #hex is #907CA0.


I love getcolorcode.com

Triadic colors

1 #5F6F83 and #835F6F with #6F835F are triadic colors.

2 #5F836F and #836F5F with #6F835F are triadic colors.