COLOR #7C3534

HEX: #7C3534
RGB: (124,53,52)

Color info

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

RGB color model

#7C3534 color RGB value is (124,53,52).

  • red value is 124;
  • green value is 53;
  • blue value is 52.
RGB:
(124,53,52)
(49%,21%,20%)

RGB channels and saturation

R 124 of 255 = 49%
G 53 of 255 = 21%
B 52 of 255 = 20%

124
53
52

R + G + B ~ 30%. #7C3534 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 53 + 52 = 229 (100%)
R 124 of 229 ~ 54.15%
G 53 of 229 ~ 23.14%
B 52 of 229 ~ 22.71%

%54.15
%23.14
%22.71

CMYK color model

#7C3534 color CMYK value is (0,57,58,51).

  • cyan value is 0.00%
  • magenta value is 57.26%
  • yellow value is 58.06%
  • key color value is 51.37%
CMYK:
(0,57,58,51)
C0M57Y58K51 
(0%,57%,58%,51%)
(0.00/0.57/0.58/0.51)	

CMYK percentages

%0
%57.26
%58.06
%51.37

Codes

Color #7C3534 in popluar color models

7C3534
RGB1245352
HSL40.91%34.51%
HSB/HSV58.06%48.63%
CMYK0.00%57.26%58.06%
51.37%

Color #7C3534 in popluar number systems.

HEX7C3534
Decimal1245352
Binary1111100110101110100
Octal1746564

Shades and tints

Shades of #7C3534

#7C3534
(124,53,52)
#713130
(113,49,48)
#662D2C
(102,45,44)
#5B2928
(91,41,40)
#502524
(80,37,36)
#452120
(69,33,32)
#3A1D1C
(58,29,28)
#2F1918
(47,25,24)
#241514
(36,21,20)
#191110
(25,17,16)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #7C3534

#7C3534
(124,53,52)
#874746
(135,71,70)
#925958
(146,89,88)
#9D6B6A
(157,107,106)
#A87D7C
(168,125,124)
#B38F8E
(179,143,142)
#BEA1A0
(190,161,160)
#C9B3B2
(201,179,178)
#D4C5C4
(212,197,196)
#DFD7D6
(223,215,214)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3534 color. Also use rgb(124,53,52) instead hex code.

Text Font Color

.myTextColor { color: #7C3534; }

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

This text font color is #7C3534.


Background Color

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

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

This div background color is #7C3534.


Border color

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

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

This div border color is #7C3534.


Opacity

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

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

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

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

This text has shadow with #7C3534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3534 on black background.


Color preview on white background

This text has color #7C3534 on white background.



Black color preview on #7C3534 background

This text has black color on #7C3534 background.


White color preview on #7C3534 background

This text has white color on #7C3534 background.