COLOR #D7623D

HEX: #D7623D
RGB: (215,98,61)

Color info

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

RGB color model

#D7623D color RGB value is (215,98,61).

  • red value is 215;
  • green value is 98;
  • blue value is 61.
RGB:
(215,98,61)
(84%,38%,24%)

RGB channels and saturation

R 215 of 255 = 84%
G 98 of 255 = 38%
B 61 of 255 = 24%

215
98
61

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

Portions of RGB colors in percentages

R + G + B =
215 + 98 + 61 = 374 (100%)
R 215 of 374 ~ 57.49%
G 98 of 374 ~ 26.2%
B 61 of 374 ~ 16.31%

%57.49
%26.2
%16.31

CMYK color model

#D7623D color CMYK value is (0,54,72,16).

  • cyan value is 0.00%
  • magenta value is 54.42%
  • yellow value is 71.63%
  • key color value is 15.69%
CMYK:
(0,54,72,16)
C0M54Y72K16 
(0%,54%,72%,16%)
(0.00/0.54/0.72/0.16)	

CMYK percentages

%0
%54.42
%71.63
%15.69

Codes

Color #D7623D in popluar color models

D7623D
RGB2159861
HSL14°65.81%54.12%
HSB/HSV14°71.63%84.31%
CMYK0.00%54.42%71.63%
15.69%

Color #D7623D in popluar number systems.

HEXD7623D
Decimal2159861
Binary110101111100010111101
Octal32714275

Shades and tints

Shades of #D7623D

#D7623D
(215,98,61)
#C45A38
(196,90,56)
#B15233
(177,82,51)
#9E4A2E
(158,74,46)
#8B4229
(139,66,41)
#783A24
(120,58,36)
#65321F
(101,50,31)
#522A1A
(82,42,26)
#3F2215
(63,34,21)
#2C1A10
(44,26,16)
#19120B
(25,18,11)
#000000
(0,0,0)

Tints of #D7623D

#D7623D
(215,98,61)
#DA704E
(218,112,78)
#DD7E5F
(221,126,95)
#E08C70
(224,140,112)
#E39A81
(227,154,129)
#E6A892
(230,168,146)
#E9B6A3
(233,182,163)
#ECC4B4
(236,196,180)
#EFD2C5
(239,210,197)
#F2E0D6
(242,224,214)
#F5EEE7
(245,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7623D color. Also use rgb(215,98,61) instead hex code.

Text Font Color

.myTextColor { color: #D7623D; }

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

This text font color is #D7623D.


Background Color

.myBgColor { background-color: #D7623D; }

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

This div background color is #D7623D.


Border color

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

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

This div border color is #D7623D.


Opacity

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

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

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

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

This text has shadow with #D7623D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7623D on black background.


Color preview on white background

This text has color #D7623D on white background.



Black color preview on #D7623D background

This text has black color on #D7623D background.


White color preview on #D7623D background

This text has white color on #D7623D background.