COLOR #9D653D

HEX: #9D653D RGB: (157,101,61)

Color info

#9D653D contains mainly red and green colors. Web safe color of #9D653D is #996633 (or #963).

RGB color model

#9D653D color RGB value is (157,101,61).

RGB: (157,101,61) (62%, 40%, 24%)

RGB channels and saturation

R 157 of 255 = 62%
G 101 of 255 = 40%
B 61 of 255 = 24%

157
101
61

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

Portions of RGB colors in percentages

R + G + B = 157 + 101 + 61 = 319 (100%)
R 157 of 319 ~ 49.22%
G 101 of 319 ~ 31.66%
B 61 of 319 ~ 19.12'%

%49.22
%31.66
%19.12

CMYK color model

#9D653D color CMYK value is (0,36,61,38).

  • cyan value is 0.00%
  • magenta value is 35.67%
  • yellow value is 61.15%
  • key color value is 38.43%
CMYK: (0,36,61,38) C0M36Y61K38 (0%,36%,61%,38%) (0.00/0.36/0.61/0.38) 

CMYK percentages

%0
%35.67
%61.15
%38.43

Codes

Color #9D653D in popluar color models

9D 65 3D
RGB 157 101 61
HSL 25° 44.04% 42.75%
HSB/HSV 25° 61.15% 61.57%
CMYK 0.00% 35.67% 61.15%
38.43%

Color #9D653D in popluar number systems.

HEX 9D 65 3D
Decimal 157 101 61
Binary 10011101 1100101 111101
Octal 235 145 75

Shades and tints

Shades of #9D653D

#9D653D
(157,101,61)
#8F5C38
(143,92,56)
#815333
(129,83,51)
#734A2E
(115,74,46)
#654129
(101,65,41)
#573824
(87,56,36)
#492F1F
(73,47,31)
#3B261A
(59,38,26)
#2D1D15
(45,29,21)
#1F1410
(31,20,16)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #9D653D

#9D653D
(157,101,61)
#A5734E
(165,115,78)
#AD815F
(173,129,95)
#B58F70
(181,143,112)
#BD9D81
(189,157,129)
#C5AB92
(197,171,146)
#CDB9A3
(205,185,163)
#D5C7B4
(213,199,180)
#DDD5C5
(221,213,197)
#E5E3D6
(229,227,214)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D653D color. Also use rgb(157,101,61) instead hex code.

Text Font Color

.myTextColor { color: #9D653D; }

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

This text font color is #9D653D.

Background Color

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

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

This div background color is #9D653D.

Border color

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

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

This div border color is #9D653D.

Opacity

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

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

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

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

This text has shadow with #9D653D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D653D.

Preview

Color preview on black background

This text has color #9D653D on black background.


Color preview on white background

This text has color #9D653D on white background.


Black color preview on #9D653D background

This text has black color on #9D653D background.


White color preview on #9D653D background

This text has white color on #9D653D background.


Related colors

Complementary color

Complementary color for #hex is #629AC2.


I love getcolorcode.com

Triadic colors

1 #3D9D65 and #653D9D with #9D653D are triadic colors.

2 #3D659D and #659D3D with #9D653D are triadic colors.