COLOR #6A7C51

HEX: #6A7C51
RGB: (106,124,81)

Color info

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

RGB color model

#6A7C51 color RGB value is (106,124,81).

  • red value is 106;
  • green value is 124;
  • blue value is 81.
RGB:
(106,124,81)
(42%,49%,32%)

RGB channels and saturation

R 106 of 255 = 42%
G 124 of 255 = 49%
B 81 of 255 = 32%

106
124
81

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

Portions of RGB colors in percentages

R + G + B =
106 + 124 + 81 = 311 (100%)
R 106 of 311 ~ 34.08%
G 124 of 311 ~ 39.87%
B 81 of 311 ~ 26.05%

%34.08
%39.87
%26.05

CMYK color model

#6A7C51 color CMYK value is (15,0,35,51).

  • cyan value is 14.52%
  • magenta value is 0.00%
  • yellow value is 34.68%
  • key color value is 51.37%
CMYK:
(15,0,35,51)
C15M0Y35K51 
(15%,0%,35%,51%)
(0.15/0.00/0.35/0.51)	

CMYK percentages

%14.52
%0
%34.68
%51.37

Codes

Color #6A7C51 in popluar color models

6A7C51
RGB10612481
HSL85°20.98%40.20%
HSB/HSV85°34.68%48.63%
CMYK14.52%0.00%34.68%
51.37%

Color #6A7C51 in popluar number systems.

HEX6A7C51
Decimal10612481
Binary110101011111001010001
Octal152174121

Shades and tints

Shades of #6A7C51

#6A7C51
(106,124,81)
#61714A
(97,113,74)
#586643
(88,102,67)
#4F5B3C
(79,91,60)
#465035
(70,80,53)
#3D452E
(61,69,46)
#343A27
(52,58,39)
#2B2F20
(43,47,32)
#222419
(34,36,25)
#191912
(25,25,18)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #6A7C51

#6A7C51
(106,124,81)
#778760
(119,135,96)
#84926F
(132,146,111)
#919D7E
(145,157,126)
#9EA88D
(158,168,141)
#ABB39C
(171,179,156)
#B8BEAB
(184,190,171)
#C5C9BA
(197,201,186)
#D2D4C9
(210,212,201)
#DFDFD8
(223,223,216)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7C51 color. Also use rgb(106,124,81) instead hex code.

Text Font Color

.myTextColor { color: #6A7C51; }

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

This text font color is #6A7C51.


Background Color

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

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

This div background color is #6A7C51.


Border color

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

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

This div border color is #6A7C51.


Opacity

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

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

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

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

This text has shadow with #6A7C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7C51 on black background.


Color preview on white background

This text has color #6A7C51 on white background.



Black color preview on #6A7C51 background

This text has black color on #6A7C51 background.


White color preview on #6A7C51 background

This text has white color on #6A7C51 background.