COLOR #6F7265

HEX: #6F7265
RGB: (111,114,101)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
114
101

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

Portions of RGB colors in percentages

R + G + B =
111 + 114 + 101 = 326 (100%)
R 111 of 326 ~ 34.05%
G 114 of 326 ~ 34.97%
B 101 of 326 ~ 30.98%

%34.05
%34.97
%30.98

CMYK color model

#6F7265 color CMYK value is (3,0,11,55).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • key color value is 55.29%
CMYK:
(3,0,11,55)
C3M0Y11K55 
(3%,0%,11%,55%)
(0.03/0.00/0.11/0.55)	

CMYK percentages

%2.63
%0
%11.4
%55.29

Codes

Color #6F7265 in popluar color models

6F7265
RGB111114101
HSL74°6.05%42.16%
HSB/HSV74°11.40%44.71%
CMYK2.63%0.00%11.40%
55.29%

Color #6F7265 in popluar number systems.

HEX6F7265
Decimal111114101
Binary110111111100101100101
Octal157162145

Shades and tints

Shades of #6F7265

#6F7265
(111,114,101)
#65685C
(101,104,92)
#5B5E53
(91,94,83)
#51544A
(81,84,74)
#474A41
(71,74,65)
#3D4038
(61,64,56)
#33362F
(51,54,47)
#292C26
(41,44,38)
#1F221D
(31,34,29)
#151814
(21,24,20)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #6F7265

#6F7265
(111,114,101)
#7C7E73
(124,126,115)
#898A81
(137,138,129)
#96968F
(150,150,143)
#A3A29D
(163,162,157)
#B0AEAB
(176,174,171)
#BDBAB9
(189,186,185)
#CAC6C7
(202,198,199)
#D7D2D5
(215,210,213)
#E4DEE3
(228,222,227)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7265; }

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

This text font color is #6F7265.


Background Color

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

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

This div background color is #6F7265.


Border color

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

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

This div border color is #6F7265.


Opacity

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

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

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

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

This text has shadow with #6F7265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7265 on black background.


Color preview on white background

This text has color #6F7265 on white background.



Black color preview on #6F7265 background

This text has black color on #6F7265 background.


White color preview on #6F7265 background

This text has white color on #6F7265 background.