COLOR #7C3953

HEX: #7C3953
RGB: (124,57,83)

Color info

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

RGB color model

#7C3953 color RGB value is (124,57,83).

  • red value is 124;
  • green value is 57;
  • blue value is 83.
RGB:
(124,57,83)
(49%,22%,33%)

RGB channels and saturation

R 124 of 255 = 49%
G 57 of 255 = 22%
B 83 of 255 = 33%

124
57
83

R + G + B ~ 35%. #7C3953 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 57 + 83 = 264 (100%)
R 124 of 264 ~ 46.97%
G 57 of 264 ~ 21.59%
B 83 of 264 ~ 31.44%

%46.97
%21.59
%31.44

CMYK color model

#7C3953 color CMYK value is (0,54,33,51).

  • cyan value is 0.00%
  • magenta value is 54.03%
  • yellow value is 33.06%
  • key color value is 51.37%
CMYK:
(0,54,33,51)
C0M54Y33K51 
(0%,54%,33%,51%)
(0.00/0.54/0.33/0.51)	

CMYK percentages

%0
%54.03
%33.06
%51.37

Codes

Color #7C3953 in popluar color models

7C3953
RGB1245783
HSL337°37.02%35.49%
HSB/HSV337°54.03%48.63%
CMYK0.00%54.03%33.06%
51.37%

Color #7C3953 in popluar number systems.

HEX7C3953
Decimal1245783
Binary11111001110011010011
Octal17471123

Shades and tints

Shades of #7C3953

#7C3953
(124,57,83)
#71344C
(113,52,76)
#662F45
(102,47,69)
#5B2A3E
(91,42,62)
#502537
(80,37,55)
#452030
(69,32,48)
#3A1B29
(58,27,41)
#2F1622
(47,22,34)
#24111B
(36,17,27)
#190C14
(25,12,20)
#0E070D
(14,7,13)
#000000
(0,0,0)

Tints of #7C3953

#7C3953
(124,57,83)
#874B62
(135,75,98)
#925D71
(146,93,113)
#9D6F80
(157,111,128)
#A8818F
(168,129,143)
#B3939E
(179,147,158)
#BEA5AD
(190,165,173)
#C9B7BC
(201,183,188)
#D4C9CB
(212,201,203)
#DFDBDA
(223,219,218)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3953; }

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

This text font color is #7C3953.


Background Color

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

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

This div background color is #7C3953.


Border color

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

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

This div border color is #7C3953.


Opacity

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

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

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

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

This text has shadow with #7C3953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3953 on black background.


Color preview on white background

This text has color #7C3953 on white background.



Black color preview on #7C3953 background

This text has black color on #7C3953 background.


White color preview on #7C3953 background

This text has white color on #7C3953 background.