COLOR #9C4753

HEX: #9C4753 RGB: (156,71,83)

Color info

#9C4753 contains mainly red color. Web safe color of #9C4753 is #993366 (or #936).

RGB color model

#9C4753 color RGB value is (156,71,83).

RGB: (156,71,83) (61%, 28%, 33%)

RGB channels and saturation

R 156 of 255 = 61%
G 71 of 255 = 28%
B 83 of 255 = 33%

156
71
83

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

Portions of RGB colors in percentages

R + G + B = 156 + 71 + 83 = 310 (100%)
R 156 of 310 ~ 50.32%
G 71 of 310 ~ 22.9%
B 83 of 310 ~ 26.77'%

%50.32
%22.9
%26.77

CMYK color model

#9C4753 color CMYK value is (0,54,47,39).

  • cyan value is 0.00%
  • magenta value is 54.49%
  • yellow value is 46.79%
  • key color value is 38.82%

CMYK: (0,54,47,39)
C0M54Y47K39 (0%, 54%, 47%, 39%)
(0.00 / 0.54 / 0.47 / 0.39)

CMYK percentages

%0
%54.49
%46.79
%38.82

Codes

Color #9C4753 in popluar color models

9C 47 53
RGB 156 71 83
HSL 352° 37.44% 44.51%
HSB/HSV 352° 54.49% 61.18%
CMYK 0.00% 54.49% 46.79%
38.82%

Color #9C4753 in popluar number systems.

HEX 9C 47 53
Decimal 156 71 83
Binary 10011100 1000111 1010011
Octal 234 107 123

Shades and tints

Shades of #9C4753

#9C4753
(156,71,83)
#8E414C
(142,65,76)
#803B45
(128,59,69)
#72353E
(114,53,62)
#642F37
(100,47,55)
#562930
(86,41,48)
#482329
(72,35,41)
#3A1D22
(58,29,34)
#2C171B
(44,23,27)
#1E1114
(30,17,20)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #9C4753

#9C4753
(156,71,83)
#A55762
(165,87,98)
#AE6771
(174,103,113)
#B77780
(183,119,128)
#C0878F
(192,135,143)
#C9979E
(201,151,158)
#D2A7AD
(210,167,173)
#DBB7BC
(219,183,188)
#E4C7CB
(228,199,203)
#EDD7DA
(237,215,218)
#F6E7E9
(246,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C4753 color. Also use rgb(156,71,83) instead hex code.

Text Font Color

.myTextColor { color: #9C4753; }

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

This text font color is #9C4753.

Background Color

.myBgColor { background-color: #9C4753; }

<div style="background-color:#9C4753">Inner text</div>

This div background color is #9C4753.

Border color

.myBorderColor { border: 1px solid #9C4753; }

<div style="border:3px solid #9C4753">Div</div>

This div border color is #9C4753.

Opacity

.myOpacity80 { color: #9C4753; opacity: 0.8; }

<p style="color:#9C4753;opacity:0.8;">80%</p>

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

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

This text has shadow with #9C4753 color.


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

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

This text has shadow with #9C4753 primary color and red secondary color.


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

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

This text has shadow with #9C4753 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9C4753.

Preview

Color preview on black background

This text has color #9C4753 on black background.


Color preview on white background

This text has color #9C4753 on white background.


Black color preview on #9C4753 background

This text has black color on #9C4753 background.


White color preview on #9C4753 background

This text has white color on #9C4753 background.


Related colors

Complementary color

Complementary color for #hex is #63B8AC.


I love getcolorcode.com

Triadic colors

1 #539C47 and #47539C with #9C4753 are triadic colors.

2 #53479C and #479C53 with #9C4753 are triadic colors.