COLOR #D58140

HEX: #D58140
RGB: (213,129,64)

Color info

#D58140 contains mainly red color. Web safe color of #D58140 is #CC9933 (or #C93).

RGB color model

#D58140 color RGB value is (213,129,64).

  • red value is 213;
  • green value is 129;
  • blue value is 64.
RGB:
(213,129,64)
(84%,51%,25%)

RGB channels and saturation

R 213 of 255 = 84%
G 129 of 255 = 51%
B 64 of 255 = 25%

213
129
64

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

Portions of RGB colors in percentages

R + G + B =
213 + 129 + 64 = 406 (100%)
R 213 of 406 ~ 52.46%
G 129 of 406 ~ 31.77%
B 64 of 406 ~ 15.76%

%52.46
%31.77
%15.76

CMYK color model

#D58140 color CMYK value is (0,39,70,16).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 69.95%
  • key color value is 16.47%
CMYK:
(0,39,70,16)
C0M39Y70K16 
(0%,39%,70%,16%)
(0.00/0.39/0.70/0.16)	

CMYK percentages

%0
%39.44
%69.95
%16.47

Codes

Color #D58140 in popluar color models

D58140
RGB21312964
HSL26°63.95%54.31%
HSB/HSV26°69.95%83.53%
CMYK0.00%39.44%69.95%
16.47%

Color #D58140 in popluar number systems.

HEXD58140
Decimal21312964
Binary11010101100000011000000
Octal325201100

Shades and tints

Shades of #D58140

#D58140
(213,129,64)
#C2763B
(194,118,59)
#AF6B36
(175,107,54)
#9C6031
(156,96,49)
#89552C
(137,85,44)
#764A27
(118,74,39)
#633F22
(99,63,34)
#50341D
(80,52,29)
#3D2918
(61,41,24)
#2A1E13
(42,30,19)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #D58140

#D58140
(213,129,64)
#D88C51
(216,140,81)
#DB9762
(219,151,98)
#DEA273
(222,162,115)
#E1AD84
(225,173,132)
#E4B895
(228,184,149)
#E7C3A6
(231,195,166)
#EACEB7
(234,206,183)
#EDD9C8
(237,217,200)
#F0E4D9
(240,228,217)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58140 color. Also use rgb(213,129,64) instead hex code.

Text Font Color

.myTextColor { color: #D58140; }

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

This text font color is #D58140.


Background Color

.myBgColor { background-color: #D58140; }

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

This div background color is #D58140.


Border color

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

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

This div border color is #D58140.


Opacity

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

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

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

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

This text has shadow with #D58140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58140 on black background.


Color preview on white background

This text has color #D58140 on white background.



Black color preview on #D58140 background

This text has black color on #D58140 background.


White color preview on #D58140 background

This text has white color on #D58140 background.