COLOR #6A772C

HEX: #6A772C
RGB: (106,119,44)

Color info

#6A772C contains mainly red and green colors. Web safe color of #6A772C is #666633 (or #663).

RGB color model

#6A772C color RGB value is (106,119,44).

  • red value is 106;
  • green value is 119;
  • blue value is 44.
RGB:
(106,119,44)
(42%,47%,17%)

RGB channels and saturation

R 106 of 255 = 42%
G 119 of 255 = 47%
B 44 of 255 = 17%

106
119
44

R + G + B ~ 35%. #6A772C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 119 + 44 = 269 (100%)
R 106 of 269 ~ 39.41%
G 119 of 269 ~ 44.24%
B 44 of 269 ~ 16.36%

%39.41
%44.24
%16.36

CMYK color model

#6A772C color CMYK value is (11,0,63,53).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 63.03%
  • key color value is 53.33%
CMYK:
(11,0,63,53)
C11M0Y63K53 
(11%,0%,63%,53%)
(0.11/0.00/0.63/0.53)	

CMYK percentages

%10.92
%0
%63.03
%53.33

Codes

Color #6A772C in popluar color models

6A772C
RGB10611944
HSL70°46.01%31.96%
HSB/HSV70°63.03%46.67%
CMYK10.92%0.00%63.03%
53.33%

Color #6A772C in popluar number systems.

HEX6A772C
Decimal10611944
Binary11010101110111101100
Octal15216754

Shades and tints

Shades of #6A772C

#6A772C
(106,119,44)
#616D28
(97,109,40)
#586324
(88,99,36)
#4F5920
(79,89,32)
#464F1C
(70,79,28)
#3D4518
(61,69,24)
#343B14
(52,59,20)
#2B3110
(43,49,16)
#22270C
(34,39,12)
#191D08
(25,29,8)
#101304
(16,19,4)
#000000
(0,0,0)

Tints of #6A772C

#6A772C
(106,119,44)
#77833F
(119,131,63)
#848F52
(132,143,82)
#919B65
(145,155,101)
#9EA778
(158,167,120)
#ABB38B
(171,179,139)
#B8BF9E
(184,191,158)
#C5CBB1
(197,203,177)
#D2D7C4
(210,215,196)
#DFE3D7
(223,227,215)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A772C color. Also use rgb(106,119,44) instead hex code.

Text Font Color

.myTextColor { color: #6A772C; }

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

This text font color is #6A772C.


Background Color

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

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

This div background color is #6A772C.


Border color

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

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

This div border color is #6A772C.


Opacity

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

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

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

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

This text has shadow with #6A772C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A772C on black background.


Color preview on white background

This text has color #6A772C on white background.



Black color preview on #6A772C background

This text has black color on #6A772C background.


White color preview on #6A772C background

This text has white color on #6A772C background.