COLOR #7C3B3A

HEX: #7C3B3A
RGB: (124,59,58)

Color info

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

RGB color model

#7C3B3A color RGB value is (124,59,58).

  • red value is 124;
  • green value is 59;
  • blue value is 58.
RGB:
(124,59,58)
(49%,23%,23%)

RGB channels and saturation

R 124 of 255 = 49%
G 59 of 255 = 23%
B 58 of 255 = 23%

124
59
58

R + G + B ~ 32%. #7C3B3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 59 + 58 = 241 (100%)
R 124 of 241 ~ 51.45%
G 59 of 241 ~ 24.48%
B 58 of 241 ~ 24.07%

%51.45
%24.48
%24.07

CMYK color model

#7C3B3A color CMYK value is (0,52,53,51).

  • cyan value is 0.00%
  • magenta value is 52.42%
  • yellow value is 53.23%
  • key color value is 51.37%
CMYK:
(0,52,53,51)
C0M52Y53K51 
(0%,52%,53%,51%)
(0.00/0.52/0.53/0.51)	

CMYK percentages

%0
%52.42
%53.23
%51.37

Codes

Color #7C3B3A in popluar color models

7C3B3A
RGB1245958
HSL36.26%35.69%
HSB/HSV53.23%48.63%
CMYK0.00%52.42%53.23%
51.37%

Color #7C3B3A in popluar number systems.

HEX7C3B3A
Decimal1245958
Binary1111100111011111010
Octal1747372

Shades and tints

Shades of #7C3B3A

#7C3B3A
(124,59,58)
#713635
(113,54,53)
#663130
(102,49,48)
#5B2C2B
(91,44,43)
#502726
(80,39,38)
#452221
(69,34,33)
#3A1D1C
(58,29,28)
#2F1817
(47,24,23)
#241312
(36,19,18)
#190E0D
(25,14,13)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #7C3B3A

#7C3B3A
(124,59,58)
#874C4B
(135,76,75)
#925D5C
(146,93,92)
#9D6E6D
(157,110,109)
#A87F7E
(168,127,126)
#B3908F
(179,144,143)
#BEA1A0
(190,161,160)
#C9B2B1
(201,178,177)
#D4C3C2
(212,195,194)
#DFD4D3
(223,212,211)
#EAE5E4
(234,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3B3A color. Also use rgb(124,59,58) instead hex code.

Text Font Color

.myTextColor { color: #7C3B3A; }

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

This text font color is #7C3B3A.


Background Color

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

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

This div background color is #7C3B3A.


Border color

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

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

This div border color is #7C3B3A.


Opacity

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

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

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

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

This text has shadow with #7C3B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3B3A on black background.


Color preview on white background

This text has color #7C3B3A on white background.



Black color preview on #7C3B3A background

This text has black color on #7C3B3A background.


White color preview on #7C3B3A background

This text has white color on #7C3B3A background.