COLOR #7A3D38

HEX: #7A3D38
RGB: (122,61,56)

Color info

#7A3D38 contains mainly red color. Web safe color of #7A3D38 is #663333 (or #633).

RGB color model

#7A3D38 color RGB value is (122,61,56).

  • red value is 122;
  • green value is 61;
  • blue value is 56.
RGB:
(122,61,56)
(48%,24%,22%)

RGB channels and saturation

R 122 of 255 = 48%
G 61 of 255 = 24%
B 56 of 255 = 22%

122
61
56

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

Portions of RGB colors in percentages

R + G + B =
122 + 61 + 56 = 239 (100%)
R 122 of 239 ~ 51.05%
G 61 of 239 ~ 25.52%
B 56 of 239 ~ 23.43%

%51.05
%25.52
%23.43

CMYK color model

#7A3D38 color CMYK value is (0,50,54,52).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 54.10%
  • key color value is 52.16%
CMYK:
(0,50,54,52)
C0M50Y54K52 
(0%,50%,54%,52%)
(0.00/0.50/0.54/0.52)	

CMYK percentages

%0
%50
%54.1
%52.16

Codes

Color #7A3D38 in popluar color models

7A3D38
RGB1226156
HSL37.08%34.90%
HSB/HSV54.10%47.84%
CMYK0.00%50.00%54.10%
52.16%

Color #7A3D38 in popluar number systems.

HEX7A3D38
Decimal1226156
Binary1111010111101111000
Octal1727570

Shades and tints

Shades of #7A3D38

#7A3D38
(122,61,56)
#6F3833
(111,56,51)
#64332E
(100,51,46)
#592E29
(89,46,41)
#4E2924
(78,41,36)
#43241F
(67,36,31)
#381F1A
(56,31,26)
#2D1A15
(45,26,21)
#221510
(34,21,16)
#17100B
(23,16,11)
#0C0B06
(12,11,6)
#000000
(0,0,0)

Tints of #7A3D38

#7A3D38
(122,61,56)
#864E4A
(134,78,74)
#925F5C
(146,95,92)
#9E706E
(158,112,110)
#AA8180
(170,129,128)
#B69292
(182,146,146)
#C2A3A4
(194,163,164)
#CEB4B6
(206,180,182)
#DAC5C8
(218,197,200)
#E6D6DA
(230,214,218)
#F2E7EC
(242,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A3D38 color. Also use rgb(122,61,56) instead hex code.

Text Font Color

.myTextColor { color: #7A3D38; }

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

This text font color is #7A3D38.


Background Color

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

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

This div background color is #7A3D38.


Border color

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

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

This div border color is #7A3D38.


Opacity

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

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

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

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

This text has shadow with #7A3D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A3D38 on black background.


Color preview on white background

This text has color #7A3D38 on white background.



Black color preview on #7A3D38 background

This text has black color on #7A3D38 background.


White color preview on #7A3D38 background

This text has white color on #7A3D38 background.