COLOR #6A823F

HEX: #6A823F
RGB: (106,130,63)

Color info

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

RGB color model

#6A823F color RGB value is (106,130,63).

  • red value is 106;
  • green value is 130;
  • blue value is 63.
RGB:
(106,130,63)
(42%,51%,25%)

RGB channels and saturation

R 106 of 255 = 42%
G 130 of 255 = 51%
B 63 of 255 = 25%

106
130
63

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

Portions of RGB colors in percentages

R + G + B =
106 + 130 + 63 = 299 (100%)
R 106 of 299 ~ 35.45%
G 130 of 299 ~ 43.48%
B 63 of 299 ~ 21.07%

%35.45
%43.48
%21.07

CMYK color model

#6A823F color CMYK value is (18,0,52,49).

  • cyan value is 18.46%
  • magenta value is 0.00%
  • yellow value is 51.54%
  • key color value is 49.02%
CMYK:
(18,0,52,49)
C18M0Y52K49 
(18%,0%,52%,49%)
(0.18/0.00/0.52/0.49)	

CMYK percentages

%18.46
%0
%51.54
%49.02

Codes

Color #6A823F in popluar color models

6A823F
RGB10613063
HSL81°34.72%37.84%
HSB/HSV81°51.54%50.98%
CMYK18.46%0.00%51.54%
49.02%

Color #6A823F in popluar number systems.

HEX6A823F
Decimal10613063
Binary110101010000010111111
Octal15220277

Shades and tints

Shades of #6A823F

#6A823F
(106,130,63)
#61773A
(97,119,58)
#586C35
(88,108,53)
#4F6130
(79,97,48)
#46562B
(70,86,43)
#3D4B26
(61,75,38)
#344021
(52,64,33)
#2B351C
(43,53,28)
#222A17
(34,42,23)
#191F12
(25,31,18)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #6A823F

#6A823F
(106,130,63)
#778D50
(119,141,80)
#849861
(132,152,97)
#91A372
(145,163,114)
#9EAE83
(158,174,131)
#ABB994
(171,185,148)
#B8C4A5
(184,196,165)
#C5CFB6
(197,207,182)
#D2DAC7
(210,218,199)
#DFE5D8
(223,229,216)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A823F color. Also use rgb(106,130,63) instead hex code.

Text Font Color

.myTextColor { color: #6A823F; }

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

This text font color is #6A823F.


Background Color

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

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

This div background color is #6A823F.


Border color

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

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

This div border color is #6A823F.


Opacity

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

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

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

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

This text has shadow with #6A823F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A823F on black background.


Color preview on white background

This text has color #6A823F on white background.



Black color preview on #6A823F background

This text has black color on #6A823F background.


White color preview on #6A823F background

This text has white color on #6A823F background.