COLOR #7C5369

HEX: #7C5369
RGB: (124,83,105)

Color info

#7C5369 contains red, green and blue colors in about the same proportion. Web safe color of #7C5369 is #666666 (or #666).

RGB color model

#7C5369 color RGB value is (124,83,105).

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

RGB channels and saturation

R 124 of 255 = 49%
G 83 of 255 = 33%
B 105 of 255 = 41%

124
83
105

R + G + B ~ 41%. #7C5369 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 83 + 105 = 312 (100%)
R 124 of 312 ~ 39.74%
G 83 of 312 ~ 26.6%
B 105 of 312 ~ 33.65%

%39.74
%26.6
%33.65

CMYK color model

#7C5369 color CMYK value is (0,33,15,51).

  • cyan value is 0.00%
  • magenta value is 33.06%
  • yellow value is 15.32%
  • key color value is 51.37%
CMYK:
(0,33,15,51)
C0M33Y15K51 
(0%,33%,15%,51%)
(0.00/0.33/0.15/0.51)	

CMYK percentages

%0
%33.06
%15.32
%51.37

Codes

Color #7C5369 in popluar color models

7C5369
RGB12483105
HSL328°19.81%40.59%
HSB/HSV328°33.06%48.63%
CMYK0.00%33.06%15.32%
51.37%

Color #7C5369 in popluar number systems.

HEX7C5369
Decimal12483105
Binary111110010100111101001
Octal174123151

Shades and tints

Shades of #7C5369

#7C5369
(124,83,105)
#714C60
(113,76,96)
#664557
(102,69,87)
#5B3E4E
(91,62,78)
#503745
(80,55,69)
#45303C
(69,48,60)
#3A2933
(58,41,51)
#2F222A
(47,34,42)
#241B21
(36,27,33)
#191418
(25,20,24)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #7C5369

#7C5369
(124,83,105)
#876276
(135,98,118)
#927183
(146,113,131)
#9D8090
(157,128,144)
#A88F9D
(168,143,157)
#B39EAA
(179,158,170)
#BEADB7
(190,173,183)
#C9BCC4
(201,188,196)
#D4CBD1
(212,203,209)
#DFDADE
(223,218,222)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5369; }

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

This text font color is #7C5369.


Background Color

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

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

This div background color is #7C5369.


Border color

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

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

This div border color is #7C5369.


Opacity

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

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

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

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

This text has shadow with #7C5369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5369 on black background.


Color preview on white background

This text has color #7C5369 on white background.



Black color preview on #7C5369 background

This text has black color on #7C5369 background.


White color preview on #7C5369 background

This text has white color on #7C5369 background.