COLOR #9D343E

HEX: #9D343E RGB: (157,52,62)

Color info

#9D343E contains mainly red color. Web safe color of #9D343E is #993333 (or #933).

RGB color model

#9D343E color RGB value is (157,52,62).

RGB: (157,52,62) (62%, 20%, 24%)

RGB channels and saturation

R 157 of 255 = 62%
G 52 of 255 = 20%
B 62 of 255 = 24%

157
52
62

R + G + B ~ 35%. #9D343E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 157 + 52 + 62 = 271 (100%)
R 157 of 271 ~ 57.93%
G 52 of 271 ~ 19.19%
B 62 of 271 ~ 22.88'%

%57.93
%19.19
%22.88

CMYK color model

#9D343E color CMYK value is (0,67,61,38).

  • cyan value is 0.00%
  • magenta value is 66.88%
  • yellow value is 60.51%
  • key color value is 38.43%

CMYK: (0,67,61,38)
C0M67Y61K38 (0%, 67%, 61%, 38%)
(0.00 / 0.67 / 0.61 / 0.38)

CMYK percentages

%0
%66.88
%60.51
%38.43

Codes

Color #9D343E in popluar color models

9D 34 3E
RGB 157 52 62
HSL 354° 50.24% 40.98%
HSB/HSV 354° 66.88% 61.57%
CMYK 0.00% 66.88% 60.51%
38.43%

Color #9D343E in popluar number systems.

HEX 9D 34 3E
Decimal 157 52 62
Binary 10011101 110100 111110
Octal 235 64 76

Shades and tints

Shades of #9D343E

#9D343E
(157,52,62)
#8F3039
(143,48,57)
#812C34
(129,44,52)
#73282F
(115,40,47)
#65242A
(101,36,42)
#572025
(87,32,37)
#491C20
(73,28,32)
#3B181B
(59,24,27)
#2D1416
(45,20,22)
#1F1011
(31,16,17)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #9D343E

#9D343E
(157,52,62)
#A5464F
(165,70,79)
#AD5860
(173,88,96)
#B56A71
(181,106,113)
#BD7C82
(189,124,130)
#C58E93
(197,142,147)
#CDA0A4
(205,160,164)
#D5B2B5
(213,178,181)
#DDC4C6
(221,196,198)
#E5D6D7
(229,214,215)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D343E color. Also use rgb(157,52,62) instead hex code.

Text Font Color

.myTextColor { color: #9D343E; }

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

This text font color is #9D343E.

Background Color

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

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

This div background color is #9D343E.

Border color

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

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

This div border color is #9D343E.

Opacity

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

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

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

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

This text has shadow with #9D343E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D343E.

Preview

Color preview on black background

This text has color #9D343E on black background.


Color preview on white background

This text has color #9D343E on white background.


Black color preview on #9D343E background

This text has black color on #9D343E background.


White color preview on #9D343E background

This text has white color on #9D343E background.


Related colors

Complementary color

Complementary color for #hex is #62CBC1.


I love getcolorcode.com

Triadic colors

1 #3E9D34 and #343E9D with #9D343E are triadic colors.

2 #3E349D and #349D3E with #9D343E are triadic colors.