COLOR #6F5952

HEX: #6F5952 RGB: (111,89,82)

Color info

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

RGB color model

#6F5952 color RGB value is (111,89,82).

RGB: (111,89,82) (44%, 35%, 32%)

RGB channels and saturation

R 111 of 255 = 44%
G 89 of 255 = 35%
B 82 of 255 = 32%

111
89
82

R + G + B ~ 37%. #6F5952 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 89 + 82 = 282 (100%)
R 111 of 282 ~ 39.36%
G 89 of 282 ~ 31.56%
B 82 of 282 ~ 29.08'%

%39.36
%31.56
%29.08

CMYK color model

#6F5952 color CMYK value is (0,20,26,56).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 26.13%
  • key color value is 56.47%

CMYK: (0,20,26,56)
C0M20Y26K56 (0%, 20%, 26%, 56%)
(0.00 / 0.20 / 0.26 / 0.56)

CMYK percentages

%0
%19.82
%26.13
%56.47

Codes

Color #6F5952 in popluar color models

6F 59 52
RGB 111 89 82
HSL 14° 15.03% 37.84%
HSB/HSV 14° 26.13% 43.53%
CMYK 0.00% 19.82% 26.13%
56.47%

Color #6F5952 in popluar number systems.

HEX 6F 59 52
Decimal 111 89 82
Binary 1101111 1011001 1010010
Octal 157 131 122

Shades and tints

Shades of #6F5952

#6F5952
(111,89,82)
#65514B
(101,81,75)
#5B4944
(91,73,68)
#51413D
(81,65,61)
#473936
(71,57,54)
#3D312F
(61,49,47)
#332928
(51,41,40)
#292121
(41,33,33)
#1F191A
(31,25,26)
#151113
(21,17,19)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #6F5952

#6F5952
(111,89,82)
#7C6861
(124,104,97)
#897770
(137,119,112)
#96867F
(150,134,127)
#A3958E
(163,149,142)
#B0A49D
(176,164,157)
#BDB3AC
(189,179,172)
#CAC2BB
(202,194,187)
#D7D1CA
(215,209,202)
#E4E0D9
(228,224,217)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5952; }

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

This text font color is #6F5952.

Background Color

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

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

This div background color is #6F5952.

Border color

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

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

This div border color is #6F5952.

Opacity

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

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

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

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

This text has shadow with #6F5952 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5952.

Preview

Color preview on black background

This text has color #6F5952 on black background.


Color preview on white background

This text has color #6F5952 on white background.


Black color preview on #6F5952 background

This text has black color on #6F5952 background.


White color preview on #6F5952 background

This text has white color on #6F5952 background.


Related colors

Complementary color

Complementary color for #hex is #90A6AD.


I love getcolorcode.com

Triadic colors

1 #526F59 and #59526F with #6F5952 are triadic colors.

2 #52596F and #596F52 with #6F5952 are triadic colors.