COLOR #6F6372

HEX: #6F6372
RGB: (111,99,114)

Color info

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

RGB color model

#6F6372 color RGB value is (111,99,114).

  • red value is 111;
  • green value is 99;
  • blue value is 114.
RGB:
(111,99,114)
(44%,39%,45%)

RGB channels and saturation

R 111 of 255 = 44%
G 99 of 255 = 39%
B 114 of 255 = 45%

111
99
114

R + G + B ~ 43%. #6F6372 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 99 + 114 = 324 (100%)
R 111 of 324 ~ 34.26%
G 99 of 324 ~ 30.56%
B 114 of 324 ~ 35.19%

%34.26
%30.56
%35.19

CMYK color model

#6F6372 color CMYK value is (3,13,0,55).

  • cyan value is 2.63%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(3,13,0,55)
C3M13Y0K55 
(3%,13%,0%,55%)
(0.03/0.13/0.00/0.55)	

CMYK percentages

%2.63
%13.16
%0
%55.29

Codes

Color #6F6372 in popluar color models

6F6372
RGB11199114
HSL288°7.04%41.76%
HSB/HSV288°13.16%44.71%
CMYK2.63%13.16%0.00%
55.29%

Color #6F6372 in popluar number systems.

HEX6F6372
Decimal11199114
Binary110111111000111110010
Octal157143162

Shades and tints

Shades of #6F6372

#6F6372
(111,99,114)
#655A68
(101,90,104)
#5B515E
(91,81,94)
#514854
(81,72,84)
#473F4A
(71,63,74)
#3D3640
(61,54,64)
#332D36
(51,45,54)
#29242C
(41,36,44)
#1F1B22
(31,27,34)
#151218
(21,18,24)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #6F6372

#6F6372
(111,99,114)
#7C717E
(124,113,126)
#897F8A
(137,127,138)
#968D96
(150,141,150)
#A39BA2
(163,155,162)
#B0A9AE
(176,169,174)
#BDB7BA
(189,183,186)
#CAC5C6
(202,197,198)
#D7D3D2
(215,211,210)
#E4E1DE
(228,225,222)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6372; }

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

This text font color is #6F6372.


Background Color

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

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

This div background color is #6F6372.


Border color

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

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

This div border color is #6F6372.


Opacity

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

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

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

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

This text has shadow with #6F6372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6372 on black background.


Color preview on white background

This text has color #6F6372 on white background.



Black color preview on #6F6372 background

This text has black color on #6F6372 background.


White color preview on #6F6372 background

This text has white color on #6F6372 background.