COLOR #6F6753

HEX: #6F6753
RGB: (111,103,83)

Color info

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

RGB color model

#6F6753 color RGB value is (111,103,83).

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

RGB channels and saturation

R 111 of 255 = 44%
G 103 of 255 = 40%
B 83 of 255 = 33%

111
103
83

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

Portions of RGB colors in percentages

R + G + B =
111 + 103 + 83 = 297 (100%)
R 111 of 297 ~ 37.37%
G 103 of 297 ~ 34.68%
B 83 of 297 ~ 27.95%

%37.37
%34.68
%27.95

CMYK color model

#6F6753 color CMYK value is (0,7,25,56).

  • cyan value is 0.00%
  • magenta value is 7.21%
  • yellow value is 25.23%
  • key color value is 56.47%
CMYK:
(0,7,25,56)
C0M7Y25K56 
(0%,7%,25%,56%)
(0.00/0.07/0.25/0.56)	

CMYK percentages

%0
%7.21
%25.23
%56.47

Codes

Color #6F6753 in popluar color models

6F6753
RGB11110383
HSL43°14.43%38.04%
HSB/HSV43°25.23%43.53%
CMYK0.00%7.21%25.23%
56.47%

Color #6F6753 in popluar number systems.

HEX6F6753
Decimal11110383
Binary110111111001111010011
Octal157147123

Shades and tints

Shades of #6F6753

#6F6753
(111,103,83)
#655E4C
(101,94,76)
#5B5545
(91,85,69)
#514C3E
(81,76,62)
#474337
(71,67,55)
#3D3A30
(61,58,48)
#333129
(51,49,41)
#292822
(41,40,34)
#1F1F1B
(31,31,27)
#151614
(21,22,20)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #6F6753

#6F6753
(111,103,83)
#7C7462
(124,116,98)
#898171
(137,129,113)
#968E80
(150,142,128)
#A39B8F
(163,155,143)
#B0A89E
(176,168,158)
#BDB5AD
(189,181,173)
#CAC2BC
(202,194,188)
#D7CFCB
(215,207,203)
#E4DCDA
(228,220,218)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6753; }

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

This text font color is #6F6753.


Background Color

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

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

This div background color is #6F6753.


Border color

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

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

This div border color is #6F6753.


Opacity

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

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

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

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

This text has shadow with #6F6753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6753 on black background.


Color preview on white background

This text has color #6F6753 on white background.



Black color preview on #6F6753 background

This text has black color on #6F6753 background.


White color preview on #6F6753 background

This text has white color on #6F6753 background.