COLOR #7C4545

HEX: #7C4545
RGB: (124,69,69)

Color info

#7C4545 contains red, green and blue colors in about the same proportion. Web safe color of #7C4545 is #663333 (or #633).

RGB color model

#7C4545 color RGB value is (124,69,69).

  • red value is 124;
  • green value is 69;
  • blue value is 69.
RGB:
(124,69,69)
(49%,27%,27%)

RGB channels and saturation

R 124 of 255 = 49%
G 69 of 255 = 27%
B 69 of 255 = 27%

124
69
69

R + G + B ~ 34%. #7C4545 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 69 + 69 = 262 (100%)
R 124 of 262 ~ 47.33%
G 69 of 262 ~ 26.34%
B 69 of 262 ~ 26.34%

%47.33
%26.34
%26.34

CMYK color model

#7C4545 color CMYK value is (0,44,44,51).

  • cyan value is 0.00%
  • magenta value is 44.35%
  • yellow value is 44.35%
  • key color value is 51.37%
CMYK:
(0,44,44,51)
C0M44Y44K51 
(0%,44%,44%,51%)
(0.00/0.44/0.44/0.51)	

CMYK percentages

%0
%44.35
%44.35
%51.37

Codes

Color #7C4545 in popluar color models

7C4545
RGB1246969
HSL28.50%37.84%
HSB/HSV44.35%48.63%
CMYK0.00%44.35%44.35%
51.37%

Color #7C4545 in popluar number systems.

HEX7C4545
Decimal1246969
Binary111110010001011000101
Octal174105105

Shades and tints

Shades of #7C4545

#7C4545
(124,69,69)
#713F3F
(113,63,63)
#663939
(102,57,57)
#5B3333
(91,51,51)
#502D2D
(80,45,45)
#452727
(69,39,39)
#3A2121
(58,33,33)
#2F1B1B
(47,27,27)
#241515
(36,21,21)
#190F0F
(25,15,15)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #7C4545

#7C4545
(124,69,69)
#875555
(135,85,85)
#926565
(146,101,101)
#9D7575
(157,117,117)
#A88585
(168,133,133)
#B39595
(179,149,149)
#BEA5A5
(190,165,165)
#C9B5B5
(201,181,181)
#D4C5C5
(212,197,197)
#DFD5D5
(223,213,213)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4545; }

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

This text font color is #7C4545.


Background Color

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

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

This div background color is #7C4545.


Border color

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

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

This div border color is #7C4545.


Opacity

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

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

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

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

This text has shadow with #7C4545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4545 on black background.


Color preview on white background

This text has color #7C4545 on white background.



Black color preview on #7C4545 background

This text has black color on #7C4545 background.


White color preview on #7C4545 background

This text has white color on #7C4545 background.