COLOR #6F763D

HEX: #6F763D
RGB: (111,118,61)

Color info

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

RGB color model

#6F763D color RGB value is (111,118,61).

  • red value is 111;
  • green value is 118;
  • blue value is 61.
RGB:
(111,118,61)
(44%,46%,24%)

RGB channels and saturation

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

111
118
61

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

Portions of RGB colors in percentages

R + G + B =
111 + 118 + 61 = 290 (100%)
R 111 of 290 ~ 38.28%
G 118 of 290 ~ 40.69%
B 61 of 290 ~ 21.03%

%38.28
%40.69
%21.03

CMYK color model

#6F763D color CMYK value is (6,0,48,54).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 48.31%
  • key color value is 53.73%
CMYK:
(6,0,48,54)
C6M0Y48K54 
(6%,0%,48%,54%)
(0.06/0.00/0.48/0.54)	

CMYK percentages

%5.93
%0
%48.31
%53.73

Codes

Color #6F763D in popluar color models

6F763D
RGB11111861
HSL67°31.84%35.10%
HSB/HSV67°48.31%46.27%
CMYK5.93%0.00%48.31%
53.73%

Color #6F763D in popluar number systems.

HEX6F763D
Decimal11111861
Binary11011111110110111101
Octal15716675

Shades and tints

Shades of #6F763D

#6F763D
(111,118,61)
#656C38
(101,108,56)
#5B6233
(91,98,51)
#51582E
(81,88,46)
#474E29
(71,78,41)
#3D4424
(61,68,36)
#333A1F
(51,58,31)
#29301A
(41,48,26)
#1F2615
(31,38,21)
#151C10
(21,28,16)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #6F763D

#6F763D
(111,118,61)
#7C824E
(124,130,78)
#898E5F
(137,142,95)
#969A70
(150,154,112)
#A3A681
(163,166,129)
#B0B292
(176,178,146)
#BDBEA3
(189,190,163)
#CACAB4
(202,202,180)
#D7D6C5
(215,214,197)
#E4E2D6
(228,226,214)
#F1EEE7
(241,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F763D; }

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

This text font color is #6F763D.


Background Color

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

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

This div background color is #6F763D.


Border color

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

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

This div border color is #6F763D.


Opacity

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

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

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

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

This text has shadow with #6F763D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F763D on black background.


Color preview on white background

This text has color #6F763D on white background.



Black color preview on #6F763D background

This text has black color on #6F763D background.


White color preview on #6F763D background

This text has white color on #6F763D background.