COLOR #7C4245

HEX: #7C4245
RGB: (124,66,69)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
66
69

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

Portions of RGB colors in percentages

R + G + B =
124 + 66 + 69 = 259 (100%)
R 124 of 259 ~ 47.88%
G 66 of 259 ~ 25.48%
B 69 of 259 ~ 26.64%

%47.88
%25.48
%26.64

CMYK color model

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

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

CMYK percentages

%0
%46.77
%44.35
%51.37

Codes

Color #7C4245 in popluar color models

7C4245
RGB1246669
HSL357°30.53%37.25%
HSB/HSV357°46.77%48.63%
CMYK0.00%46.77%44.35%
51.37%

Color #7C4245 in popluar number systems.

HEX7C4245
Decimal1246669
Binary111110010000101000101
Octal174102105

Shades and tints

Shades of #7C4245

#7C4245
(124,66,69)
#713C3F
(113,60,63)
#663639
(102,54,57)
#5B3033
(91,48,51)
#502A2D
(80,42,45)
#452427
(69,36,39)
#3A1E21
(58,30,33)
#2F181B
(47,24,27)
#241215
(36,18,21)
#190C0F
(25,12,15)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #7C4245

#7C4245
(124,66,69)
#875355
(135,83,85)
#926465
(146,100,101)
#9D7575
(157,117,117)
#A88685
(168,134,133)
#B39795
(179,151,149)
#BEA8A5
(190,168,165)
#C9B9B5
(201,185,181)
#D4CAC5
(212,202,197)
#DFDBD5
(223,219,213)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4245; }

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

This text font color is #7C4245.


Background Color

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

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

This div background color is #7C4245.


Border color

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

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

This div border color is #7C4245.


Opacity

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

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

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

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

This text has shadow with #7C4245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4245 on black background.


Color preview on white background

This text has color #7C4245 on white background.



Black color preview on #7C4245 background

This text has black color on #7C4245 background.


White color preview on #7C4245 background

This text has white color on #7C4245 background.