COLOR #6F7749

HEX: #6F7749
RGB: (111,119,73)

Color info

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

RGB color model

#6F7749 color RGB value is (111,119,73).

  • red value is 111;
  • green value is 119;
  • blue value is 73.
RGB:
(111,119,73)
(44%,47%,29%)

RGB channels and saturation

R 111 of 255 = 44%
G 119 of 255 = 47%
B 73 of 255 = 29%

111
119
73

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

Portions of RGB colors in percentages

R + G + B =
111 + 119 + 73 = 303 (100%)
R 111 of 303 ~ 36.63%
G 119 of 303 ~ 39.27%
B 73 of 303 ~ 24.09%

%36.63
%39.27
%24.09

CMYK color model

#6F7749 color CMYK value is (7,0,39,53).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 38.66%
  • key color value is 53.33%
CMYK:
(7,0,39,53)
C7M0Y39K53 
(7%,0%,39%,53%)
(0.07/0.00/0.39/0.53)	

CMYK percentages

%6.72
%0
%38.66
%53.33

Codes

Color #6F7749 in popluar color models

6F7749
RGB11111973
HSL70°23.96%37.65%
HSB/HSV70°38.66%46.67%
CMYK6.72%0.00%38.66%
53.33%

Color #6F7749 in popluar number systems.

HEX6F7749
Decimal11111973
Binary110111111101111001001
Octal157167111

Shades and tints

Shades of #6F7749

#6F7749
(111,119,73)
#656D43
(101,109,67)
#5B633D
(91,99,61)
#515937
(81,89,55)
#474F31
(71,79,49)
#3D452B
(61,69,43)
#333B25
(51,59,37)
#29311F
(41,49,31)
#1F2719
(31,39,25)
#151D13
(21,29,19)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #6F7749

#6F7749
(111,119,73)
#7C8359
(124,131,89)
#898F69
(137,143,105)
#969B79
(150,155,121)
#A3A789
(163,167,137)
#B0B399
(176,179,153)
#BDBFA9
(189,191,169)
#CACBB9
(202,203,185)
#D7D7C9
(215,215,201)
#E4E3D9
(228,227,217)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7749; }

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

This text font color is #6F7749.


Background Color

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

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

This div background color is #6F7749.


Border color

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

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

This div border color is #6F7749.


Opacity

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

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

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

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

This text has shadow with #6F7749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7749 on black background.


Color preview on white background

This text has color #6F7749 on white background.



Black color preview on #6F7749 background

This text has black color on #6F7749 background.


White color preview on #6F7749 background

This text has white color on #6F7749 background.