COLOR #6F4D4D

HEX: #6F4D4D RGB: (111,77,77)

Color info

#6F4D4D contains red, green and blue colors in about the same proportion. Web safe color of #6F4D4D is #663333 (or #633).

RGB color model

#6F4D4D color RGB value is (111,77,77).

RGB: (111,77,77) (44%, 30%, 30%)

RGB channels and saturation

R 111 of 255 = 44%
G 77 of 255 = 30%
B 77 of 255 = 30%

111
77
77

R + G + B ~ 35%. #6F4D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 77 + 77 = 265 (100%)
R 111 of 265 ~ 41.89%
G 77 of 265 ~ 29.06%
B 77 of 265 ~ 29.06'%

%41.89
%29.06
%29.06

CMYK color model

#6F4D4D color CMYK value is (0,31,31,56).

  • cyan value is 0.00%
  • magenta value is 30.63%
  • yellow value is 30.63%
  • key color value is 56.47%

CMYK: (0,31,31,56)
C0M31Y31K56 (0%, 31%, 31%, 56%)
(0.00 / 0.31 / 0.31 / 0.56)

CMYK percentages

%0
%30.63
%30.63
%56.47

Codes

Color #6F4D4D in popluar color models

6F 4D 4D
RGB 111 77 77
HSL 18.09% 36.86%
HSB/HSV 30.63% 43.53%
CMYK 0.00% 30.63% 30.63%
56.47%

Color #6F4D4D in popluar number systems.

HEX 6F 4D 4D
Decimal 111 77 77
Binary 1101111 1001101 1001101
Octal 157 115 115

Shades and tints

Shades of #6F4D4D

#6F4D4D
(111,77,77)
#654646
(101,70,70)
#5B3F3F
(91,63,63)
#513838
(81,56,56)
#473131
(71,49,49)
#3D2A2A
(61,42,42)
#332323
(51,35,35)
#291C1C
(41,28,28)
#1F1515
(31,21,21)
#150E0E
(21,14,14)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #6F4D4D

#6F4D4D
(111,77,77)
#7C5D5D
(124,93,93)
#896D6D
(137,109,109)
#967D7D
(150,125,125)
#A38D8D
(163,141,141)
#B09D9D
(176,157,157)
#BDADAD
(189,173,173)
#CABDBD
(202,189,189)
#D7CDCD
(215,205,205)
#E4DDDD
(228,221,221)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4D4D; }

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

This text font color is #6F4D4D.

Background Color

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

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

This div background color is #6F4D4D.

Border color

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

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

This div border color is #6F4D4D.

Opacity

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

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

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

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

This text has shadow with #6F4D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4D4D.

Preview

Color preview on black background

This text has color #6F4D4D on black background.


Color preview on white background

This text has color #6F4D4D on white background.


Black color preview on #6F4D4D background

This text has black color on #6F4D4D background.


White color preview on #6F4D4D background

This text has white color on #6F4D4D background.


Related colors

Complementary color

Complementary color for #hex is #90B2B2.


I love getcolorcode.com