COLOR #7A6418

HEX: #7A6418
RGB: (122,100,24)

Color info

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

RGB color model

#7A6418 color RGB value is (122,100,24).

  • red value is 122;
  • green value is 100;
  • blue value is 24.
RGB:
(122,100,24)
(48%,39%,9%)

RGB channels and saturation

R 122 of 255 = 48%
G 100 of 255 = 39%
B 24 of 255 = 9%

122
100
24

R + G + B ~ 32%. #7A6418 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 100 + 24 = 246 (100%)
R 122 of 246 ~ 49.59%
G 100 of 246 ~ 40.65%
B 24 of 246 ~ 9.76%

%49.59
%40.65
%9.76

CMYK color model

#7A6418 color CMYK value is (0,18,80,52).

  • cyan value is 0.00%
  • magenta value is 18.03%
  • yellow value is 80.33%
  • key color value is 52.16%
CMYK:
(0,18,80,52)
C0M18Y80K52 
(0%,18%,80%,52%)
(0.00/0.18/0.80/0.52)	

CMYK percentages

%0
%18.03
%80.33
%52.16

Codes

Color #7A6418 in popluar color models

7A6418
RGB12210024
HSL47°67.12%28.63%
HSB/HSV47°80.33%47.84%
CMYK0.00%18.03%80.33%
52.16%

Color #7A6418 in popluar number systems.

HEX7A6418
Decimal12210024
Binary1111010110010011000
Octal17214430

Shades and tints

Shades of #7A6418

#7A6418
(122,100,24)
#6F5B16
(111,91,22)
#645214
(100,82,20)
#594912
(89,73,18)
#4E4010
(78,64,16)
#43370E
(67,55,14)
#382E0C
(56,46,12)
#2D250A
(45,37,10)
#221C08
(34,28,8)
#171306
(23,19,6)
#0C0A04
(12,10,4)
#000000
(0,0,0)

Tints of #7A6418

#7A6418
(122,100,24)
#86722D
(134,114,45)
#928042
(146,128,66)
#9E8E57
(158,142,87)
#AA9C6C
(170,156,108)
#B6AA81
(182,170,129)
#C2B896
(194,184,150)
#CEC6AB
(206,198,171)
#DAD4C0
(218,212,192)
#E6E2D5
(230,226,213)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6418 color. Also use rgb(122,100,24) instead hex code.

Text Font Color

.myTextColor { color: #7A6418; }

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

This text font color is #7A6418.


Background Color

.myBgColor { background-color: #7A6418; }

<div style="background-color:#7A6418">Inner text</div>

This div background color is #7A6418.


Border color

.myBorderColor { border: 1px solid #7A6418; }

<div style="border:3px solid #7A6418">Div</div>

This div border color is #7A6418.


Opacity

.myOpacity80 { color: #7A6418; opacity: 0.8; }

<p style="color:#7A6418;opacity:0.8;">80%</p>

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

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

This text has shadow with #7A6418 color.

.textShadow {text-shadow: 3px 3px 1px #7A6418, 3px 3px 1px red;}

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

This text has shadow with #7A6418 primary color and red secondary color.


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

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

This text has shadow with #7A6418 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6418 on black background.


Color preview on white background

This text has color #7A6418 on white background.



Black color preview on #7A6418 background

This text has black color on #7A6418 background.


White color preview on #7A6418 background

This text has white color on #7A6418 background.