COLOR #85761D

HEX: #85761D
RGB: (133,118,29)

Color info

#85761D contains mainly red and green colors. Web safe color of #85761D is #996633 (or #963).

RGB color model

#85761D color RGB value is (133,118,29).

  • red value is 133;
  • green value is 118;
  • blue value is 29.
RGB:
(133,118,29)
(52%,46%,11%)

RGB channels and saturation

R 133 of 255 = 52%
G 118 of 255 = 46%
B 29 of 255 = 11%

133
118
29

R + G + B ~ 36%. #85761D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 118 + 29 = 280 (100%)
R 133 of 280 ~ 47.5%
G 118 of 280 ~ 42.14%
B 29 of 280 ~ 10.36%

%47.5
%42.14
%10.36

CMYK color model

#85761D color CMYK value is (0,11,78,48).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 78.20%
  • key color value is 47.84%
CMYK:
(0,11,78,48)
C0M11Y78K48 
(0%,11%,78%,48%)
(0.00/0.11/0.78/0.48)	

CMYK percentages

%0
%11.28
%78.2
%47.84

Codes

Color #85761D in popluar color models

85761D
RGB13311829
HSL51°64.20%31.76%
HSB/HSV51°78.20%52.16%
CMYK0.00%11.28%78.20%
47.84%

Color #85761D in popluar number systems.

HEX85761D
Decimal13311829
Binary10000101111011011101
Octal20516635

Shades and tints

Shades of #85761D

#85761D
(133,118,29)
#796C1B
(121,108,27)
#6D6219
(109,98,25)
#615817
(97,88,23)
#554E15
(85,78,21)
#494413
(73,68,19)
#3D3A11
(61,58,17)
#31300F
(49,48,15)
#25260D
(37,38,13)
#191C0B
(25,28,11)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #85761D

#85761D
(133,118,29)
#908231
(144,130,49)
#9B8E45
(155,142,69)
#A69A59
(166,154,89)
#B1A66D
(177,166,109)
#BCB281
(188,178,129)
#C7BE95
(199,190,149)
#D2CAA9
(210,202,169)
#DDD6BD
(221,214,189)
#E8E2D1
(232,226,209)
#F3EEE5
(243,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85761D color. Also use rgb(133,118,29) instead hex code.

Text Font Color

.myTextColor { color: #85761D; }

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

This text font color is #85761D.


Background Color

.myBgColor { background-color: #85761D; }

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

This div background color is #85761D.


Border color

.myBorderColor { border: 1px solid #85761D; }

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

This div border color is #85761D.


Opacity

.myOpacity80 { color: #85761D; opacity: 0.8; }

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

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

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

This text has shadow with #85761D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85761D on black background.


Color preview on white background

This text has color #85761D on white background.



Black color preview on #85761D background

This text has black color on #85761D background.


White color preview on #85761D background

This text has white color on #85761D background.