COLOR #6A7345

HEX: #6A7345
RGB: (106,115,69)

Color info

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

RGB color model

#6A7345 color RGB value is (106,115,69).

  • red value is 106;
  • green value is 115;
  • blue value is 69.
RGB:
(106,115,69)
(42%,45%,27%)

RGB channels and saturation

R 106 of 255 = 42%
G 115 of 255 = 45%
B 69 of 255 = 27%

106
115
69

R + G + B ~ 38%. #6A7345 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 115 + 69 = 290 (100%)
R 106 of 290 ~ 36.55%
G 115 of 290 ~ 39.66%
B 69 of 290 ~ 23.79%

%36.55
%39.66
%23.79

CMYK color model

#6A7345 color CMYK value is (8,0,40,55).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 54.90%
CMYK:
(8,0,40,55)
C8M0Y40K55 
(8%,0%,40%,55%)
(0.08/0.00/0.40/0.55)	

CMYK percentages

%7.83
%0
%40
%54.9

Codes

Color #6A7345 in popluar color models

6A7345
RGB10611569
HSL72°25.00%36.08%
HSB/HSV72°40.00%45.10%
CMYK7.83%0.00%40.00%
54.90%

Color #6A7345 in popluar number systems.

HEX6A7345
Decimal10611569
Binary110101011100111000101
Octal152163105

Shades and tints

Shades of #6A7345

#6A7345
(106,115,69)
#61693F
(97,105,63)
#585F39
(88,95,57)
#4F5533
(79,85,51)
#464B2D
(70,75,45)
#3D4127
(61,65,39)
#343721
(52,55,33)
#2B2D1B
(43,45,27)
#222315
(34,35,21)
#19190F
(25,25,15)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #6A7345

#6A7345
(106,115,69)
#777F55
(119,127,85)
#848B65
(132,139,101)
#919775
(145,151,117)
#9EA385
(158,163,133)
#ABAF95
(171,175,149)
#B8BBA5
(184,187,165)
#C5C7B5
(197,199,181)
#D2D3C5
(210,211,197)
#DFDFD5
(223,223,213)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7345 color. Also use rgb(106,115,69) instead hex code.

Text Font Color

.myTextColor { color: #6A7345; }

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

This text font color is #6A7345.


Background Color

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

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

This div background color is #6A7345.


Border color

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

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

This div border color is #6A7345.


Opacity

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

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

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

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

This text has shadow with #6A7345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7345 on black background.


Color preview on white background

This text has color #6A7345 on white background.



Black color preview on #6A7345 background

This text has black color on #6A7345 background.


White color preview on #6A7345 background

This text has white color on #6A7345 background.