COLOR #6F744A

HEX: #6F744A
RGB: (111,116,74)

Color info

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

RGB color model

#6F744A color RGB value is (111,116,74).

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

RGB channels and saturation

R 111 of 255 = 44%
G 116 of 255 = 45%
B 74 of 255 = 29%

111
116
74

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

Portions of RGB colors in percentages

R + G + B =
111 + 116 + 74 = 301 (100%)
R 111 of 301 ~ 36.88%
G 116 of 301 ~ 38.54%
B 74 of 301 ~ 24.58%

%36.88
%38.54
%24.58

CMYK color model

#6F744A color CMYK value is (4,0,36,55).

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 36.21%
  • key color value is 54.51%
CMYK:
(4,0,36,55)
C4M0Y36K55 
(4%,0%,36%,55%)
(0.04/0.00/0.36/0.55)	

CMYK percentages

%4.31
%0
%36.21
%54.51

Codes

Color #6F744A in popluar color models

6F744A
RGB11111674
HSL67°22.11%37.25%
HSB/HSV67°36.21%45.49%
CMYK4.31%0.00%36.21%
54.51%

Color #6F744A in popluar number systems.

HEX6F744A
Decimal11111674
Binary110111111101001001010
Octal157164112

Shades and tints

Shades of #6F744A

#6F744A
(111,116,74)
#656A44
(101,106,68)
#5B603E
(91,96,62)
#515638
(81,86,56)
#474C32
(71,76,50)
#3D422C
(61,66,44)
#333826
(51,56,38)
#292E20
(41,46,32)
#1F241A
(31,36,26)
#151A14
(21,26,20)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #6F744A

#6F744A
(111,116,74)
#7C805A
(124,128,90)
#898C6A
(137,140,106)
#96987A
(150,152,122)
#A3A48A
(163,164,138)
#B0B09A
(176,176,154)
#BDBCAA
(189,188,170)
#CAC8BA
(202,200,186)
#D7D4CA
(215,212,202)
#E4E0DA
(228,224,218)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F744A; }

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

This text font color is #6F744A.


Background Color

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

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

This div background color is #6F744A.


Border color

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

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

This div border color is #6F744A.


Opacity

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

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

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

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

This text has shadow with #6F744A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F744A on black background.


Color preview on white background

This text has color #6F744A on white background.



Black color preview on #6F744A background

This text has black color on #6F744A background.


White color preview on #6F744A background

This text has white color on #6F744A background.