COLOR #6A8839

HEX: #6A8839
RGB: (106,136,57)

Color info

#6A8839 contains mainly red and green colors. Web safe color of #6A8839 is #669933 (or #693).

RGB color model

#6A8839 color RGB value is (106,136,57).

  • red value is 106;
  • green value is 136;
  • blue value is 57.
RGB:
(106,136,57)
(42%,53%,22%)

RGB channels and saturation

R 106 of 255 = 42%
G 136 of 255 = 53%
B 57 of 255 = 22%

106
136
57

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

Portions of RGB colors in percentages

R + G + B =
106 + 136 + 57 = 299 (100%)
R 106 of 299 ~ 35.45%
G 136 of 299 ~ 45.48%
B 57 of 299 ~ 19.06%

%35.45
%45.48
%19.06

CMYK color model

#6A8839 color CMYK value is (22,0,58,47).

  • cyan value is 22.06%
  • magenta value is 0.00%
  • yellow value is 58.09%
  • key color value is 46.67%
CMYK:
(22,0,58,47)
C22M0Y58K47 
(22%,0%,58%,47%)
(0.22/0.00/0.58/0.47)	

CMYK percentages

%22.06
%0
%58.09
%46.67

Codes

Color #6A8839 in popluar color models

6A8839
RGB10613657
HSL83°40.93%37.84%
HSB/HSV83°58.09%53.33%
CMYK22.06%0.00%58.09%
46.67%

Color #6A8839 in popluar number systems.

HEX6A8839
Decimal10613657
Binary110101010001000111001
Octal15221071

Shades and tints

Shades of #6A8839

#6A8839
(106,136,57)
#617C34
(97,124,52)
#58702F
(88,112,47)
#4F642A
(79,100,42)
#465825
(70,88,37)
#3D4C20
(61,76,32)
#34401B
(52,64,27)
#2B3416
(43,52,22)
#222811
(34,40,17)
#191C0C
(25,28,12)
#101007
(16,16,7)
#000000
(0,0,0)

Tints of #6A8839

#6A8839
(106,136,57)
#77924B
(119,146,75)
#849C5D
(132,156,93)
#91A66F
(145,166,111)
#9EB081
(158,176,129)
#ABBA93
(171,186,147)
#B8C4A5
(184,196,165)
#C5CEB7
(197,206,183)
#D2D8C9
(210,216,201)
#DFE2DB
(223,226,219)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8839 color. Also use rgb(106,136,57) instead hex code.

Text Font Color

.myTextColor { color: #6A8839; }

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

This text font color is #6A8839.


Background Color

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

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

This div background color is #6A8839.


Border color

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

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

This div border color is #6A8839.


Opacity

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

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

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

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

This text has shadow with #6A8839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8839 on black background.


Color preview on white background

This text has color #6A8839 on white background.



Black color preview on #6A8839 background

This text has black color on #6A8839 background.


White color preview on #6A8839 background

This text has white color on #6A8839 background.