COLOR #7C3D4D

HEX: #7C3D4D RGB: (124,61,77)

Color info

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

RGB color model

#7C3D4D color RGB value is (124,61,77).

RGB: (124,61,77) (49%, 24%, 30%)

RGB channels and saturation

R 124 of 255 = 49%
G 61 of 255 = 24%
B 77 of 255 = 30%

124
61
77

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

Portions of RGB colors in percentages

R + G + B = 124 + 61 + 77 = 262 (100%)
R 124 of 262 ~ 47.33%
G 61 of 262 ~ 23.28%
B 77 of 262 ~ 29.39'%

%47.33
%23.28
%29.39

CMYK color model

#7C3D4D color CMYK value is (0,51,38,51).

  • cyan value is 0.00%
  • magenta value is 50.81%
  • yellow value is 37.90%
  • key color value is 51.37%

CMYK: (0,51,38,51)
C0M51Y38K51 (0%, 51%, 38%, 51%)
(0.00 / 0.51 / 0.38 / 0.51)

CMYK percentages

%0
%50.81
%37.9
%51.37

Codes

Color #7C3D4D in popluar color models

7C 3D 4D
RGB 124 61 77
HSL 345° 34.05% 36.27%
HSB/HSV 345° 50.81% 48.63%
CMYK 0.00% 50.81% 37.90%
51.37%

Color #7C3D4D in popluar number systems.

HEX 7C 3D 4D
Decimal 124 61 77
Binary 1111100 111101 1001101
Octal 174 75 115

Shades and tints

Shades of #7C3D4D

#7C3D4D
(124,61,77)
#713846
(113,56,70)
#66333F
(102,51,63)
#5B2E38
(91,46,56)
#502931
(80,41,49)
#45242A
(69,36,42)
#3A1F23
(58,31,35)
#2F1A1C
(47,26,28)
#241515
(36,21,21)
#19100E
(25,16,14)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #7C3D4D

#7C3D4D
(124,61,77)
#874E5D
(135,78,93)
#925F6D
(146,95,109)
#9D707D
(157,112,125)
#A8818D
(168,129,141)
#B3929D
(179,146,157)
#BEA3AD
(190,163,173)
#C9B4BD
(201,180,189)
#D4C5CD
(212,197,205)
#DFD6DD
(223,214,221)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3D4D; }

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

This text font color is #7C3D4D.

Background Color

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

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

This div background color is #7C3D4D.

Border color

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

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

This div border color is #7C3D4D.

Opacity

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

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

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

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

This text has shadow with #7C3D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C3D4D.

Preview

Color preview on black background

This text has color #7C3D4D on black background.


Color preview on white background

This text has color #7C3D4D on white background.


Black color preview on #7C3D4D background

This text has black color on #7C3D4D background.


White color preview on #7C3D4D background

This text has white color on #7C3D4D background.


Related colors

Complementary color

Complementary color for #hex is #83C2B2.


I love getcolorcode.com

Triadic colors

1 #4D7C3D and #3D4D7C with #7C3D4D are triadic colors.

2 #4D3D7C and #3D7C4D with #7C3D4D are triadic colors.