COLOR #6F7A50

HEX: #6F7A50 RGB: (111,122,80)

Color info

#6F7A50 contains red, green and blue colors in about the same proportion. Web safe color of #6F7A50 is #666666 (or #666).

RGB color model

#6F7A50 color RGB value is (111,122,80).

RGB: (111,122,80) (44%, 48%, 31%)

RGB channels and saturation

R 111 of 255 = 44%
G 122 of 255 = 48%
B 80 of 255 = 31%

111
122
80

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

Portions of RGB colors in percentages

R + G + B = 111 + 122 + 80 = 313 (100%)
R 111 of 313 ~ 35.46%
G 122 of 313 ~ 38.98%
B 80 of 313 ~ 25.56'%

%35.46
%38.98
%25.56

CMYK color model

#6F7A50 color CMYK value is (9,0,34,52).

  • cyan value is 9.02%
  • magenta value is 0.00%
  • yellow value is 34.43%
  • key color value is 52.16%

CMYK: (9,0,34,52)
C9M0Y34K52 (9%, 0%, 34%, 52%)
(0.09 / 0.00 / 0.34 / 0.52)

CMYK percentages

%9.02
%0
%34.43
%52.16

Codes

Color #6F7A50 in popluar color models

6F 7A 50
RGB 111 122 80
HSL 76° 20.79% 39.61%
HSB/HSV 76° 34.43% 47.84%
CMYK 9.02% 0.00% 34.43%
52.16%

Color #6F7A50 in popluar number systems.

HEX 6F 7A 50
Decimal 111 122 80
Binary 1101111 1111010 1010000
Octal 157 172 120

Shades and tints

Shades of #6F7A50

#6F7A50
(111,122,80)
#656F49
(101,111,73)
#5B6442
(91,100,66)
#51593B
(81,89,59)
#474E34
(71,78,52)
#3D432D
(61,67,45)
#333826
(51,56,38)
#292D1F
(41,45,31)
#1F2218
(31,34,24)
#151711
(21,23,17)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #6F7A50

#6F7A50
(111,122,80)
#7C865F
(124,134,95)
#89926E
(137,146,110)
#969E7D
(150,158,125)
#A3AA8C
(163,170,140)
#B0B69B
(176,182,155)
#BDC2AA
(189,194,170)
#CACEB9
(202,206,185)
#D7DAC8
(215,218,200)
#E4E6D7
(228,230,215)
#F1F2E6
(241,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7A50; }

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

This text font color is #6F7A50.

Background Color

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

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

This div background color is #6F7A50.

Border color

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

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

This div border color is #6F7A50.

Opacity

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

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

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

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

This text has shadow with #6F7A50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7A50.

Preview

Color preview on black background

This text has color #6F7A50 on black background.


Color preview on white background

This text has color #6F7A50 on white background.


Black color preview on #6F7A50 background

This text has black color on #6F7A50 background.


White color preview on #6F7A50 background

This text has white color on #6F7A50 background.


Related colors

Complementary color

Complementary color for #hex is #9085AF.


I love getcolorcode.com

Triadic colors

1 #506F7A and #7A506F with #6F7A50 are triadic colors.

2 #507A6F and #7A6F50 with #6F7A50 are triadic colors.