COLOR #6A784A

HEX: #6A784A
RGB: (106,120,74)

Color info

#6A784A contains red, green and blue colors in about the same proportion. Web safe color of #6A784A is #666633 (or #663).

RGB color model

#6A784A color RGB value is (106,120,74).

  • red value is 106;
  • green value is 120;
  • blue value is 74.
RGB:
(106,120,74)
(42%,47%,29%)

RGB channels and saturation

R 106 of 255 = 42%
G 120 of 255 = 47%
B 74 of 255 = 29%

106
120
74

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

Portions of RGB colors in percentages

R + G + B =
106 + 120 + 74 = 300 (100%)
R 106 of 300 ~ 35.33%
G 120 of 300 ~ 40%
B 74 of 300 ~ 24.67%

%35.33
%40
%24.67

CMYK color model

#6A784A color CMYK value is (12,0,38,53).

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 38.33%
  • key color value is 52.94%
CMYK:
(12,0,38,53)
C12M0Y38K53 
(12%,0%,38%,53%)
(0.12/0.00/0.38/0.53)	

CMYK percentages

%11.67
%0
%38.33
%52.94

Codes

Color #6A784A in popluar color models

6A784A
RGB10612074
HSL78°23.71%38.04%
HSB/HSV78°38.33%47.06%
CMYK11.67%0.00%38.33%
52.94%

Color #6A784A in popluar number systems.

HEX6A784A
Decimal10612074
Binary110101011110001001010
Octal152170112

Shades and tints

Shades of #6A784A

#6A784A
(106,120,74)
#616E44
(97,110,68)
#58643E
(88,100,62)
#4F5A38
(79,90,56)
#465032
(70,80,50)
#3D462C
(61,70,44)
#343C26
(52,60,38)
#2B3220
(43,50,32)
#22281A
(34,40,26)
#191E14
(25,30,20)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #6A784A

#6A784A
(106,120,74)
#77845A
(119,132,90)
#84906A
(132,144,106)
#919C7A
(145,156,122)
#9EA88A
(158,168,138)
#ABB49A
(171,180,154)
#B8C0AA
(184,192,170)
#C5CCBA
(197,204,186)
#D2D8CA
(210,216,202)
#DFE4DA
(223,228,218)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A784A color. Also use rgb(106,120,74) instead hex code.

Text Font Color

.myTextColor { color: #6A784A; }

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

This text font color is #6A784A.


Background Color

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

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

This div background color is #6A784A.


Border color

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

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

This div border color is #6A784A.


Opacity

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

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

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

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

This text has shadow with #6A784A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A784A on black background.


Color preview on white background

This text has color #6A784A on white background.



Black color preview on #6A784A background

This text has black color on #6A784A background.


White color preview on #6A784A background

This text has white color on #6A784A background.