COLOR #7C3440

HEX: #7C3440 RGB: (124,52,64)

Color info

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

RGB color model

#7C3440 color RGB value is (124,52,64).

RGB: (124,52,64) (49%, 20%, 25%)

RGB channels and saturation

R 124 of 255 = 49%
G 52 of 255 = 20%
B 64 of 255 = 25%

124
52
64

R + G + B ~ 31%. #7C3440 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 52 + 64 = 240 (100%)
R 124 of 240 ~ 51.67%
G 52 of 240 ~ 21.67%
B 64 of 240 ~ 26.67'%

%51.67
%21.67
%26.67

CMYK color model

#7C3440 color CMYK value is (0,58,48,51).

  • cyan value is 0.00%
  • magenta value is 58.06%
  • yellow value is 48.39%
  • key color value is 51.37%
CMYK: (0,58,48,51) C0M58Y48K51 (0%,58%,48%,51%) (0.00/0.58/0.48/0.51) 

CMYK percentages

%0
%58.06
%48.39
%51.37

Codes

Color #7C3440 in popluar color models

7C 34 40
RGB 124 52 64
HSL 350° 40.91% 34.51%
HSB/HSV 350° 58.06% 48.63%
CMYK 0.00% 58.06% 48.39%
51.37%

Color #7C3440 in popluar number systems.

HEX 7C 34 40
Decimal 124 52 64
Binary 1111100 110100 1000000
Octal 174 64 100

Shades and tints

Shades of #7C3440

#7C3440
(124,52,64)
#71303B
(113,48,59)
#662C36
(102,44,54)
#5B2831
(91,40,49)
#50242C
(80,36,44)
#452027
(69,32,39)
#3A1C22
(58,28,34)
#2F181D
(47,24,29)
#241418
(36,20,24)
#191013
(25,16,19)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #7C3440

#7C3440
(124,52,64)
#874651
(135,70,81)
#925862
(146,88,98)
#9D6A73
(157,106,115)
#A87C84
(168,124,132)
#B38E95
(179,142,149)
#BEA0A6
(190,160,166)
#C9B2B7
(201,178,183)
#D4C4C8
(212,196,200)
#DFD6D9
(223,214,217)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3440; }

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

This text font color is #7C3440.

Background Color

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

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

This div background color is #7C3440.

Border color

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

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

This div border color is #7C3440.

Opacity

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

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

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

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

This text has shadow with #7C3440 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C3440.

Preview

Color preview on black background

This text has color #7C3440 on black background.


Color preview on white background

This text has color #7C3440 on white background.


Black color preview on #7C3440 background

This text has black color on #7C3440 background.


White color preview on #7C3440 background

This text has white color on #7C3440 background.


Related colors

Complementary color

Complementary color for #hex is #83CBBF.


I love getcolorcode.com

Triadic colors

1 #407C34 and #34407C with #7C3440 are triadic colors.

2 #40347C and #347C40 with #7C3440 are triadic colors.