COLOR #6A8568

HEX: #6A8568
RGB: (106,133,104)

Color info

#6A8568 contains red, green and blue colors in about the same proportion. Web safe color of #6A8568 is #669966 (or #696).

RGB color model

#6A8568 color RGB value is (106,133,104).

  • red value is 106;
  • green value is 133;
  • blue value is 104.
RGB:
(106,133,104)
(42%,52%,41%)

RGB channels and saturation

R 106 of 255 = 42%
G 133 of 255 = 52%
B 104 of 255 = 41%

106
133
104

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

Portions of RGB colors in percentages

R + G + B =
106 + 133 + 104 = 343 (100%)
R 106 of 343 ~ 30.9%
G 133 of 343 ~ 38.78%
B 104 of 343 ~ 30.32%

%30.9
%38.78
%30.32

CMYK color model

#6A8568 color CMYK value is (20,0,22,48).

  • cyan value is 20.30%
  • magenta value is 0.00%
  • yellow value is 21.80%
  • key color value is 47.84%
CMYK:
(20,0,22,48)
C20M0Y22K48 
(20%,0%,22%,48%)
(0.20/0.00/0.22/0.48)	

CMYK percentages

%20.3
%0
%21.8
%47.84

Codes

Color #6A8568 in popluar color models

6A8568
RGB106133104
HSL116°12.24%46.47%
HSB/HSV116°21.80%52.16%
CMYK20.30%0.00%21.80%
47.84%

Color #6A8568 in popluar number systems.

HEX6A8568
Decimal106133104
Binary1101010100001011101000
Octal152205150

Shades and tints

Shades of #6A8568

#6A8568
(106,133,104)
#61795F
(97,121,95)
#586D56
(88,109,86)
#4F614D
(79,97,77)
#465544
(70,85,68)
#3D493B
(61,73,59)
#343D32
(52,61,50)
#2B3129
(43,49,41)
#222520
(34,37,32)
#191917
(25,25,23)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #6A8568

#6A8568
(106,133,104)
#779075
(119,144,117)
#849B82
(132,155,130)
#91A68F
(145,166,143)
#9EB19C
(158,177,156)
#ABBCA9
(171,188,169)
#B8C7B6
(184,199,182)
#C5D2C3
(197,210,195)
#D2DDD0
(210,221,208)
#DFE8DD
(223,232,221)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8568 color. Also use rgb(106,133,104) instead hex code.

Text Font Color

.myTextColor { color: #6A8568; }

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

This text font color is #6A8568.


Background Color

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

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

This div background color is #6A8568.


Border color

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

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

This div border color is #6A8568.


Opacity

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

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

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

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

This text has shadow with #6A8568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8568 on black background.


Color preview on white background

This text has color #6A8568 on white background.



Black color preview on #6A8568 background

This text has black color on #6A8568 background.


White color preview on #6A8568 background

This text has white color on #6A8568 background.