COLOR #6A744A

HEX: #6A744A
RGB: (106,116,74)

Color info

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

RGB color model

#6A744A color RGB value is (106,116,74).

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

RGB channels and saturation

R 106 of 255 = 42%
G 116 of 255 = 45%
B 74 of 255 = 29%

106
116
74

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

Portions of RGB colors in percentages

R + G + B =
106 + 116 + 74 = 296 (100%)
R 106 of 296 ~ 35.81%
G 116 of 296 ~ 39.19%
B 74 of 296 ~ 25%

%35.81
%39.19
%25

CMYK color model

#6A744A color CMYK value is (9,0,36,55).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 36.21%
  • key color value is 54.51%
CMYK:
(9,0,36,55)
C9M0Y36K55 
(9%,0%,36%,55%)
(0.09/0.00/0.36/0.55)	

CMYK percentages

%8.62
%0
%36.21
%54.51

Codes

Color #6A744A in popluar color models

6A744A
RGB10611674
HSL74°22.11%37.25%
HSB/HSV74°36.21%45.49%
CMYK8.62%0.00%36.21%
54.51%

Color #6A744A in popluar number systems.

HEX6A744A
Decimal10611674
Binary110101011101001001010
Octal152164112

Shades and tints

Shades of #6A744A

#6A744A
(106,116,74)
#616A44
(97,106,68)
#58603E
(88,96,62)
#4F5638
(79,86,56)
#464C32
(70,76,50)
#3D422C
(61,66,44)
#343826
(52,56,38)
#2B2E20
(43,46,32)
#22241A
(34,36,26)
#191A14
(25,26,20)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #6A744A

#6A744A
(106,116,74)
#77805A
(119,128,90)
#848C6A
(132,140,106)
#91987A
(145,152,122)
#9EA48A
(158,164,138)
#ABB09A
(171,176,154)
#B8BCAA
(184,188,170)
#C5C8BA
(197,200,186)
#D2D4CA
(210,212,202)
#DFE0DA
(223,224,218)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A744A; }

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

This text font color is #6A744A.


Background Color

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

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

This div background color is #6A744A.


Border color

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

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

This div border color is #6A744A.


Opacity

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

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

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

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

This text has shadow with #6A744A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A744A on black background.


Color preview on white background

This text has color #6A744A on white background.



Black color preview on #6A744A background

This text has black color on #6A744A background.


White color preview on #6A744A background

This text has white color on #6A744A background.