COLOR #53851F

HEX: #53851F
RGB: (83,133,31)

Color info

#53851F contains mainly red and green colors. Web safe color of #53851F is #669933 (or #693).

RGB color model

#53851F color RGB value is (83,133,31).

  • red value is 83;
  • green value is 133;
  • blue value is 31.
RGB:
(83,133,31)
(33%,52%,12%)

RGB channels and saturation

R 83 of 255 = 33%
G 133 of 255 = 52%
B 31 of 255 = 12%

83
133
31

R + G + B ~ 32%. #53851F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 133 + 31 = 247 (100%)
R 83 of 247 ~ 33.6%
G 133 of 247 ~ 53.85%
B 31 of 247 ~ 12.55%

%33.6
%53.85
%12.55

CMYK color model

#53851F color CMYK value is (38,0,77,48).

  • cyan value is 37.59%
  • magenta value is 0.00%
  • yellow value is 76.69%
  • key color value is 47.84%
CMYK:
(38,0,77,48)
C38M0Y77K48 
(38%,0%,77%,48%)
(0.38/0.00/0.77/0.48)	

CMYK percentages

%37.59
%0
%76.69
%47.84

Codes

Color #53851F in popluar color models

53851F
RGB8313331
HSL89°62.20%32.16%
HSB/HSV89°76.69%52.16%
CMYK37.59%0.00%76.69%
47.84%

Color #53851F in popluar number systems.

HEX53851F
Decimal8313331
Binary10100111000010111111
Octal12320537

Shades and tints

Shades of #53851F

#53851F
(83,133,31)
#4C791D
(76,121,29)
#456D1B
(69,109,27)
#3E6119
(62,97,25)
#375517
(55,85,23)
#304915
(48,73,21)
#293D13
(41,61,19)
#223111
(34,49,17)
#1B250F
(27,37,15)
#14190D
(20,25,13)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #53851F

#53851F
(83,133,31)
#629033
(98,144,51)
#719B47
(113,155,71)
#80A65B
(128,166,91)
#8FB16F
(143,177,111)
#9EBC83
(158,188,131)
#ADC797
(173,199,151)
#BCD2AB
(188,210,171)
#CBDDBF
(203,221,191)
#DAE8D3
(218,232,211)
#E9F3E7
(233,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53851F color. Also use rgb(83,133,31) instead hex code.

Text Font Color

.myTextColor { color: #53851F; }

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

This text font color is #53851F.


Background Color

.myBgColor { background-color: #53851F; }

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

This div background color is #53851F.


Border color

.myBorderColor { border: 1px solid #53851F; }

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

This div border color is #53851F.


Opacity

.myOpacity80 { color: #53851F; opacity: 0.8; }

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

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

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

This text has shadow with #53851F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53851F on black background.


Color preview on white background

This text has color #53851F on white background.



Black color preview on #53851F background

This text has black color on #53851F background.


White color preview on #53851F background

This text has white color on #53851F background.