COLOR #6F7465

HEX: #6F7465 RGB: (111,116,101)

Color info

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

RGB color model

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

RGB: (111,116,101) (44%, 45%, 40%)

RGB channels and saturation

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

111
116
101

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

Portions of RGB colors in percentages

R + G + B = 111 + 116 + 101 = 328 (100%)
R 111 of 328 ~ 33.84%
G 116 of 328 ~ 35.37%
B 101 of 328 ~ 30.79'%

%33.84
%35.37
%30.79

CMYK color model

#6F7465 color CMYK value is (4,0,13,55).

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 12.93%
  • key color value is 54.51%
CMYK: (4,0,13,55) C4M0Y13K55 (4%,0%,13%,55%) (0.04/0.00/0.13/0.55) 

CMYK percentages

%4.31
%0
%12.93
%54.51

Codes

Color #6F7465 in popluar color models

6F 74 65
RGB 111 116 101
HSL 80° 6.91% 42.55%
HSB/HSV 80° 12.93% 45.49%
CMYK 4.31% 0.00% 12.93%
54.51%

Color #6F7465 in popluar number systems.

HEX 6F 74 65
Decimal 111 116 101
Binary 1101111 1110100 1100101
Octal 157 164 145

Shades and tints

Shades of #6F7465

#6F7465
(111,116,101)
#656A5C
(101,106,92)
#5B6053
(91,96,83)
#51564A
(81,86,74)
#474C41
(71,76,65)
#3D4238
(61,66,56)
#33382F
(51,56,47)
#292E26
(41,46,38)
#1F241D
(31,36,29)
#151A14
(21,26,20)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #6F7465

#6F7465
(111,116,101)
#7C8073
(124,128,115)
#898C81
(137,140,129)
#96988F
(150,152,143)
#A3A49D
(163,164,157)
#B0B0AB
(176,176,171)
#BDBCB9
(189,188,185)
#CAC8C7
(202,200,199)
#D7D4D5
(215,212,213)
#E4E0E3
(228,224,227)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7465; }

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

This text font color is #6F7465.

Background Color

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

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

This div background color is #6F7465.

Border color

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

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

This div border color is #6F7465.

Opacity

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

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

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

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

This text has shadow with #6F7465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7465.

Preview

Color preview on black background

This text has color #6F7465 on black background.


Color preview on white background

This text has color #6F7465 on white background.


Black color preview on #6F7465 background

This text has black color on #6F7465 background.


White color preview on #6F7465 background

This text has white color on #6F7465 background.


Related colors

Complementary color

Complementary color for #hex is #908B9A.


I love getcolorcode.com

Triadic colors

1 #656F74 and #74656F with #6F7465 are triadic colors.

2 #65746F and #746F65 with #6F7465 are triadic colors.