COLOR #D5690D

HEX: #D5690D
RGB: (213,105,13)

Color info

#D5690D contains mainly red color. Web safe color of #D5690D is #CC6600 (or #C60).

RGB color model

#D5690D color RGB value is (213,105,13).

  • red value is 213;
  • green value is 105;
  • blue value is 13.
RGB:
(213,105,13)
(84%,41%,5%)

RGB channels and saturation

R 213 of 255 = 84%
G 105 of 255 = 41%
B 13 of 255 = 5%

213
105
13

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

Portions of RGB colors in percentages

R + G + B =
213 + 105 + 13 = 331 (100%)
R 213 of 331 ~ 64.35%
G 105 of 331 ~ 31.72%
B 13 of 331 ~ 3.93%

%64.35
%31.72

CMYK color model

#D5690D color CMYK value is (0,51,94,16).

  • cyan value is 0.00%
  • magenta value is 50.70%
  • yellow value is 93.90%
  • key color value is 16.47%
CMYK:
(0,51,94,16)
C0M51Y94K16 
(0%,51%,94%,16%)
(0.00/0.51/0.94/0.16)	

CMYK percentages

%0
%50.7
%93.9
%16.47

Codes

Color #D5690D in popluar color models

D5690D
RGB21310513
HSL28°88.50%44.31%
HSB/HSV28°93.90%83.53%
CMYK0.00%50.70%93.90%
16.47%

Color #D5690D in popluar number systems.

HEXD5690D
Decimal21310513
Binary1101010111010011101
Octal32515115

Shades and tints

Shades of #D5690D

#D5690D
(213,105,13)
#C2600C
(194,96,12)
#AF570B
(175,87,11)
#9C4E0A
(156,78,10)
#894509
(137,69,9)
#763C08
(118,60,8)
#633307
(99,51,7)
#502A06
(80,42,6)
#3D2105
(61,33,5)
#2A1804
(42,24,4)
#170F03
(23,15,3)
#000000
(0,0,0)

Tints of #D5690D

#D5690D
(213,105,13)
#D87623
(216,118,35)
#DB8339
(219,131,57)
#DE904F
(222,144,79)
#E19D65
(225,157,101)
#E4AA7B
(228,170,123)
#E7B791
(231,183,145)
#EAC4A7
(234,196,167)
#EDD1BD
(237,209,189)
#F0DED3
(240,222,211)
#F3EBE9
(243,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5690D color. Also use rgb(213,105,13) instead hex code.

Text Font Color

.myTextColor { color: #D5690D; }

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

This text font color is #D5690D.


Background Color

.myBgColor { background-color: #D5690D; }

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

This div background color is #D5690D.


Border color

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

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

This div border color is #D5690D.


Opacity

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

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

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

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

This text has shadow with #D5690D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5690D on black background.


Color preview on white background

This text has color #D5690D on white background.



Black color preview on #D5690D background

This text has black color on #D5690D background.


White color preview on #D5690D background

This text has white color on #D5690D background.