COLOR #6F7263

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
114
99

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

Portions of RGB colors in percentages

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

%34.26
%35.19
%30.56

CMYK color model

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

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

CMYK percentages

%2.63
%0
%13.16
%55.29

Codes

Color #6F7263 in popluar color models

6F7263
RGB11111499
HSL72°7.04%41.76%
HSB/HSV72°13.16%44.71%
CMYK2.63%0.00%13.16%
55.29%

Color #6F7263 in popluar number systems.

HEX6F7263
Decimal11111499
Binary110111111100101100011
Octal157162143

Shades and tints

Shades of #6F7263

#6F7263
(111,114,99)
#65685A
(101,104,90)
#5B5E51
(91,94,81)
#515448
(81,84,72)
#474A3F
(71,74,63)
#3D4036
(61,64,54)
#33362D
(51,54,45)
#292C24
(41,44,36)
#1F221B
(31,34,27)
#151812
(21,24,18)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #6F7263

#6F7263
(111,114,99)
#7C7E71
(124,126,113)
#898A7F
(137,138,127)
#96968D
(150,150,141)
#A3A29B
(163,162,155)
#B0AEA9
(176,174,169)
#BDBAB7
(189,186,183)
#CAC6C5
(202,198,197)
#D7D2D3
(215,210,211)
#E4DEE1
(228,222,225)
#F1EAEF
(241,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7263; }

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

This text font color is #6F7263.


Background Color

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

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

This div background color is #6F7263.


Border color

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

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

This div border color is #6F7263.


Opacity

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

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

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

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

This text has shadow with #6F7263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7263 on black background.


Color preview on white background

This text has color #6F7263 on white background.



Black color preview on #6F7263 background

This text has black color on #6F7263 background.


White color preview on #6F7263 background

This text has white color on #6F7263 background.