COLOR #D7850B

HEX: #D7850B
RGB: (215,133,11)

Color info

#D7850B contains mainly red color. Web safe color of #D7850B is #CC9900 (or #C90).

RGB color model

#D7850B color RGB value is (215,133,11).

  • red value is 215;
  • green value is 133;
  • blue value is 11.
RGB:
(215,133,11)
(84%,52%,4%)

RGB channels and saturation

R 215 of 255 = 84%
G 133 of 255 = 52%
B 11 of 255 = 4%

215
133
11

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

Portions of RGB colors in percentages

R + G + B =
215 + 133 + 11 = 359 (100%)
R 215 of 359 ~ 59.89%
G 133 of 359 ~ 37.05%
B 11 of 359 ~ 3.06%

%59.89
%37.05

CMYK color model

#D7850B color CMYK value is (0,38,95,16).

  • cyan value is 0.00%
  • magenta value is 38.14%
  • yellow value is 94.88%
  • key color value is 15.69%
CMYK:
(0,38,95,16)
C0M38Y95K16 
(0%,38%,95%,16%)
(0.00/0.38/0.95/0.16)	

CMYK percentages

%0
%38.14
%94.88
%15.69

Codes

Color #D7850B in popluar color models

D7850B
RGB21513311
HSL36°90.27%44.31%
HSB/HSV36°94.88%84.31%
CMYK0.00%38.14%94.88%
15.69%

Color #D7850B in popluar number systems.

HEXD7850B
Decimal21513311
Binary11010111100001011011
Octal32720513

Shades and tints

Shades of #D7850B

#D7850B
(215,133,11)
#C4790A
(196,121,10)
#B16D09
(177,109,9)
#9E6108
(158,97,8)
#8B5507
(139,85,7)
#784906
(120,73,6)
#653D05
(101,61,5)
#523104
(82,49,4)
#3F2503
(63,37,3)
#2C1902
(44,25,2)
#190D01
(25,13,1)
#000000
(0,0,0)

Tints of #D7850B

#D7850B
(215,133,11)
#DA9021
(218,144,33)
#DD9B37
(221,155,55)
#E0A64D
(224,166,77)
#E3B163
(227,177,99)
#E6BC79
(230,188,121)
#E9C78F
(233,199,143)
#ECD2A5
(236,210,165)
#EFDDBB
(239,221,187)
#F2E8D1
(242,232,209)
#F5F3E7
(245,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7850B color. Also use rgb(215,133,11) instead hex code.

Text Font Color

.myTextColor { color: #D7850B; }

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

This text font color is #D7850B.


Background Color

.myBgColor { background-color: #D7850B; }

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

This div background color is #D7850B.


Border color

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

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

This div border color is #D7850B.


Opacity

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

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

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

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

This text has shadow with #D7850B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7850B on black background.


Color preview on white background

This text has color #D7850B on white background.



Black color preview on #D7850B background

This text has black color on #D7850B background.


White color preview on #D7850B background

This text has white color on #D7850B background.