COLOR #6A742D

HEX: #6A742D
RGB: (106,116,45)

Color info

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

RGB color model

#6A742D color RGB value is (106,116,45).

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

RGB channels and saturation

R 106 of 255 = 42%
G 116 of 255 = 45%
B 45 of 255 = 18%

106
116
45

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

Portions of RGB colors in percentages

R + G + B =
106 + 116 + 45 = 267 (100%)
R 106 of 267 ~ 39.7%
G 116 of 267 ~ 43.45%
B 45 of 267 ~ 16.85%

%39.7
%43.45
%16.85

CMYK color model

#6A742D color CMYK value is (9,0,61,55).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 61.21%
  • key color value is 54.51%
CMYK:
(9,0,61,55)
C9M0Y61K55 
(9%,0%,61%,55%)
(0.09/0.00/0.61/0.55)	

CMYK percentages

%8.62
%0
%61.21
%54.51

Codes

Color #6A742D in popluar color models

6A742D
RGB10611645
HSL68°44.10%31.57%
HSB/HSV68°61.21%45.49%
CMYK8.62%0.00%61.21%
54.51%

Color #6A742D in popluar number systems.

HEX6A742D
Decimal10611645
Binary11010101110100101101
Octal15216455

Shades and tints

Shades of #6A742D

#6A742D
(106,116,45)
#616A29
(97,106,41)
#586025
(88,96,37)
#4F5621
(79,86,33)
#464C1D
(70,76,29)
#3D4219
(61,66,25)
#343815
(52,56,21)
#2B2E11
(43,46,17)
#22240D
(34,36,13)
#191A09
(25,26,9)
#101005
(16,16,5)
#000000
(0,0,0)

Tints of #6A742D

#6A742D
(106,116,45)
#778040
(119,128,64)
#848C53
(132,140,83)
#919866
(145,152,102)
#9EA479
(158,164,121)
#ABB08C
(171,176,140)
#B8BC9F
(184,188,159)
#C5C8B2
(197,200,178)
#D2D4C5
(210,212,197)
#DFE0D8
(223,224,216)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A742D; }

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

This text font color is #6A742D.


Background Color

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

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

This div background color is #6A742D.


Border color

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

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

This div border color is #6A742D.


Opacity

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

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

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

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

This text has shadow with #6A742D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A742D on black background.


Color preview on white background

This text has color #6A742D on white background.



Black color preview on #6A742D background

This text has black color on #6A742D background.


White color preview on #6A742D background

This text has white color on #6A742D background.