COLOR #9C4062

HEX: #9C4062 RGB: (156,64,98)

Color info

#9C4062 contains mainly red and blue colors. Web safe color of #9C4062 is #993366 (or #936).

RGB color model

#9C4062 color RGB value is (156,64,98).

RGB: (156,64,98) (61%, 25%, 38%)

RGB channels and saturation

R 156 of 255 = 61%
G 64 of 255 = 25%
B 98 of 255 = 38%

156
64
98

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

Portions of RGB colors in percentages

R + G + B = 156 + 64 + 98 = 318 (100%)
R 156 of 318 ~ 49.06%
G 64 of 318 ~ 20.13%
B 98 of 318 ~ 30.82'%

%49.06
%20.13
%30.82

CMYK color model

#9C4062 color CMYK value is (0,59,37,39).

  • cyan value is 0.00%
  • magenta value is 58.97%
  • yellow value is 37.18%
  • key color value is 38.82%

CMYK: (0,59,37,39)
C0M59Y37K39 (0%, 59%, 37%, 39%)
(0.00 / 0.59 / 0.37 / 0.39)

CMYK percentages

%0
%58.97
%37.18
%38.82

Codes

Color #9C4062 in popluar color models

9C 40 62
RGB 156 64 98
HSL 338° 41.82% 43.14%
HSB/HSV 338° 58.97% 61.18%
CMYK 0.00% 58.97% 37.18%
38.82%

Color #9C4062 in popluar number systems.

HEX 9C 40 62
Decimal 156 64 98
Binary 10011100 1000000 1100010
Octal 234 100 142

Shades and tints

Shades of #9C4062

#9C4062
(156,64,98)
#8E3B5A
(142,59,90)
#803652
(128,54,82)
#72314A
(114,49,74)
#642C42
(100,44,66)
#56273A
(86,39,58)
#482232
(72,34,50)
#3A1D2A
(58,29,42)
#2C1822
(44,24,34)
#1E131A
(30,19,26)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #9C4062

#9C4062
(156,64,98)
#A55170
(165,81,112)
#AE627E
(174,98,126)
#B7738C
(183,115,140)
#C0849A
(192,132,154)
#C995A8
(201,149,168)
#D2A6B6
(210,166,182)
#DBB7C4
(219,183,196)
#E4C8D2
(228,200,210)
#EDD9E0
(237,217,224)
#F6EAEE
(246,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C4062 color. Also use rgb(156,64,98) instead hex code.

Text Font Color

.myTextColor { color: #9C4062; }

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

This text font color is #9C4062.

Background Color

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

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

This div background color is #9C4062.

Border color

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

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

This div border color is #9C4062.

Opacity

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

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

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

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

This text has shadow with #9C4062 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C4062.

Preview

Color preview on black background

This text has color #9C4062 on black background.


Color preview on white background

This text has color #9C4062 on white background.


Black color preview on #9C4062 background

This text has black color on #9C4062 background.


White color preview on #9C4062 background

This text has white color on #9C4062 background.


Related colors

Complementary color

Complementary color for #hex is #63BF9D.


I love getcolorcode.com

Triadic colors

1 #629C40 and #40629C with #9C4062 are triadic colors.

2 #62409C and #409C62 with #9C4062 are triadic colors.