COLOR #7C3453

HEX: #7C3453 RGB: (124,52,83)

Color info

#7C3453 contains mainly red and blue colors. Web safe color of #7C3453 is #663366 (or #636).

RGB color model

#7C3453 color RGB value is (124,52,83).

RGB: (124,52,83) (49%, 20%, 33%)

RGB channels and saturation

R 124 of 255 = 49%
G 52 of 255 = 20%
B 83 of 255 = 33%

124
52
83

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

Portions of RGB colors in percentages

R + G + B = 124 + 52 + 83 = 259 (100%)
R 124 of 259 ~ 47.88%
G 52 of 259 ~ 20.08%
B 83 of 259 ~ 32.05'%

%47.88
%20.08
%32.05

CMYK color model

#7C3453 color CMYK value is (0,58,33,51).

  • cyan value is 0.00%
  • magenta value is 58.06%
  • yellow value is 33.06%
  • key color value is 51.37%

CMYK: (0,58,33,51)
C0M58Y33K51 (0%, 58%, 33%, 51%)
(0.00 / 0.58 / 0.33 / 0.51)

CMYK percentages

%0
%58.06
%33.06
%51.37

Codes

Color #7C3453 in popluar color models

7C 34 53
RGB 124 52 83
HSL 334° 40.91% 34.51%
HSB/HSV 334° 58.06% 48.63%
CMYK 0.00% 58.06% 33.06%
51.37%

Color #7C3453 in popluar number systems.

HEX 7C 34 53
Decimal 124 52 83
Binary 1111100 110100 1010011
Octal 174 64 123

Shades and tints

Shades of #7C3453

#7C3453
(124,52,83)
#71304C
(113,48,76)
#662C45
(102,44,69)
#5B283E
(91,40,62)
#502437
(80,36,55)
#452030
(69,32,48)
#3A1C29
(58,28,41)
#2F1822
(47,24,34)
#24141B
(36,20,27)
#191014
(25,16,20)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #7C3453

#7C3453
(124,52,83)
#874662
(135,70,98)
#925871
(146,88,113)
#9D6A80
(157,106,128)
#A87C8F
(168,124,143)
#B38E9E
(179,142,158)
#BEA0AD
(190,160,173)
#C9B2BC
(201,178,188)
#D4C4CB
(212,196,203)
#DFD6DA
(223,214,218)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3453; }

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

This text font color is #7C3453.

Background Color

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

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

This div background color is #7C3453.

Border color

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

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

This div border color is #7C3453.

Opacity

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

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

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

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

This text has shadow with #7C3453 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C3453.

Preview

Color preview on black background

This text has color #7C3453 on black background.


Color preview on white background

This text has color #7C3453 on white background.


Black color preview on #7C3453 background

This text has black color on #7C3453 background.


White color preview on #7C3453 background

This text has white color on #7C3453 background.


Related colors

Complementary color

Complementary color for #hex is #83CBAC.


I love getcolorcode.com

Triadic colors

1 #537C34 and #34537C with #7C3453 are triadic colors.

2 #53347C and #347C53 with #7C3453 are triadic colors.