COLOR #6A724F

HEX: #6A724F
RGB: (106,114,79)

Color info

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

RGB color model

#6A724F color RGB value is (106,114,79).

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

RGB channels and saturation

R 106 of 255 = 42%
G 114 of 255 = 45%
B 79 of 255 = 31%

106
114
79

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

Portions of RGB colors in percentages

R + G + B =
106 + 114 + 79 = 299 (100%)
R 106 of 299 ~ 35.45%
G 114 of 299 ~ 38.13%
B 79 of 299 ~ 26.42%

%35.45
%38.13
%26.42

CMYK color model

#6A724F color CMYK value is (7,0,31,55).

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 55.29%
CMYK:
(7,0,31,55)
C7M0Y31K55 
(7%,0%,31%,55%)
(0.07/0.00/0.31/0.55)	

CMYK percentages

%7.02
%0
%30.7
%55.29

Codes

Color #6A724F in popluar color models

6A724F
RGB10611479
HSL74°18.13%37.84%
HSB/HSV74°30.70%44.71%
CMYK7.02%0.00%30.70%
55.29%

Color #6A724F in popluar number systems.

HEX6A724F
Decimal10611479
Binary110101011100101001111
Octal152162117

Shades and tints

Shades of #6A724F

#6A724F
(106,114,79)
#616848
(97,104,72)
#585E41
(88,94,65)
#4F543A
(79,84,58)
#464A33
(70,74,51)
#3D402C
(61,64,44)
#343625
(52,54,37)
#2B2C1E
(43,44,30)
#222217
(34,34,23)
#191810
(25,24,16)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #6A724F

#6A724F
(106,114,79)
#777E5F
(119,126,95)
#848A6F
(132,138,111)
#91967F
(145,150,127)
#9EA28F
(158,162,143)
#ABAE9F
(171,174,159)
#B8BAAF
(184,186,175)
#C5C6BF
(197,198,191)
#D2D2CF
(210,210,207)
#DFDEDF
(223,222,223)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A724F color. Also use rgb(106,114,79) instead hex code.

Text Font Color

.myTextColor { color: #6A724F; }

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

This text font color is #6A724F.


Background Color

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

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

This div background color is #6A724F.


Border color

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

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

This div border color is #6A724F.


Opacity

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

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

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

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

This text has shadow with #6A724F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A724F on black background.


Color preview on white background

This text has color #6A724F on white background.



Black color preview on #6A724F background

This text has black color on #6A724F background.


White color preview on #6A724F background

This text has white color on #6A724F background.