COLOR #7C354A

HEX: #7C354A
RGB: (124,53,74)

Color info

#7C354A contains mainly red and blue colors. Web safe color of #7C354A is #663333 (or #633).

RGB color model

#7C354A color RGB value is (124,53,74).

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

RGB channels and saturation

R 124 of 255 = 49%
G 53 of 255 = 21%
B 74 of 255 = 29%

124
53
74

R + G + B ~ 33%. #7C354A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 53 + 74 = 251 (100%)
R 124 of 251 ~ 49.4%
G 53 of 251 ~ 21.12%
B 74 of 251 ~ 29.48%

%49.4
%21.12
%29.48

CMYK color model

#7C354A color CMYK value is (0,57,40,51).

  • cyan value is 0.00%
  • magenta value is 57.26%
  • yellow value is 40.32%
  • key color value is 51.37%
CMYK:
(0,57,40,51)
C0M57Y40K51 
(0%,57%,40%,51%)
(0.00/0.57/0.40/0.51)	

CMYK percentages

%0
%57.26
%40.32
%51.37

Codes

Color #7C354A in popluar color models

7C354A
RGB1245374
HSL342°40.11%34.71%
HSB/HSV342°57.26%48.63%
CMYK0.00%57.26%40.32%
51.37%

Color #7C354A in popluar number systems.

HEX7C354A
Decimal1245374
Binary11111001101011001010
Octal17465112

Shades and tints

Shades of #7C354A

#7C354A
(124,53,74)
#713144
(113,49,68)
#662D3E
(102,45,62)
#5B2938
(91,41,56)
#502532
(80,37,50)
#45212C
(69,33,44)
#3A1D26
(58,29,38)
#2F1920
(47,25,32)
#24151A
(36,21,26)
#191114
(25,17,20)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #7C354A

#7C354A
(124,53,74)
#87475A
(135,71,90)
#92596A
(146,89,106)
#9D6B7A
(157,107,122)
#A87D8A
(168,125,138)
#B38F9A
(179,143,154)
#BEA1AA
(190,161,170)
#C9B3BA
(201,179,186)
#D4C5CA
(212,197,202)
#DFD7DA
(223,215,218)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C354A; }

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

This text font color is #7C354A.


Background Color

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

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

This div background color is #7C354A.


Border color

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

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

This div border color is #7C354A.


Opacity

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

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

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

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

This text has shadow with #7C354A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C354A on black background.


Color preview on white background

This text has color #7C354A on white background.



Black color preview on #7C354A background

This text has black color on #7C354A background.


White color preview on #7C354A background

This text has white color on #7C354A background.