COLOR #6F772B

HEX: #6F772B RGB: (111,119,43)

Color info

#6F772B contains mainly red and green colors. Web safe color of #6F772B is #666633 (or #663).

RGB color model

#6F772B color RGB value is (111,119,43).

RGB: (111,119,43) (44%, 47%, 17%)

RGB channels and saturation

R 111 of 255 = 44%
G 119 of 255 = 47%
B 43 of 255 = 17%

111
119
43

R + G + B ~ 36%. #6F772B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 119 + 43 = 273 (100%)
R 111 of 273 ~ 40.66%
G 119 of 273 ~ 43.59%
B 43 of 273 ~ 15.75'%

%40.66
%43.59
%15.75

CMYK color model

#6F772B color CMYK value is (7,0,64,53).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 63.87%
  • key color value is 53.33%

CMYK: (7,0,64,53)
C7M0Y64K53 (7%, 0%, 64%, 53%)
(0.07 / 0.00 / 0.64 / 0.53)

CMYK percentages

%6.72
%0
%63.87
%53.33

Codes

Color #6F772B in popluar color models

6F 77 2B
RGB 111 119 43
HSL 66° 46.91% 31.76%
HSB/HSV 66° 63.87% 46.67%
CMYK 6.72% 0.00% 63.87%
53.33%

Color #6F772B in popluar number systems.

HEX 6F 77 2B
Decimal 111 119 43
Binary 1101111 1110111 101011
Octal 157 167 53

Shades and tints

Shades of #6F772B

#6F772B
(111,119,43)
#656D28
(101,109,40)
#5B6325
(91,99,37)
#515922
(81,89,34)
#474F1F
(71,79,31)
#3D451C
(61,69,28)
#333B19
(51,59,25)
#293116
(41,49,22)
#1F2713
(31,39,19)
#151D10
(21,29,16)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #6F772B

#6F772B
(111,119,43)
#7C833E
(124,131,62)
#898F51
(137,143,81)
#969B64
(150,155,100)
#A3A777
(163,167,119)
#B0B38A
(176,179,138)
#BDBF9D
(189,191,157)
#CACBB0
(202,203,176)
#D7D7C3
(215,215,195)
#E4E3D6
(228,227,214)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F772B; }

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

This text font color is #6F772B.

Background Color

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

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

This div background color is #6F772B.

Border color

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

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

This div border color is #6F772B.

Opacity

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

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

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

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

This text has shadow with #6F772B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F772B.

Preview

Color preview on black background

This text has color #6F772B on black background.


Color preview on white background

This text has color #6F772B on white background.


Black color preview on #6F772B background

This text has black color on #6F772B background.


White color preview on #6F772B background

This text has white color on #6F772B background.


Related colors

Complementary color

Complementary color for #hex is #9088D4.


I love getcolorcode.com

Triadic colors

1 #2B6F77 and #772B6F with #6F772B are triadic colors.

2 #2B776F and #776F2B with #6F772B are triadic colors.