COLOR #6F7B52

HEX: #6F7B52
RGB: (111,123,82)

Color info

#6F7B52 contains red, green and blue colors in about the same proportion. Web safe color of #6F7B52 is #666666 (or #666).

RGB color model

#6F7B52 color RGB value is (111,123,82).

  • red value is 111;
  • green value is 123;
  • blue value is 82.
RGB:
(111,123,82)
(44%,48%,32%)

RGB channels and saturation

R 111 of 255 = 44%
G 123 of 255 = 48%
B 82 of 255 = 32%

111
123
82

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

Portions of RGB colors in percentages

R + G + B =
111 + 123 + 82 = 316 (100%)
R 111 of 316 ~ 35.13%
G 123 of 316 ~ 38.92%
B 82 of 316 ~ 25.95%

%35.13
%38.92
%25.95

CMYK color model

#6F7B52 color CMYK value is (10,0,33,52).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 51.76%
CMYK:
(10,0,33,52)
C10M0Y33K52 
(10%,0%,33%,52%)
(0.10/0.00/0.33/0.52)	

CMYK percentages

%9.76
%0
%33.33
%51.76

Codes

Color #6F7B52 in popluar color models

6F7B52
RGB11112382
HSL78°20.00%40.20%
HSB/HSV78°33.33%48.24%
CMYK9.76%0.00%33.33%
51.76%

Color #6F7B52 in popluar number systems.

HEX6F7B52
Decimal11112382
Binary110111111110111010010
Octal157173122

Shades and tints

Shades of #6F7B52

#6F7B52
(111,123,82)
#65704B
(101,112,75)
#5B6544
(91,101,68)
#515A3D
(81,90,61)
#474F36
(71,79,54)
#3D442F
(61,68,47)
#333928
(51,57,40)
#292E21
(41,46,33)
#1F231A
(31,35,26)
#151813
(21,24,19)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #6F7B52

#6F7B52
(111,123,82)
#7C8761
(124,135,97)
#899370
(137,147,112)
#969F7F
(150,159,127)
#A3AB8E
(163,171,142)
#B0B79D
(176,183,157)
#BDC3AC
(189,195,172)
#CACFBB
(202,207,187)
#D7DBCA
(215,219,202)
#E4E7D9
(228,231,217)
#F1F3E8
(241,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7B52 color. Also use rgb(111,123,82) instead hex code.

Text Font Color

.myTextColor { color: #6F7B52; }

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

This text font color is #6F7B52.


Background Color

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

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

This div background color is #6F7B52.


Border color

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

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

This div border color is #6F7B52.


Opacity

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

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

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

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

This text has shadow with #6F7B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7B52 on black background.


Color preview on white background

This text has color #6F7B52 on white background.



Black color preview on #6F7B52 background

This text has black color on #6F7B52 background.


White color preview on #6F7B52 background

This text has white color on #6F7B52 background.