COLOR #6A813D

HEX: #6A813D
RGB: (106,129,61)

Color info

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

RGB color model

#6A813D color RGB value is (106,129,61).

  • red value is 106;
  • green value is 129;
  • blue value is 61.
RGB:
(106,129,61)
(42%,51%,24%)

RGB channels and saturation

R 106 of 255 = 42%
G 129 of 255 = 51%
B 61 of 255 = 24%

106
129
61

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

Portions of RGB colors in percentages

R + G + B =
106 + 129 + 61 = 296 (100%)
R 106 of 296 ~ 35.81%
G 129 of 296 ~ 43.58%
B 61 of 296 ~ 20.61%

%35.81
%43.58
%20.61

CMYK color model

#6A813D color CMYK value is (18,0,53,49).

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 52.71%
  • key color value is 49.41%
CMYK:
(18,0,53,49)
C18M0Y53K49 
(18%,0%,53%,49%)
(0.18/0.00/0.53/0.49)	

CMYK percentages

%17.83
%0
%52.71
%49.41

Codes

Color #6A813D in popluar color models

6A813D
RGB10612961
HSL80°35.79%37.25%
HSB/HSV80°52.71%50.59%
CMYK17.83%0.00%52.71%
49.41%

Color #6A813D in popluar number systems.

HEX6A813D
Decimal10612961
Binary110101010000001111101
Octal15220175

Shades and tints

Shades of #6A813D

#6A813D
(106,129,61)
#617638
(97,118,56)
#586B33
(88,107,51)
#4F602E
(79,96,46)
#465529
(70,85,41)
#3D4A24
(61,74,36)
#343F1F
(52,63,31)
#2B341A
(43,52,26)
#222915
(34,41,21)
#191E10
(25,30,16)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #6A813D

#6A813D
(106,129,61)
#778C4E
(119,140,78)
#84975F
(132,151,95)
#91A270
(145,162,112)
#9EAD81
(158,173,129)
#ABB892
(171,184,146)
#B8C3A3
(184,195,163)
#C5CEB4
(197,206,180)
#D2D9C5
(210,217,197)
#DFE4D6
(223,228,214)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A813D color. Also use rgb(106,129,61) instead hex code.

Text Font Color

.myTextColor { color: #6A813D; }

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

This text font color is #6A813D.


Background Color

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

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

This div background color is #6A813D.


Border color

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

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

This div border color is #6A813D.


Opacity

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

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

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

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

This text has shadow with #6A813D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A813D on black background.


Color preview on white background

This text has color #6A813D on white background.



Black color preview on #6A813D background

This text has black color on #6A813D background.


White color preview on #6A813D background

This text has white color on #6A813D background.