COLOR #D59362

HEX: #D59362
RGB: (213,147,98)

Color info

#D59362 contains mainly red color. Web safe color of #D59362 is #CC9966 (or #C96).

RGB color model

#D59362 color RGB value is (213,147,98).

  • red value is 213;
  • green value is 147;
  • blue value is 98.
RGB:
(213,147,98)
(84%,58%,38%)

RGB channels and saturation

R 213 of 255 = 84%
G 147 of 255 = 58%
B 98 of 255 = 38%

213
147
98

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

Portions of RGB colors in percentages

R + G + B =
213 + 147 + 98 = 458 (100%)
R 213 of 458 ~ 46.51%
G 147 of 458 ~ 32.1%
B 98 of 458 ~ 21.4%

%46.51
%32.1
%21.4

CMYK color model

#D59362 color CMYK value is (0,31,54,16).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 53.99%
  • key color value is 16.47%
CMYK:
(0,31,54,16)
C0M31Y54K16 
(0%,31%,54%,16%)
(0.00/0.31/0.54/0.16)	

CMYK percentages

%0
%30.99
%53.99
%16.47

Codes

Color #D59362 in popluar color models

D59362
RGB21314798
HSL26°57.79%60.98%
HSB/HSV26°53.99%83.53%
CMYK0.00%30.99%53.99%
16.47%

Color #D59362 in popluar number systems.

HEXD59362
Decimal21314798
Binary11010101100100111100010
Octal325223142

Shades and tints

Shades of #D59362

#D59362
(213,147,98)
#C2865A
(194,134,90)
#AF7952
(175,121,82)
#9C6C4A
(156,108,74)
#895F42
(137,95,66)
#76523A
(118,82,58)
#634532
(99,69,50)
#50382A
(80,56,42)
#3D2B22
(61,43,34)
#2A1E1A
(42,30,26)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #D59362

#D59362
(213,147,98)
#D89C70
(216,156,112)
#DBA57E
(219,165,126)
#DEAE8C
(222,174,140)
#E1B79A
(225,183,154)
#E4C0A8
(228,192,168)
#E7C9B6
(231,201,182)
#EAD2C4
(234,210,196)
#EDDBD2
(237,219,210)
#F0E4E0
(240,228,224)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59362 color. Also use rgb(213,147,98) instead hex code.

Text Font Color

.myTextColor { color: #D59362; }

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

This text font color is #D59362.


Background Color

.myBgColor { background-color: #D59362; }

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

This div background color is #D59362.


Border color

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

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

This div border color is #D59362.


Opacity

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

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

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

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

This text has shadow with #D59362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59362 on black background.


Color preview on white background

This text has color #D59362 on white background.



Black color preview on #D59362 background

This text has black color on #D59362 background.


White color preview on #D59362 background

This text has white color on #D59362 background.