COLOR #D97938

HEX: #D97938
RGB: (217,121,56)

Color info

#D97938 contains mainly red color. Web safe color of #D97938 is #CC6633 (or #C63).

RGB color model

#D97938 color RGB value is (217,121,56).

  • red value is 217;
  • green value is 121;
  • blue value is 56.
RGB:
(217,121,56)
(85%,47%,22%)

RGB channels and saturation

R 217 of 255 = 85%
G 121 of 255 = 47%
B 56 of 255 = 22%

217
121
56

R + G + B ~ 51%. #D97938 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
217 + 121 + 56 = 394 (100%)
R 217 of 394 ~ 55.08%
G 121 of 394 ~ 30.71%
B 56 of 394 ~ 14.21%

%55.08
%30.71
%14.21

CMYK color model

#D97938 color CMYK value is (0,44,74,15).

  • cyan value is 0.00%
  • magenta value is 44.24%
  • yellow value is 74.19%
  • key color value is 14.90%
CMYK:
(0,44,74,15)
C0M44Y74K15 
(0%,44%,74%,15%)
(0.00/0.44/0.74/0.15)	

CMYK percentages

%0
%44.24
%74.19
%14.9

Codes

Color #D97938 in popluar color models

D97938
RGB21712156
HSL24°67.93%53.53%
HSB/HSV24°74.19%85.10%
CMYK0.00%44.24%74.19%
14.90%

Color #D97938 in popluar number systems.

HEXD97938
Decimal21712156
Binary110110011111001111000
Octal33117170

Shades and tints

Shades of #D97938

#D97938
(217,121,56)
#C66E33
(198,110,51)
#B3632E
(179,99,46)
#A05829
(160,88,41)
#8D4D24
(141,77,36)
#7A421F
(122,66,31)
#67371A
(103,55,26)
#542C15
(84,44,21)
#412110
(65,33,16)
#2E160B
(46,22,11)
#1B0B06
(27,11,6)
#000000
(0,0,0)

Tints of #D97938

#D97938
(217,121,56)
#DC854A
(220,133,74)
#DF915C
(223,145,92)
#E29D6E
(226,157,110)
#E5A980
(229,169,128)
#E8B592
(232,181,146)
#EBC1A4
(235,193,164)
#EECDB6
(238,205,182)
#F1D9C8
(241,217,200)
#F4E5DA
(244,229,218)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D97938 color. Also use rgb(217,121,56) instead hex code.

Text Font Color

.myTextColor { color: #D97938; }

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

This text font color is #D97938.


Background Color

.myBgColor { background-color: #D97938; }

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

This div background color is #D97938.


Border color

.myBorderColor { border: 1px solid #D97938; }

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

This div border color is #D97938.


Opacity

.myOpacity80 { color: #D97938; opacity: 0.8; }

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

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

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

This text has shadow with #D97938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97938 on black background.


Color preview on white background

This text has color #D97938 on white background.



Black color preview on #D97938 background

This text has black color on #D97938 background.


White color preview on #D97938 background

This text has white color on #D97938 background.