COLOR #6F744C

HEX: #6F744C
RGB: (111,116,76)

Color info

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

RGB color model

#6F744C color RGB value is (111,116,76).

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

RGB channels and saturation

R 111 of 255 = 44%
G 116 of 255 = 45%
B 76 of 255 = 30%

111
116
76

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

Portions of RGB colors in percentages

R + G + B =
111 + 116 + 76 = 303 (100%)
R 111 of 303 ~ 36.63%
G 116 of 303 ~ 38.28%
B 76 of 303 ~ 25.08%

%36.63
%38.28
%25.08

CMYK color model

#6F744C color CMYK value is (4,0,34,55).

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 54.51%
CMYK:
(4,0,34,55)
C4M0Y34K55 
(4%,0%,34%,55%)
(0.04/0.00/0.34/0.55)	

CMYK percentages

%4.31
%0
%34.48
%54.51

Codes

Color #6F744C in popluar color models

6F744C
RGB11111676
HSL68°20.83%37.65%
HSB/HSV68°34.48%45.49%
CMYK4.31%0.00%34.48%
54.51%

Color #6F744C in popluar number systems.

HEX6F744C
Decimal11111676
Binary110111111101001001100
Octal157164114

Shades and tints

Shades of #6F744C

#6F744C
(111,116,76)
#656A46
(101,106,70)
#5B6040
(91,96,64)
#51563A
(81,86,58)
#474C34
(71,76,52)
#3D422E
(61,66,46)
#333828
(51,56,40)
#292E22
(41,46,34)
#1F241C
(31,36,28)
#151A16
(21,26,22)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #6F744C

#6F744C
(111,116,76)
#7C805C
(124,128,92)
#898C6C
(137,140,108)
#96987C
(150,152,124)
#A3A48C
(163,164,140)
#B0B09C
(176,176,156)
#BDBCAC
(189,188,172)
#CAC8BC
(202,200,188)
#D7D4CC
(215,212,204)
#E4E0DC
(228,224,220)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F744C; }

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

This text font color is #6F744C.


Background Color

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

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

This div background color is #6F744C.


Border color

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

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

This div border color is #6F744C.


Opacity

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

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

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

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

This text has shadow with #6F744C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F744C on black background.


Color preview on white background

This text has color #6F744C on white background.



Black color preview on #6F744C background

This text has black color on #6F744C background.


White color preview on #6F744C background

This text has white color on #6F744C background.