COLOR #6F724B

HEX: #6F724B
RGB: (111,114,75)

Color info

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

RGB color model

#6F724B color RGB value is (111,114,75).

  • red value is 111;
  • green value is 114;
  • blue value is 75.
RGB: (111,114,75) (44%,45%,29%)

RGB channels and saturation

R 111 of 255 = 44%
G 114 of 255 = 45%
B 75 of 255 = 29%

111
114
75

R + G + B ~ 39%. #6F724B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 114 + 75 = 300 (100%)
R 111 of 300 ~ 37%
G 114 of 300 ~ 38%
B 75 of 300 ~ 25%

%37
%38
%25

CMYK color model

#6F724B color CMYK value is (3,0,34,55).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 55.29%
CMYK: (3,0,34,55) C3M0Y34K55 (3%,0%,34%,55%) (0.03/0.00/0.34/0.55)

CMYK percentages

%2.63
%0
%34.21
%55.29

Codes

Color #6F724B in popluar color models

6F724B
RGB11111475
HSL65°20.63%37.06%
HSB/HSV65°34.21%44.71%
CMYK2.63%0.00%34.21%
55.29%

Color #6F724B in popluar number systems.

HEX6F724B
Decimal11111475
Binary110111111100101001011
Octal157162113

Shades and tints

Shades of #6F724B

#6F724B
(111,114,75)
#656845
(101,104,69)
#5B5E3F
(91,94,63)
#515439
(81,84,57)
#474A33
(71,74,51)
#3D402D
(61,64,45)
#333627
(51,54,39)
#292C21
(41,44,33)
#1F221B
(31,34,27)
#151815
(21,24,21)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #6F724B

#6F724B
(111,114,75)
#7C7E5B
(124,126,91)
#898A6B
(137,138,107)
#96967B
(150,150,123)
#A3A28B
(163,162,139)
#B0AE9B
(176,174,155)
#BDBAAB
(189,186,171)
#CAC6BB
(202,198,187)
#D7D2CB
(215,210,203)
#E4DEDB
(228,222,219)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F724B color. Also use rgb(111,114,75) instead hex code.

Text Font Color

.myTextColor { color: #6F724B; }

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

This text font color is #6F724B.


Background Color

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

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

This div background color is #6F724B.


Border color

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

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

This div border color is #6F724B.


Opacity

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

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

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

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

This text has shadow with #6F724B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6F724B on black background.


Color preview on white background

This text has color #6F724B on white background.



Black color preview on #6F724B background

This text has black color on #6F724B background.


White color preview on #6F724B background

This text has white color on #6F724B background.