COLOR #D7534B

HEX: #D7534B
RGB: (215,83,75)

Color info

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

RGB color model

#D7534B color RGB value is (215,83,75).

  • red value is 215;
  • green value is 83;
  • blue value is 75.
RGB:
(215,83,75)
(84%,33%,29%)

RGB channels and saturation

R 215 of 255 = 84%
G 83 of 255 = 33%
B 75 of 255 = 29%

215
83
75

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

Portions of RGB colors in percentages

R + G + B =
215 + 83 + 75 = 373 (100%)
R 215 of 373 ~ 57.64%
G 83 of 373 ~ 22.25%
B 75 of 373 ~ 20.11%

%57.64
%22.25
%20.11

CMYK color model

#D7534B color CMYK value is (0,61,65,16).

  • cyan value is 0.00%
  • magenta value is 61.40%
  • yellow value is 65.12%
  • key color value is 15.69%
CMYK:
(0,61,65,16)
C0M61Y65K16 
(0%,61%,65%,16%)
(0.00/0.61/0.65/0.16)	

CMYK percentages

%0
%61.4
%65.12
%15.69

Codes

Color #D7534B in popluar color models

D7534B
RGB2158375
HSL63.64%56.86%
HSB/HSV65.12%84.31%
CMYK0.00%61.40%65.12%
15.69%

Color #D7534B in popluar number systems.

HEXD7534B
Decimal2158375
Binary1101011110100111001011
Octal327123113

Shades and tints

Shades of #D7534B

#D7534B
(215,83,75)
#C44C45
(196,76,69)
#B1453F
(177,69,63)
#9E3E39
(158,62,57)
#8B3733
(139,55,51)
#78302D
(120,48,45)
#652927
(101,41,39)
#522221
(82,34,33)
#3F1B1B
(63,27,27)
#2C1415
(44,20,21)
#190D0F
(25,13,15)
#000000
(0,0,0)

Tints of #D7534B

#D7534B
(215,83,75)
#DA625B
(218,98,91)
#DD716B
(221,113,107)
#E0807B
(224,128,123)
#E38F8B
(227,143,139)
#E69E9B
(230,158,155)
#E9ADAB
(233,173,171)
#ECBCBB
(236,188,187)
#EFCBCB
(239,203,203)
#F2DADB
(242,218,219)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7534B color. Also use rgb(215,83,75) instead hex code.

Text Font Color

.myTextColor { color: #D7534B; }

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

This text font color is #D7534B.


Background Color

.myBgColor { background-color: #D7534B; }

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

This div background color is #D7534B.


Border color

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

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

This div border color is #D7534B.


Opacity

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

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

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

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

This text has shadow with #D7534B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7534B on black background.


Color preview on white background

This text has color #D7534B on white background.



Black color preview on #D7534B background

This text has black color on #D7534B background.


White color preview on #D7534B background

This text has white color on #D7534B background.