COLOR #6F7451

HEX: #6F7451
RGB: (111,116,81)

Color info

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

RGB color model

#6F7451 color RGB value is (111,116,81).

  • red value is 111;
  • green value is 116;
  • blue value is 81.
RGB:
(111,116,81)
(44%,45%,32%)

RGB channels and saturation

R 111 of 255 = 44%
G 116 of 255 = 45%
B 81 of 255 = 32%

111
116
81

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

Portions of RGB colors in percentages

R + G + B =
111 + 116 + 81 = 308 (100%)
R 111 of 308 ~ 36.04%
G 116 of 308 ~ 37.66%
B 81 of 308 ~ 26.3%

%36.04
%37.66
%26.3

CMYK color model

#6F7451 color CMYK value is (4,0,30,55).

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 30.17%
  • key color value is 54.51%
CMYK:
(4,0,30,55)
C4M0Y30K55 
(4%,0%,30%,55%)
(0.04/0.00/0.30/0.55)	

CMYK percentages

%4.31
%0
%30.17
%54.51

Codes

Color #6F7451 in popluar color models

6F7451
RGB11111681
HSL69°17.77%38.63%
HSB/HSV69°30.17%45.49%
CMYK4.31%0.00%30.17%
54.51%

Color #6F7451 in popluar number systems.

HEX6F7451
Decimal11111681
Binary110111111101001010001
Octal157164121

Shades and tints

Shades of #6F7451

#6F7451
(111,116,81)
#656A4A
(101,106,74)
#5B6043
(91,96,67)
#51563C
(81,86,60)
#474C35
(71,76,53)
#3D422E
(61,66,46)
#333827
(51,56,39)
#292E20
(41,46,32)
#1F2419
(31,36,25)
#151A12
(21,26,18)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #6F7451

#6F7451
(111,116,81)
#7C8060
(124,128,96)
#898C6F
(137,140,111)
#96987E
(150,152,126)
#A3A48D
(163,164,141)
#B0B09C
(176,176,156)
#BDBCAB
(189,188,171)
#CAC8BA
(202,200,186)
#D7D4C9
(215,212,201)
#E4E0D8
(228,224,216)
#F1ECE7
(241,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7451 color. Also use rgb(111,116,81) instead hex code.

Text Font Color

.myTextColor { color: #6F7451; }

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

This text font color is #6F7451.


Background Color

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

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

This div background color is #6F7451.


Border color

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

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

This div border color is #6F7451.


Opacity

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

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

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

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

This text has shadow with #6F7451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7451 on black background.


Color preview on white background

This text has color #6F7451 on white background.



Black color preview on #6F7451 background

This text has black color on #6F7451 background.


White color preview on #6F7451 background

This text has white color on #6F7451 background.