COLOR #DA8346

HEX: #DA8346
RGB: (218,131,70)

Color info

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

RGB color model

#DA8346 color RGB value is (218,131,70).

  • red value is 218;
  • green value is 131;
  • blue value is 70.
RGB:
(218,131,70)
(85%,51%,27%)

RGB channels and saturation

R 218 of 255 = 85%
G 131 of 255 = 51%
B 70 of 255 = 27%

218
131
70

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

Portions of RGB colors in percentages

R + G + B =
218 + 131 + 70 = 419 (100%)
R 218 of 419 ~ 52.03%
G 131 of 419 ~ 31.26%
B 70 of 419 ~ 16.71%

%52.03
%31.26
%16.71

CMYK color model

#DA8346 color CMYK value is (0,40,68,15).

  • cyan value is 0.00%
  • magenta value is 39.91%
  • yellow value is 67.89%
  • key color value is 14.51%
CMYK:
(0,40,68,15)
C0M40Y68K15 
(0%,40%,68%,15%)
(0.00/0.40/0.68/0.15)	

CMYK percentages

%0
%39.91
%67.89
%14.51

Codes

Color #DA8346 in popluar color models

DA8346
RGB21813170
HSL25°66.67%56.47%
HSB/HSV25°67.89%85.49%
CMYK0.00%39.91%67.89%
14.51%

Color #DA8346 in popluar number systems.

HEXDA8346
Decimal21813170
Binary11011010100000111000110
Octal332203106

Shades and tints

Shades of #DA8346

#DA8346
(218,131,70)
#C77840
(199,120,64)
#B46D3A
(180,109,58)
#A16234
(161,98,52)
#8E572E
(142,87,46)
#7B4C28
(123,76,40)
#684122
(104,65,34)
#55361C
(85,54,28)
#422B16
(66,43,22)
#2F2010
(47,32,16)
#1C150A
(28,21,10)
#000000
(0,0,0)

Tints of #DA8346

#DA8346
(218,131,70)
#DD8E56
(221,142,86)
#E09966
(224,153,102)
#E3A476
(227,164,118)
#E6AF86
(230,175,134)
#E9BA96
(233,186,150)
#ECC5A6
(236,197,166)
#EFD0B6
(239,208,182)
#F2DBC6
(242,219,198)
#F5E6D6
(245,230,214)
#F8F1E6
(248,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA8346 color. Also use rgb(218,131,70) instead hex code.

Text Font Color

.myTextColor { color: #DA8346; }

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

This text font color is #DA8346.


Background Color

.myBgColor { background-color: #DA8346; }

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

This div background color is #DA8346.


Border color

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

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

This div border color is #DA8346.


Opacity

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

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

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

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

This text has shadow with #DA8346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8346 on black background.


Color preview on white background

This text has color #DA8346 on white background.



Black color preview on #DA8346 background

This text has black color on #DA8346 background.


White color preview on #DA8346 background

This text has white color on #DA8346 background.