COLOR #6F763C

HEX: #6F763C RGB: (111,118,60)

Color info

#6F763C contains red, green and blue colors in about the same proportion. Web safe color of #6F763C is #666633 (or #663).

RGB color model

#6F763C color RGB value is (111,118,60).

RGB: (111,118,60) (44%, 46%, 24%)

RGB channels and saturation

R 111 of 255 = 44%
G 118 of 255 = 46%
B 60 of 255 = 24%

111
118
60

R + G + B ~ 38%. #6F763C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 118 + 60 = 289 (100%)
R 111 of 289 ~ 38.41%
G 118 of 289 ~ 40.83%
B 60 of 289 ~ 20.76'%

%38.41
%40.83
%20.76

CMYK color model

#6F763C color CMYK value is (6,0,49,54).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 49.15%
  • key color value is 53.73%

CMYK: (6,0,49,54)
C6M0Y49K54 (6%, 0%, 49%, 54%)
(0.06 / 0.00 / 0.49 / 0.54)

CMYK percentages

%5.93
%0
%49.15
%53.73

Codes

Color #6F763C in popluar color models

6F 76 3C
RGB 111 118 60
HSL 67° 32.58% 34.90%
HSB/HSV 67° 49.15% 46.27%
CMYK 5.93% 0.00% 49.15%
53.73%

Color #6F763C in popluar number systems.

HEX 6F 76 3C
Decimal 111 118 60
Binary 1101111 1110110 111100
Octal 157 166 74

Shades and tints

Shades of #6F763C

#6F763C
(111,118,60)
#656C37
(101,108,55)
#5B6232
(91,98,50)
#51582D
(81,88,45)
#474E28
(71,78,40)
#3D4423
(61,68,35)
#333A1E
(51,58,30)
#293019
(41,48,25)
#1F2614
(31,38,20)
#151C0F
(21,28,15)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #6F763C

#6F763C
(111,118,60)
#7C824D
(124,130,77)
#898E5E
(137,142,94)
#969A6F
(150,154,111)
#A3A680
(163,166,128)
#B0B291
(176,178,145)
#BDBEA2
(189,190,162)
#CACAB3
(202,202,179)
#D7D6C4
(215,214,196)
#E4E2D5
(228,226,213)
#F1EEE6
(241,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F763C; }

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

This text font color is #6F763C.

Background Color

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

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

This div background color is #6F763C.

Border color

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

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

This div border color is #6F763C.

Opacity

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

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

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

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

This text has shadow with #6F763C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F763C.

Preview

Color preview on black background

This text has color #6F763C on black background.


Color preview on white background

This text has color #6F763C on white background.


Black color preview on #6F763C background

This text has black color on #6F763C background.


White color preview on #6F763C background

This text has white color on #6F763C background.


Related colors

Complementary color

Complementary color for #hex is #9089C3.


I love getcolorcode.com

Triadic colors

1 #3C6F76 and #763C6F with #6F763C are triadic colors.

2 #3C766F and #766F3C with #6F763C are triadic colors.