COLOR #7A4541

HEX: #7A4541
RGB: (122,69,65)

Color info

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

RGB color model

#7A4541 color RGB value is (122,69,65).

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

RGB channels and saturation

R 122 of 255 = 48%
G 69 of 255 = 27%
B 65 of 255 = 25%

122
69
65

R + G + B ~ 33%. #7A4541 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 69 + 65 = 256 (100%)
R 122 of 256 ~ 47.66%
G 69 of 256 ~ 26.95%
B 65 of 256 ~ 25.39%

%47.66
%26.95
%25.39

CMYK color model

#7A4541 color CMYK value is (0,43,47,52).

  • cyan value is 0.00%
  • magenta value is 43.44%
  • yellow value is 46.72%
  • key color value is 52.16%
CMYK:
(0,43,47,52)
C0M43Y47K52 
(0%,43%,47%,52%)
(0.00/0.43/0.47/0.52)	

CMYK percentages

%0
%43.44
%46.72
%52.16

Codes

Color #7A4541 in popluar color models

7A4541
RGB1226965
HSL30.48%36.67%
HSB/HSV46.72%47.84%
CMYK0.00%43.44%46.72%
52.16%

Color #7A4541 in popluar number systems.

HEX7A4541
Decimal1226965
Binary111101010001011000001
Octal172105101

Shades and tints

Shades of #7A4541

#7A4541
(122,69,65)
#6F3F3C
(111,63,60)
#643937
(100,57,55)
#593332
(89,51,50)
#4E2D2D
(78,45,45)
#432728
(67,39,40)
#382123
(56,33,35)
#2D1B1E
(45,27,30)
#221519
(34,21,25)
#170F14
(23,15,20)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #7A4541

#7A4541
(122,69,65)
#865552
(134,85,82)
#926563
(146,101,99)
#9E7574
(158,117,116)
#AA8585
(170,133,133)
#B69596
(182,149,150)
#C2A5A7
(194,165,167)
#CEB5B8
(206,181,184)
#DAC5C9
(218,197,201)
#E6D5DA
(230,213,218)
#F2E5EB
(242,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4541; }

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

This text font color is #7A4541.


Background Color

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

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

This div background color is #7A4541.


Border color

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

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

This div border color is #7A4541.


Opacity

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

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

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

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

This text has shadow with #7A4541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4541 on black background.


Color preview on white background

This text has color #7A4541 on white background.



Black color preview on #7A4541 background

This text has black color on #7A4541 background.


White color preview on #7A4541 background

This text has white color on #7A4541 background.