COLOR #7C362A

HEX: #7C362A
RGB: (124,54,42)

Color info

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

RGB color model

#7C362A color RGB value is (124,54,42).

  • red value is 124;
  • green value is 54;
  • blue value is 42.
RGB:
(124,54,42)
(49%,21%,16%)

RGB channels and saturation

R 124 of 255 = 49%
G 54 of 255 = 21%
B 42 of 255 = 16%

124
54
42

R + G + B ~ 29%. #7C362A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 54 + 42 = 220 (100%)
R 124 of 220 ~ 56.36%
G 54 of 220 ~ 24.55%
B 42 of 220 ~ 19.09%

%56.36
%24.55
%19.09

CMYK color model

#7C362A color CMYK value is (0,56,66,51).

  • cyan value is 0.00%
  • magenta value is 56.45%
  • yellow value is 66.13%
  • key color value is 51.37%
CMYK:
(0,56,66,51)
C0M56Y66K51 
(0%,56%,66%,51%)
(0.00/0.56/0.66/0.51)	

CMYK percentages

%0
%56.45
%66.13
%51.37

Codes

Color #7C362A in popluar color models

7C362A
RGB1245442
HSL49.40%32.55%
HSB/HSV66.13%48.63%
CMYK0.00%56.45%66.13%
51.37%

Color #7C362A in popluar number systems.

HEX7C362A
Decimal1245442
Binary1111100110110101010
Octal1746652

Shades and tints

Shades of #7C362A

#7C362A
(124,54,42)
#713227
(113,50,39)
#662E24
(102,46,36)
#5B2A21
(91,42,33)
#50261E
(80,38,30)
#45221B
(69,34,27)
#3A1E18
(58,30,24)
#2F1A15
(47,26,21)
#241612
(36,22,18)
#19120F
(25,18,15)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #7C362A

#7C362A
(124,54,42)
#87483D
(135,72,61)
#925A50
(146,90,80)
#9D6C63
(157,108,99)
#A87E76
(168,126,118)
#B39089
(179,144,137)
#BEA29C
(190,162,156)
#C9B4AF
(201,180,175)
#D4C6C2
(212,198,194)
#DFD8D5
(223,216,213)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C362A color. Also use rgb(124,54,42) instead hex code.

Text Font Color

.myTextColor { color: #7C362A; }

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

This text font color is #7C362A.


Background Color

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

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

This div background color is #7C362A.


Border color

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

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

This div border color is #7C362A.


Opacity

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

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

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

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

This text has shadow with #7C362A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C362A on black background.


Color preview on white background

This text has color #7C362A on white background.



Black color preview on #7C362A background

This text has black color on #7C362A background.


White color preview on #7C362A background

This text has white color on #7C362A background.