COLOR #6F7463

HEX: #6F7463
RGB: (111,116,99)

Color info

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

RGB color model

#6F7463 color RGB value is (111,116,99).

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

RGB channels and saturation

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

111
116
99

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

Portions of RGB colors in percentages

R + G + B =
111 + 116 + 99 = 326 (100%)
R 111 of 326 ~ 34.05%
G 116 of 326 ~ 35.58%
B 99 of 326 ~ 30.37%

%34.05
%35.58
%30.37

CMYK color model

#6F7463 color CMYK value is (4,0,15,55).

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 14.66%
  • key color value is 54.51%
CMYK:
(4,0,15,55)
C4M0Y15K55 
(4%,0%,15%,55%)
(0.04/0.00/0.15/0.55)	

CMYK percentages

%4.31
%0
%14.66
%54.51

Codes

Color #6F7463 in popluar color models

6F7463
RGB11111699
HSL78°7.91%42.16%
HSB/HSV78°14.66%45.49%
CMYK4.31%0.00%14.66%
54.51%

Color #6F7463 in popluar number systems.

HEX6F7463
Decimal11111699
Binary110111111101001100011
Octal157164143

Shades and tints

Shades of #6F7463

#6F7463
(111,116,99)
#656A5A
(101,106,90)
#5B6051
(91,96,81)
#515648
(81,86,72)
#474C3F
(71,76,63)
#3D4236
(61,66,54)
#33382D
(51,56,45)
#292E24
(41,46,36)
#1F241B
(31,36,27)
#151A12
(21,26,18)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #6F7463

#6F7463
(111,116,99)
#7C8071
(124,128,113)
#898C7F
(137,140,127)
#96988D
(150,152,141)
#A3A49B
(163,164,155)
#B0B0A9
(176,176,169)
#BDBCB7
(189,188,183)
#CAC8C5
(202,200,197)
#D7D4D3
(215,212,211)
#E4E0E1
(228,224,225)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7463; }

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

This text font color is #6F7463.


Background Color

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

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

This div background color is #6F7463.


Border color

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

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

This div border color is #6F7463.


Opacity

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

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

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

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

This text has shadow with #6F7463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7463 on black background.


Color preview on white background

This text has color #6F7463 on white background.



Black color preview on #6F7463 background

This text has black color on #6F7463 background.


White color preview on #6F7463 background

This text has white color on #6F7463 background.