COLOR #6A7314

HEX: #6A7314
RGB: (106,115,20)

Color info

#6A7314 contains mainly red and green colors. Web safe color of #6A7314 is #666600 (or #660).

RGB color model

#6A7314 color RGB value is (106,115,20).

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

RGB channels and saturation

R 106 of 255 = 42%
G 115 of 255 = 45%
B 20 of 255 = 8%

106
115
20

R + G + B ~ 32%. #6A7314 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 115 + 20 = 241 (100%)
R 106 of 241 ~ 43.98%
G 115 of 241 ~ 47.72%
B 20 of 241 ~ 8.3%

%43.98
%47.72

CMYK color model

#6A7314 color CMYK value is (8,0,83,55).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 82.61%
  • key color value is 54.90%
CMYK:
(8,0,83,55)
C8M0Y83K55 
(8%,0%,83%,55%)
(0.08/0.00/0.83/0.55)	

CMYK percentages

%7.83
%0
%82.61
%54.9

Codes

Color #6A7314 in popluar color models

6A7314
RGB10611520
HSL66°70.37%26.47%
HSB/HSV66°82.61%45.10%
CMYK7.83%0.00%82.61%
54.90%

Color #6A7314 in popluar number systems.

HEX6A7314
Decimal10611520
Binary1101010111001110100
Octal15216324

Shades and tints

Shades of #6A7314

#6A7314
(106,115,20)
#616913
(97,105,19)
#585F12
(88,95,18)
#4F5511
(79,85,17)
#464B10
(70,75,16)
#3D410F
(61,65,15)
#34370E
(52,55,14)
#2B2D0D
(43,45,13)
#22230C
(34,35,12)
#19190B
(25,25,11)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #6A7314

#6A7314
(106,115,20)
#777F29
(119,127,41)
#848B3E
(132,139,62)
#919753
(145,151,83)
#9EA368
(158,163,104)
#ABAF7D
(171,175,125)
#B8BB92
(184,187,146)
#C5C7A7
(197,199,167)
#D2D3BC
(210,211,188)
#DFDFD1
(223,223,209)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7314; }

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

This text font color is #6A7314.


Background Color

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

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

This div background color is #6A7314.


Border color

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

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

This div border color is #6A7314.


Opacity

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

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

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

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

This text has shadow with #6A7314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7314 on black background.


Color preview on white background

This text has color #6A7314 on white background.



Black color preview on #6A7314 background

This text has black color on #6A7314 background.


White color preview on #6A7314 background

This text has white color on #6A7314 background.