COLOR #6B724E

HEX: #6B724E
RGB: (107,114,78)

Color info

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

RGB color model

#6B724E color RGB value is (107,114,78).

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

RGB channels and saturation

R 107 of 255 = 42%
G 114 of 255 = 45%
B 78 of 255 = 31%

107
114
78

R + G + B ~ 39%. #6B724E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 114 + 78 = 299 (100%)
R 107 of 299 ~ 35.79%
G 114 of 299 ~ 38.13%
B 78 of 299 ~ 26.09%

%35.79
%38.13
%26.09

CMYK color model

#6B724E color CMYK value is (6,0,32,55).

  • cyan value is 6.14%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 55.29%
CMYK:
(6,0,32,55)
C6M0Y32K55 
(6%,0%,32%,55%)
(0.06/0.00/0.32/0.55)	

CMYK percentages

%6.14
%0
%31.58
%55.29

Codes

Color #6B724E in popluar color models

6B724E
RGB10711478
HSL72°18.75%37.65%
HSB/HSV72°31.58%44.71%
CMYK6.14%0.00%31.58%
55.29%

Color #6B724E in popluar number systems.

HEX6B724E
Decimal10711478
Binary110101111100101001110
Octal153162116

Shades and tints

Shades of #6B724E

#6B724E
(107,114,78)
#626847
(98,104,71)
#595E40
(89,94,64)
#505439
(80,84,57)
#474A32
(71,74,50)
#3E402B
(62,64,43)
#353624
(53,54,36)
#2C2C1D
(44,44,29)
#232216
(35,34,22)
#1A180F
(26,24,15)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #6B724E

#6B724E
(107,114,78)
#787E5E
(120,126,94)
#858A6E
(133,138,110)
#92967E
(146,150,126)
#9FA28E
(159,162,142)
#ACAE9E
(172,174,158)
#B9BAAE
(185,186,174)
#C6C6BE
(198,198,190)
#D3D2CE
(211,210,206)
#E0DEDE
(224,222,222)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B724E; }

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

This text font color is #6B724E.


Background Color

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

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

This div background color is #6B724E.


Border color

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

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

This div border color is #6B724E.


Opacity

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

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

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

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

This text has shadow with #6B724E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B724E on black background.


Color preview on white background

This text has color #6B724E on white background.



Black color preview on #6B724E background

This text has black color on #6B724E background.


White color preview on #6B724E background

This text has white color on #6B724E background.