COLOR #7A483E

HEX: #7A483E RGB: (122,72,62)

Color info

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

RGB color model

#7A483E color RGB value is (122,72,62).

RGB: (122,72,62) (48%, 28%, 24%)

RGB channels and saturation

R 122 of 255 = 48%
G 72 of 255 = 28%
B 62 of 255 = 24%

122
72
62

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

Portions of RGB colors in percentages

R + G + B = 122 + 72 + 62 = 256 (100%)
R 122 of 256 ~ 47.66%
G 72 of 256 ~ 28.13%
B 62 of 256 ~ 24.22'%

%47.66
%28.13
%24.22

CMYK color model

#7A483E color CMYK value is (0,41,49,52).

  • cyan value is 0.00%
  • magenta value is 40.98%
  • yellow value is 49.18%
  • key color value is 52.16%

CMYK: (0,41,49,52)
C0M41Y49K52 (0%, 41%, 49%, 52%)
(0.00 / 0.41 / 0.49 / 0.52)

CMYK percentages

%0
%40.98
%49.18
%52.16

Codes

Color #7A483E in popluar color models

7A 48 3E
RGB 122 72 62
HSL 10° 32.61% 36.08%
HSB/HSV 10° 49.18% 47.84%
CMYK 0.00% 40.98% 49.18%
52.16%

Color #7A483E in popluar number systems.

HEX 7A 48 3E
Decimal 122 72 62
Binary 1111010 1001000 111110
Octal 172 110 76

Shades and tints

Shades of #7A483E

#7A483E
(122,72,62)
#6F4239
(111,66,57)
#643C34
(100,60,52)
#59362F
(89,54,47)
#4E302A
(78,48,42)
#432A25
(67,42,37)
#382420
(56,36,32)
#2D1E1B
(45,30,27)
#221816
(34,24,22)
#171211
(23,18,17)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #7A483E

#7A483E
(122,72,62)
#86584F
(134,88,79)
#926860
(146,104,96)
#9E7871
(158,120,113)
#AA8882
(170,136,130)
#B69893
(182,152,147)
#C2A8A4
(194,168,164)
#CEB8B5
(206,184,181)
#DAC8C6
(218,200,198)
#E6D8D7
(230,216,215)
#F2E8E8
(242,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A483E color. Also use rgb(122,72,62) instead hex code.

Text Font Color

.myTextColor { color: #7A483E; }

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

This text font color is #7A483E.

Background Color

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

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

This div background color is #7A483E.

Border color

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

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

This div border color is #7A483E.

Opacity

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

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

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

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

This text has shadow with #7A483E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A483E.

Preview

Color preview on black background

This text has color #7A483E on black background.


Color preview on white background

This text has color #7A483E on white background.


Black color preview on #7A483E background

This text has black color on #7A483E background.


White color preview on #7A483E background

This text has white color on #7A483E background.


Related colors

Complementary color

Complementary color for #hex is #85B7C1.


I love getcolorcode.com

Triadic colors

1 #3E7A48 and #483E7A with #7A483E are triadic colors.

2 #3E487A and #487A3E with #7A483E are triadic colors.