COLOR #6B7360

HEX: #6B7360
RGB: (107,115,96)

Color info

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

RGB color model

#6B7360 color RGB value is (107,115,96).

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

RGB channels and saturation

R 107 of 255 = 42%
G 115 of 255 = 45%
B 96 of 255 = 38%

107
115
96

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

Portions of RGB colors in percentages

R + G + B =
107 + 115 + 96 = 318 (100%)
R 107 of 318 ~ 33.65%
G 115 of 318 ~ 36.16%
B 96 of 318 ~ 30.19%

%33.65
%36.16
%30.19

CMYK color model

#6B7360 color CMYK value is (7,0,17,55).

  • cyan value is 6.96%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 54.90%
CMYK:
(7,0,17,55)
C7M0Y17K55 
(7%,0%,17%,55%)
(0.07/0.00/0.17/0.55)	

CMYK percentages

%6.96
%0
%16.52
%54.9

Codes

Color #6B7360 in popluar color models

6B7360
RGB10711596
HSL85°9.00%41.37%
HSB/HSV85°16.52%45.10%
CMYK6.96%0.00%16.52%
54.90%

Color #6B7360 in popluar number systems.

HEX6B7360
Decimal10711596
Binary110101111100111100000
Octal153163140

Shades and tints

Shades of #6B7360

#6B7360
(107,115,96)
#626958
(98,105,88)
#595F50
(89,95,80)
#505548
(80,85,72)
#474B40
(71,75,64)
#3E4138
(62,65,56)
#353730
(53,55,48)
#2C2D28
(44,45,40)
#232320
(35,35,32)
#1A1918
(26,25,24)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #6B7360

#6B7360
(107,115,96)
#787F6E
(120,127,110)
#858B7C
(133,139,124)
#92978A
(146,151,138)
#9FA398
(159,163,152)
#ACAFA6
(172,175,166)
#B9BBB4
(185,187,180)
#C6C7C2
(198,199,194)
#D3D3D0
(211,211,208)
#E0DFDE
(224,223,222)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7360; }

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

This text font color is #6B7360.


Background Color

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

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

This div background color is #6B7360.


Border color

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

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

This div border color is #6B7360.


Opacity

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

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

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

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

This text has shadow with #6B7360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7360 on black background.


Color preview on white background

This text has color #6B7360 on white background.



Black color preview on #6B7360 background

This text has black color on #6B7360 background.


White color preview on #6B7360 background

This text has white color on #6B7360 background.