COLOR #6A714F

HEX: #6A714F RGB: (106,113,79)

Color info

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

RGB color model

#6A714F color RGB value is (106,113,79).

RGB: (106,113,79) (42%, 44%, 31%)

RGB channels and saturation

R 106 of 255 = 42%
G 113 of 255 = 44%
B 79 of 255 = 31%

106
113
79

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

Portions of RGB colors in percentages

R + G + B = 106 + 113 + 79 = 298 (100%)
R 106 of 298 ~ 35.57%
G 113 of 298 ~ 37.92%
B 79 of 298 ~ 26.51'%

%35.57
%37.92
%26.51

CMYK color model

#6A714F color CMYK value is (6,0,30,56).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 30.09%
  • key color value is 55.69%

CMYK: (6,0,30,56)
C6M0Y30K56 (6%, 0%, 30%, 56%)
(0.06 / 0.00 / 0.30 / 0.56)

CMYK percentages

%6.19
%0
%30.09
%55.69

Codes

Color #6A714F in popluar color models

6A 71 4F
RGB 106 113 79
HSL 72° 17.71% 37.65%
HSB/HSV 72° 30.09% 44.31%
CMYK 6.19% 0.00% 30.09%
55.69%

Color #6A714F in popluar number systems.

HEX 6A 71 4F
Decimal 106 113 79
Binary 1101010 1110001 1001111
Octal 152 161 117

Shades and tints

Shades of #6A714F

#6A714F
(106,113,79)
#616748
(97,103,72)
#585D41
(88,93,65)
#4F533A
(79,83,58)
#464933
(70,73,51)
#3D3F2C
(61,63,44)
#343525
(52,53,37)
#2B2B1E
(43,43,30)
#222117
(34,33,23)
#191710
(25,23,16)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #6A714F

#6A714F
(106,113,79)
#777D5F
(119,125,95)
#84896F
(132,137,111)
#91957F
(145,149,127)
#9EA18F
(158,161,143)
#ABAD9F
(171,173,159)
#B8B9AF
(184,185,175)
#C5C5BF
(197,197,191)
#D2D1CF
(210,209,207)
#DFDDDF
(223,221,223)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A714F; }

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

This text font color is #6A714F.

Background Color

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

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

This div background color is #6A714F.

Border color

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

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

This div border color is #6A714F.

Opacity

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

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

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

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

This text has shadow with #6A714F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A714F.

Preview

Color preview on black background

This text has color #6A714F on black background.


Color preview on white background

This text has color #6A714F on white background.


Black color preview on #6A714F background

This text has black color on #6A714F background.


White color preview on #6A714F background

This text has white color on #6A714F background.


Related colors

Complementary color

Complementary color for #hex is #958EB0.


I love getcolorcode.com

Triadic colors

1 #4F6A71 and #714F6A with #6A714F are triadic colors.

2 #4F716A and #716A4F with #6A714F are triadic colors.