COLOR #854B0A

HEX: #854B0A
RGB: (133,75,10)

Color info

#854B0A contains mainly red and green colors. Web safe color of #854B0A is #993300 (or #930).

RGB color model

#854B0A color RGB value is (133,75,10).

  • red value is 133;
  • green value is 75;
  • blue value is 10.
RGB:
(133,75,10)
(52%,29%,4%)

RGB channels and saturation

R 133 of 255 = 52%
G 75 of 255 = 29%
B 10 of 255 = 4%

133
75
10

R + G + B ~ 28%. #854B0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 75 + 10 = 218 (100%)
R 133 of 218 ~ 61.01%
G 75 of 218 ~ 34.4%
B 10 of 218 ~ 4.59%

%61.01
%34.4

CMYK color model

#854B0A color CMYK value is (0,44,92,48).

  • cyan value is 0.00%
  • magenta value is 43.61%
  • yellow value is 92.48%
  • key color value is 47.84%
CMYK:
(0,44,92,48)
C0M44Y92K48 
(0%,44%,92%,48%)
(0.00/0.44/0.92/0.48)	

CMYK percentages

%0
%43.61
%92.48
%47.84

Codes

Color #854B0A in popluar color models

854B0A
RGB1337510
HSL32°86.01%28.04%
HSB/HSV32°92.48%52.16%
CMYK0.00%43.61%92.48%
47.84%

Color #854B0A in popluar number systems.

HEX854B0A
Decimal1337510
Binary1000010110010111010
Octal20511312

Shades and tints

Shades of #854B0A

#854B0A
(133,75,10)
#79450A
(121,69,10)
#6D3F0A
(109,63,10)
#61390A
(97,57,10)
#55330A
(85,51,10)
#492D0A
(73,45,10)
#3D270A
(61,39,10)
#31210A
(49,33,10)
#251B0A
(37,27,10)
#19150A
(25,21,10)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #854B0A

#854B0A
(133,75,10)
#905B20
(144,91,32)
#9B6B36
(155,107,54)
#A67B4C
(166,123,76)
#B18B62
(177,139,98)
#BC9B78
(188,155,120)
#C7AB8E
(199,171,142)
#D2BBA4
(210,187,164)
#DDCBBA
(221,203,186)
#E8DBD0
(232,219,208)
#F3EBE6
(243,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854B0A color. Also use rgb(133,75,10) instead hex code.

Text Font Color

.myTextColor { color: #854B0A; }

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

This text font color is #854B0A.


Background Color

.myBgColor { background-color: #854B0A; }

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

This div background color is #854B0A.


Border color

.myBorderColor { border: 1px solid #854B0A; }

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

This div border color is #854B0A.


Opacity

.myOpacity80 { color: #854B0A; opacity: 0.8; }

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

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

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

This text has shadow with #854B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854B0A on black background.


Color preview on white background

This text has color #854B0A on white background.



Black color preview on #854B0A background

This text has black color on #854B0A background.


White color preview on #854B0A background

This text has white color on #854B0A background.