COLOR #D27344

HEX: #D27344
RGB: (210,115,68)

Color info

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

RGB color model

#D27344 color RGB value is (210,115,68).

  • red value is 210;
  • green value is 115;
  • blue value is 68.
RGB:
(210,115,68)
(82%,45%,27%)

RGB channels and saturation

R 210 of 255 = 82%
G 115 of 255 = 45%
B 68 of 255 = 27%

210
115
68

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

Portions of RGB colors in percentages

R + G + B =
210 + 115 + 68 = 393 (100%)
R 210 of 393 ~ 53.44%
G 115 of 393 ~ 29.26%
B 68 of 393 ~ 17.3%

%53.44
%29.26
%17.3

CMYK color model

#D27344 color CMYK value is (0,45,68,18).

  • cyan value is 0.00%
  • magenta value is 45.24%
  • yellow value is 67.62%
  • key color value is 17.65%
CMYK:
(0,45,68,18)
C0M45Y68K18 
(0%,45%,68%,18%)
(0.00/0.45/0.68/0.18)	

CMYK percentages

%0
%45.24
%67.62
%17.65

Codes

Color #D27344 in popluar color models

D27344
RGB21011568
HSL20°61.21%54.51%
HSB/HSV20°67.62%82.35%
CMYK0.00%45.24%67.62%
17.65%

Color #D27344 in popluar number systems.

HEXD27344
Decimal21011568
Binary1101001011100111000100
Octal322163104

Shades and tints

Shades of #D27344

#D27344
(210,115,68)
#BF693E
(191,105,62)
#AC5F38
(172,95,56)
#995532
(153,85,50)
#864B2C
(134,75,44)
#734126
(115,65,38)
#603720
(96,55,32)
#4D2D1A
(77,45,26)
#3A2314
(58,35,20)
#27190E
(39,25,14)
#140F08
(20,15,8)
#000000
(0,0,0)

Tints of #D27344

#D27344
(210,115,68)
#D67F55
(214,127,85)
#DA8B66
(218,139,102)
#DE9777
(222,151,119)
#E2A388
(226,163,136)
#E6AF99
(230,175,153)
#EABBAA
(234,187,170)
#EEC7BB
(238,199,187)
#F2D3CC
(242,211,204)
#F6DFDD
(246,223,221)
#FAEBEE
(250,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27344 color. Also use rgb(210,115,68) instead hex code.

Text Font Color

.myTextColor { color: #D27344; }

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

This text font color is #D27344.


Background Color

.myBgColor { background-color: #D27344; }

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

This div background color is #D27344.


Border color

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

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

This div border color is #D27344.


Opacity

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

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

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

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

This text has shadow with #D27344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27344 on black background.


Color preview on white background

This text has color #D27344 on white background.



Black color preview on #D27344 background

This text has black color on #D27344 background.


White color preview on #D27344 background

This text has white color on #D27344 background.