COLOR #6F7360

HEX: #6F7360
RGB: (111,115,96)

Color info

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

RGB color model

#6F7360 color RGB value is (111,115,96).

  • red value is 111;
  • green value is 115;
  • blue value is 96.
RGB:
(111,115,96)
(44%,45%,38%)

RGB channels and saturation

R 111 of 255 = 44%
G 115 of 255 = 45%
B 96 of 255 = 38%

111
115
96

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

Portions of RGB colors in percentages

R + G + B =
111 + 115 + 96 = 322 (100%)
R 111 of 322 ~ 34.47%
G 115 of 322 ~ 35.71%
B 96 of 322 ~ 29.81%

%34.47
%35.71
%29.81

CMYK color model

#6F7360 color CMYK value is (3,0,17,55).

  • cyan value is 3.48%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 54.90%
CMYK:
(3,0,17,55)
C3M0Y17K55 
(3%,0%,17%,55%)
(0.03/0.00/0.17/0.55)	

CMYK percentages

%3.48
%0
%16.52
%54.9

Codes

Color #6F7360 in popluar color models

6F7360
RGB11111596
HSL73°9.00%41.37%
HSB/HSV73°16.52%45.10%
CMYK3.48%0.00%16.52%
54.90%

Color #6F7360 in popluar number systems.

HEX6F7360
Decimal11111596
Binary110111111100111100000
Octal157163140

Shades and tints

Shades of #6F7360

#6F7360
(111,115,96)
#656958
(101,105,88)
#5B5F50
(91,95,80)
#515548
(81,85,72)
#474B40
(71,75,64)
#3D4138
(61,65,56)
#333730
(51,55,48)
#292D28
(41,45,40)
#1F2320
(31,35,32)
#151918
(21,25,24)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #6F7360

#6F7360
(111,115,96)
#7C7F6E
(124,127,110)
#898B7C
(137,139,124)
#96978A
(150,151,138)
#A3A398
(163,163,152)
#B0AFA6
(176,175,166)
#BDBBB4
(189,187,180)
#CAC7C2
(202,199,194)
#D7D3D0
(215,211,208)
#E4DFDE
(228,223,222)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7360; }

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

This text font color is #6F7360.


Background Color

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

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

This div background color is #6F7360.


Border color

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

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

This div border color is #6F7360.


Opacity

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

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

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

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

This text has shadow with #6F7360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7360 on black background.


Color preview on white background

This text has color #6F7360 on white background.



Black color preview on #6F7360 background

This text has black color on #6F7360 background.


White color preview on #6F7360 background

This text has white color on #6F7360 background.