COLOR #6A7818

HEX: #6A7818
RGB: (106,120,24)

Color info

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

RGB color model

#6A7818 color RGB value is (106,120,24).

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

RGB channels and saturation

R 106 of 255 = 42%
G 120 of 255 = 47%
B 24 of 255 = 9%

106
120
24

R + G + B ~ 33%. #6A7818 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 120 + 24 = 250 (100%)
R 106 of 250 ~ 42.4%
G 120 of 250 ~ 48%
B 24 of 250 ~ 9.6%

%42.4
%48
%9.6

CMYK color model

#6A7818 color CMYK value is (12,0,80,53).

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 52.94%
CMYK:
(12,0,80,53)
C12M0Y80K53 
(12%,0%,80%,53%)
(0.12/0.00/0.80/0.53)	

CMYK percentages

%11.67
%0
%80
%52.94

Codes

Color #6A7818 in popluar color models

6A7818
RGB10612024
HSL69°66.67%28.24%
HSB/HSV69°80.00%47.06%
CMYK11.67%0.00%80.00%
52.94%

Color #6A7818 in popluar number systems.

HEX6A7818
Decimal10612024
Binary1101010111100011000
Octal15217030

Shades and tints

Shades of #6A7818

#6A7818
(106,120,24)
#616E16
(97,110,22)
#586414
(88,100,20)
#4F5A12
(79,90,18)
#465010
(70,80,16)
#3D460E
(61,70,14)
#343C0C
(52,60,12)
#2B320A
(43,50,10)
#222808
(34,40,8)
#191E06
(25,30,6)
#101404
(16,20,4)
#000000
(0,0,0)

Tints of #6A7818

#6A7818
(106,120,24)
#77842D
(119,132,45)
#849042
(132,144,66)
#919C57
(145,156,87)
#9EA86C
(158,168,108)
#ABB481
(171,180,129)
#B8C096
(184,192,150)
#C5CCAB
(197,204,171)
#D2D8C0
(210,216,192)
#DFE4D5
(223,228,213)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7818; }

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

This text font color is #6A7818.


Background Color

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

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

This div background color is #6A7818.


Border color

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

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

This div border color is #6A7818.


Opacity

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

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

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

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

This text has shadow with #6A7818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7818 on black background.


Color preview on white background

This text has color #6A7818 on white background.



Black color preview on #6A7818 background

This text has black color on #6A7818 background.


White color preview on #6A7818 background

This text has white color on #6A7818 background.