COLOR #6B725F

HEX: #6B725F
RGB: (107,114,95)

Color info

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

RGB color model

#6B725F color RGB value is (107,114,95).

  • red value is 107;
  • green value is 114;
  • blue value is 95.
RGB:
(107,114,95)
(42%,45%,37%)

RGB channels and saturation

R 107 of 255 = 42%
G 114 of 255 = 45%
B 95 of 255 = 37%

107
114
95

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

Portions of RGB colors in percentages

R + G + B =
107 + 114 + 95 = 316 (100%)
R 107 of 316 ~ 33.86%
G 114 of 316 ~ 36.08%
B 95 of 316 ~ 30.06%

%33.86
%36.08
%30.06

CMYK color model

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

  • cyan value is 6.14%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 55.29%
CMYK:
(6,0,17,55)
C6M0Y17K55 
(6%,0%,17%,55%)
(0.06/0.00/0.17/0.55)	

CMYK percentages

%6.14
%0
%16.67
%55.29

Codes

Color #6B725F in popluar color models

6B725F
RGB10711495
HSL82°9.09%40.98%
HSB/HSV82°16.67%44.71%
CMYK6.14%0.00%16.67%
55.29%

Color #6B725F in popluar number systems.

HEX6B725F
Decimal10711495
Binary110101111100101011111
Octal153162137

Shades and tints

Shades of #6B725F

#6B725F
(107,114,95)
#626857
(98,104,87)
#595E4F
(89,94,79)
#505447
(80,84,71)
#474A3F
(71,74,63)
#3E4037
(62,64,55)
#35362F
(53,54,47)
#2C2C27
(44,44,39)
#23221F
(35,34,31)
#1A1817
(26,24,23)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #6B725F

#6B725F
(107,114,95)
#787E6D
(120,126,109)
#858A7B
(133,138,123)
#929689
(146,150,137)
#9FA297
(159,162,151)
#ACAEA5
(172,174,165)
#B9BAB3
(185,186,179)
#C6C6C1
(198,198,193)
#D3D2CF
(211,210,207)
#E0DEDD
(224,222,221)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B725F color. Also use rgb(107,114,95) instead hex code.

Text Font Color

.myTextColor { color: #6B725F; }

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

This text font color is #6B725F.


Background Color

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

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

This div background color is #6B725F.


Border color

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

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

This div border color is #6B725F.


Opacity

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

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

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

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

This text has shadow with #6B725F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B725F on black background.


Color preview on white background

This text has color #6B725F on white background.



Black color preview on #6B725F background

This text has black color on #6B725F background.


White color preview on #6B725F background

This text has white color on #6B725F background.