COLOR #7A4925

HEX: #7A4925
RGB: (122,73,37)

Color info

#7A4925 contains mainly red and green colors. Web safe color of #7A4925 is #663333 (or #633).

RGB color model

#7A4925 color RGB value is (122,73,37).

  • red value is 122;
  • green value is 73;
  • blue value is 37.
RGB:
(122,73,37)
(48%,29%,15%)

RGB channels and saturation

R 122 of 255 = 48%
G 73 of 255 = 29%
B 37 of 255 = 15%

122
73
37

R + G + B ~ 31%. #7A4925 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 73 + 37 = 232 (100%)
R 122 of 232 ~ 52.59%
G 73 of 232 ~ 31.47%
B 37 of 232 ~ 15.95%

%52.59
%31.47
%15.95

CMYK color model

#7A4925 color CMYK value is (0,40,70,52).

  • cyan value is 0.00%
  • magenta value is 40.16%
  • yellow value is 69.67%
  • key color value is 52.16%
CMYK:
(0,40,70,52)
C0M40Y70K52 
(0%,40%,70%,52%)
(0.00/0.40/0.70/0.52)	

CMYK percentages

%0
%40.16
%69.67
%52.16

Codes

Color #7A4925 in popluar color models

7A4925
RGB1227337
HSL25°53.46%31.18%
HSB/HSV25°69.67%47.84%
CMYK0.00%40.16%69.67%
52.16%

Color #7A4925 in popluar number systems.

HEX7A4925
Decimal1227337
Binary11110101001001100101
Octal17211145

Shades and tints

Shades of #7A4925

#7A4925
(122,73,37)
#6F4322
(111,67,34)
#643D1F
(100,61,31)
#59371C
(89,55,28)
#4E3119
(78,49,25)
#432B16
(67,43,22)
#382513
(56,37,19)
#2D1F10
(45,31,16)
#22190D
(34,25,13)
#17130A
(23,19,10)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #7A4925

#7A4925
(122,73,37)
#865938
(134,89,56)
#92694B
(146,105,75)
#9E795E
(158,121,94)
#AA8971
(170,137,113)
#B69984
(182,153,132)
#C2A997
(194,169,151)
#CEB9AA
(206,185,170)
#DAC9BD
(218,201,189)
#E6D9D0
(230,217,208)
#F2E9E3
(242,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4925 color. Also use rgb(122,73,37) instead hex code.

Text Font Color

.myTextColor { color: #7A4925; }

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

This text font color is #7A4925.


Background Color

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

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

This div background color is #7A4925.


Border color

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

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

This div border color is #7A4925.


Opacity

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

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

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

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

This text has shadow with #7A4925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4925 on black background.


Color preview on white background

This text has color #7A4925 on white background.



Black color preview on #7A4925 background

This text has black color on #7A4925 background.


White color preview on #7A4925 background

This text has white color on #7A4925 background.