COLOR #6F6565

HEX: #6F6565
RGB: (111,101,101)

Color info

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

RGB color model

#6F6565 color RGB value is (111,101,101).

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

RGB channels and saturation

R 111 of 255 = 44%
G 101 of 255 = 40%
B 101 of 255 = 40%

111
101
101

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

Portions of RGB colors in percentages

R + G + B =
111 + 101 + 101 = 313 (100%)
R 111 of 313 ~ 35.46%
G 101 of 313 ~ 32.27%
B 101 of 313 ~ 32.27%

%35.46
%32.27
%32.27

CMYK color model

#6F6565 color CMYK value is (0,9,9,56).

  • cyan value is 0.00%
  • magenta value is 9.01%
  • yellow value is 9.01%
  • key color value is 56.47%
CMYK:
(0,9,9,56)
C0M9Y9K56 
(0%,9%,9%,56%)
(0.00/0.09/0.09/0.56)	

CMYK percentages

%0
%9.01
%9.01
%56.47

Codes

Color #6F6565 in popluar color models

6F6565
RGB111101101
HSL4.72%41.57%
HSB/HSV9.01%43.53%
CMYK0.00%9.01%9.01%
56.47%

Color #6F6565 in popluar number systems.

HEX6F6565
Decimal111101101
Binary110111111001011100101
Octal157145145

Shades and tints

Shades of #6F6565

#6F6565
(111,101,101)
#655C5C
(101,92,92)
#5B5353
(91,83,83)
#514A4A
(81,74,74)
#474141
(71,65,65)
#3D3838
(61,56,56)
#332F2F
(51,47,47)
#292626
(41,38,38)
#1F1D1D
(31,29,29)
#151414
(21,20,20)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #6F6565

#6F6565
(111,101,101)
#7C7373
(124,115,115)
#898181
(137,129,129)
#968F8F
(150,143,143)
#A39D9D
(163,157,157)
#B0ABAB
(176,171,171)
#BDB9B9
(189,185,185)
#CAC7C7
(202,199,199)
#D7D5D5
(215,213,213)
#E4E3E3
(228,227,227)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6565; }

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

This text font color is #6F6565.


Background Color

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

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

This div background color is #6F6565.


Border color

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

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

This div border color is #6F6565.


Opacity

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

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

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

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

This text has shadow with #6F6565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6565 on black background.


Color preview on white background

This text has color #6F6565 on white background.



Black color preview on #6F6565 background

This text has black color on #6F6565 background.


White color preview on #6F6565 background

This text has white color on #6F6565 background.