COLOR #7A4003

HEX: #7A4003
RGB: (122,64,3)

Color info

#7A4003 contains mainly red and green colors. Web safe color of #7A4003 is #663300 (or #630).

RGB color model

#7A4003 color RGB value is (122,64,3).

  • red value is 122;
  • green value is 64;
  • blue value is 3.
RGB:
(122,64,3)
(48%,25%,1%)

RGB channels and saturation

R 122 of 255 = 48%
G 64 of 255 = 25%
B 3 of 255 = 1%

122
64
3

R + G + B ~ 25%. #7A4003 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 64 + 3 = 189 (100%)
R 122 of 189 ~ 64.55%
G 64 of 189 ~ 33.86%
B 3 of 189 ~ 1.59%

%64.55
%33.86

CMYK color model

#7A4003 color CMYK value is (0,48,98,52).

  • cyan value is 0.00%
  • magenta value is 47.54%
  • yellow value is 97.54%
  • key color value is 52.16%
CMYK:
(0,48,98,52)
C0M48Y98K52 
(0%,48%,98%,52%)
(0.00/0.48/0.98/0.52)	

CMYK percentages

%0
%47.54
%97.54
%52.16

Codes

Color #7A4003 in popluar color models

7A4003
RGB122643
HSL31°95.20%24.51%
HSB/HSV31°97.54%47.84%
CMYK0.00%47.54%97.54%
52.16%

Color #7A4003 in popluar number systems.

HEX7A4003
Decimal122643
Binary1111010100000011
Octal1721003

Shades and tints

Shades of #7A4003

#7A4003
(122,64,3)
#6F3B03
(111,59,3)
#643603
(100,54,3)
#593103
(89,49,3)
#4E2C03
(78,44,3)
#432703
(67,39,3)
#382203
(56,34,3)
#2D1D03
(45,29,3)
#221803
(34,24,3)
#171303
(23,19,3)
#0C0E03
(12,14,3)
#000000
(0,0,0)

Tints of #7A4003

#7A4003
(122,64,3)
#865119
(134,81,25)
#92622F
(146,98,47)
#9E7345
(158,115,69)
#AA845B
(170,132,91)
#B69571
(182,149,113)
#C2A687
(194,166,135)
#CEB79D
(206,183,157)
#DAC8B3
(218,200,179)
#E6D9C9
(230,217,201)
#F2EADF
(242,234,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4003 color. Also use rgb(122,64,3) instead hex code.

Text Font Color

.myTextColor { color: #7A4003; }

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

This text font color is #7A4003.


Background Color

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

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

This div background color is #7A4003.


Border color

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

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

This div border color is #7A4003.


Opacity

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

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

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

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

This text has shadow with #7A4003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4003 on black background.


Color preview on white background

This text has color #7A4003 on white background.



Black color preview on #7A4003 background

This text has black color on #7A4003 background.


White color preview on #7A4003 background

This text has white color on #7A4003 background.