COLOR #6F534D

HEX: #6F534D RGB: (111,83,77)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
83
77

R + G + B ~ 36%. #6F534D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 83 + 77 = 271 (100%)
R 111 of 271 ~ 40.96%
G 83 of 271 ~ 30.63%
B 77 of 271 ~ 28.41'%

%40.96
%30.63
%28.41

CMYK color model

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

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

CMYK: (0,25,31,56)
C0M25Y31K56 (0%, 25%, 31%, 56%)
(0.00 / 0.25 / 0.31 / 0.56)

CMYK percentages

%0
%25.23
%30.63
%56.47

Codes

Color #6F534D in popluar color models

6F 53 4D
RGB 111 83 77
HSL 11° 18.09% 36.86%
HSB/HSV 11° 30.63% 43.53%
CMYK 0.00% 25.23% 30.63%
56.47%

Color #6F534D in popluar number systems.

HEX 6F 53 4D
Decimal 111 83 77
Binary 1101111 1010011 1001101
Octal 157 123 115

Shades and tints

Shades of #6F534D

#6F534D
(111,83,77)
#654C46
(101,76,70)
#5B453F
(91,69,63)
#513E38
(81,62,56)
#473731
(71,55,49)
#3D302A
(61,48,42)
#332923
(51,41,35)
#29221C
(41,34,28)
#1F1B15
(31,27,21)
#15140E
(21,20,14)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #6F534D

#6F534D
(111,83,77)
#7C625D
(124,98,93)
#89716D
(137,113,109)
#96807D
(150,128,125)
#A38F8D
(163,143,141)
#B09E9D
(176,158,157)
#BDADAD
(189,173,173)
#CABCBD
(202,188,189)
#D7CBCD
(215,203,205)
#E4DADD
(228,218,221)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F534D; }

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

This text font color is #6F534D.

Background Color

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

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

This div background color is #6F534D.

Border color

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

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

This div border color is #6F534D.

Opacity

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

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

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

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

This text has shadow with #6F534D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F534D.

Preview

Color preview on black background

This text has color #6F534D on black background.


Color preview on white background

This text has color #6F534D on white background.


Black color preview on #6F534D background

This text has black color on #6F534D background.


White color preview on #6F534D background

This text has white color on #6F534D background.


Related colors

Complementary color

Complementary color for #hex is #90ACB2.


I love getcolorcode.com

Triadic colors

1 #4D6F53 and #534D6F with #6F534D are triadic colors.

2 #4D536F and #536F4D with #6F534D are triadic colors.