COLOR #6F625D

HEX: #6F625D
RGB: (111,98,93)

Color info

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

RGB color model

#6F625D color RGB value is (111,98,93).

  • red value is 111;
  • green value is 98;
  • blue value is 93.
RGB:
(111,98,93)
(44%,38%,36%)

RGB channels and saturation

R 111 of 255 = 44%
G 98 of 255 = 38%
B 93 of 255 = 36%

111
98
93

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

Portions of RGB colors in percentages

R + G + B =
111 + 98 + 93 = 302 (100%)
R 111 of 302 ~ 36.75%
G 98 of 302 ~ 32.45%
B 93 of 302 ~ 30.79%

%36.75
%32.45
%30.79

CMYK color model

#6F625D color CMYK value is (0,12,16,56).

  • cyan value is 0.00%
  • magenta value is 11.71%
  • yellow value is 16.22%
  • key color value is 56.47%
CMYK:
(0,12,16,56)
C0M12Y16K56 
(0%,12%,16%,56%)
(0.00/0.12/0.16/0.56)	

CMYK percentages

%0
%11.71
%16.22
%56.47

Codes

Color #6F625D in popluar color models

6F625D
RGB1119893
HSL17°8.82%40.00%
HSB/HSV17°16.22%43.53%
CMYK0.00%11.71%16.22%
56.47%

Color #6F625D in popluar number systems.

HEX6F625D
Decimal1119893
Binary110111111000101011101
Octal157142135

Shades and tints

Shades of #6F625D

#6F625D
(111,98,93)
#655A55
(101,90,85)
#5B524D
(91,82,77)
#514A45
(81,74,69)
#47423D
(71,66,61)
#3D3A35
(61,58,53)
#33322D
(51,50,45)
#292A25
(41,42,37)
#1F221D
(31,34,29)
#151A15
(21,26,21)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #6F625D

#6F625D
(111,98,93)
#7C706B
(124,112,107)
#897E79
(137,126,121)
#968C87
(150,140,135)
#A39A95
(163,154,149)
#B0A8A3
(176,168,163)
#BDB6B1
(189,182,177)
#CAC4BF
(202,196,191)
#D7D2CD
(215,210,205)
#E4E0DB
(228,224,219)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F625D color. Also use rgb(111,98,93) instead hex code.

Text Font Color

.myTextColor { color: #6F625D; }

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

This text font color is #6F625D.


Background Color

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

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

This div background color is #6F625D.


Border color

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

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

This div border color is #6F625D.


Opacity

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

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

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

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

This text has shadow with #6F625D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F625D on black background.


Color preview on white background

This text has color #6F625D on white background.



Black color preview on #6F625D background

This text has black color on #6F625D background.


White color preview on #6F625D background

This text has white color on #6F625D background.