COLOR #7A4945

HEX: #7A4945
RGB: (122,73,69)

Color info

#7A4945 contains red, green and blue colors in about the same proportion. Web safe color of #7A4945 is #663333 (or #633).

RGB color model

#7A4945 color RGB value is (122,73,69).

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

RGB channels and saturation

R 122 of 255 = 48%
G 73 of 255 = 29%
B 69 of 255 = 27%

122
73
69

R + G + B ~ 35%. #7A4945 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 73 + 69 = 264 (100%)
R 122 of 264 ~ 46.21%
G 73 of 264 ~ 27.65%
B 69 of 264 ~ 26.14%

%46.21
%27.65
%26.14

CMYK color model

#7A4945 color CMYK value is (0,40,43,52).

  • cyan value is 0.00%
  • magenta value is 40.16%
  • yellow value is 43.44%
  • key color value is 52.16%
CMYK:
(0,40,43,52)
C0M40Y43K52 
(0%,40%,43%,52%)
(0.00/0.40/0.43/0.52)	

CMYK percentages

%0
%40.16
%43.44
%52.16

Codes

Color #7A4945 in popluar color models

7A4945
RGB1227369
HSL27.75%37.45%
HSB/HSV43.44%47.84%
CMYK0.00%40.16%43.44%
52.16%

Color #7A4945 in popluar number systems.

HEX7A4945
Decimal1227369
Binary111101010010011000101
Octal172111105

Shades and tints

Shades of #7A4945

#7A4945
(122,73,69)
#6F433F
(111,67,63)
#643D39
(100,61,57)
#593733
(89,55,51)
#4E312D
(78,49,45)
#432B27
(67,43,39)
#382521
(56,37,33)
#2D1F1B
(45,31,27)
#221915
(34,25,21)
#17130F
(23,19,15)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #7A4945

#7A4945
(122,73,69)
#865955
(134,89,85)
#926965
(146,105,101)
#9E7975
(158,121,117)
#AA8985
(170,137,133)
#B69995
(182,153,149)
#C2A9A5
(194,169,165)
#CEB9B5
(206,185,181)
#DAC9C5
(218,201,197)
#E6D9D5
(230,217,213)
#F2E9E5
(242,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4945; }

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

This text font color is #7A4945.


Background Color

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

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

This div background color is #7A4945.


Border color

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

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

This div border color is #7A4945.


Opacity

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

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

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

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

This text has shadow with #7A4945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4945 on black background.


Color preview on white background

This text has color #7A4945 on white background.



Black color preview on #7A4945 background

This text has black color on #7A4945 background.


White color preview on #7A4945 background

This text has white color on #7A4945 background.