COLOR #6F5352

HEX: #6F5352
RGB: (111,83,82)

Color info

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

RGB color model

#6F5352 color RGB value is (111,83,82).

  • red value is 111;
  • green value is 83;
  • blue value is 82.
RGB:
(111,83,82)
(44%,33%,32%)

RGB channels and saturation

R 111 of 255 = 44%
G 83 of 255 = 33%
B 82 of 255 = 32%

111
83
82

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

Portions of RGB colors in percentages

R + G + B =
111 + 83 + 82 = 276 (100%)
R 111 of 276 ~ 40.22%
G 83 of 276 ~ 30.07%
B 82 of 276 ~ 29.71%

%40.22
%30.07
%29.71

CMYK color model

#6F5352 color CMYK value is (0,25,26,56).

  • cyan value is 0.00%
  • magenta value is 25.23%
  • yellow value is 26.13%
  • key color value is 56.47%
CMYK:
(0,25,26,56)
C0M25Y26K56 
(0%,25%,26%,56%)
(0.00/0.25/0.26/0.56)	

CMYK percentages

%0
%25.23
%26.13
%56.47

Codes

Color #6F5352 in popluar color models

6F5352
RGB1118382
HSL15.03%37.84%
HSB/HSV26.13%43.53%
CMYK0.00%25.23%26.13%
56.47%

Color #6F5352 in popluar number systems.

HEX6F5352
Decimal1118382
Binary110111110100111010010
Octal157123122

Shades and tints

Shades of #6F5352

#6F5352
(111,83,82)
#654C4B
(101,76,75)
#5B4544
(91,69,68)
#513E3D
(81,62,61)
#473736
(71,55,54)
#3D302F
(61,48,47)
#332928
(51,41,40)
#292221
(41,34,33)
#1F1B1A
(31,27,26)
#151413
(21,20,19)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #6F5352

#6F5352
(111,83,82)
#7C6261
(124,98,97)
#897170
(137,113,112)
#96807F
(150,128,127)
#A38F8E
(163,143,142)
#B09E9D
(176,158,157)
#BDADAC
(189,173,172)
#CABCBB
(202,188,187)
#D7CBCA
(215,203,202)
#E4DAD9
(228,218,217)
#F1E9E8
(241,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5352; }

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

This text font color is #6F5352.


Background Color

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

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

This div background color is #6F5352.


Border color

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

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

This div border color is #6F5352.


Opacity

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

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

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

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

This text has shadow with #6F5352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5352 on black background.


Color preview on white background

This text has color #6F5352 on white background.



Black color preview on #6F5352 background

This text has black color on #6F5352 background.


White color preview on #6F5352 background

This text has white color on #6F5352 background.