COLOR #55250A

HEX: #55250A
RGB: (85,37,10)

Color info

#55250A contains mainly red and green colors. Web safe color of #55250A is #663300 (or #630).

RGB color model

#55250A color RGB value is (85,37,10).

  • red value is 85;
  • green value is 37;
  • blue value is 10.
RGB:
(85,37,10)
(33%,15%,4%)

RGB channels and saturation

R 85 of 255 = 33%
G 37 of 255 = 15%
B 10 of 255 = 4%

85
37
10

R + G + B ~ 17%. #55250A is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 37 + 10 = 132 (100%)
R 85 of 132 ~ 64.39%
G 37 of 132 ~ 28.03%
B 10 of 132 ~ 7.58%

%64.39
%28.03

CMYK color model

#55250A color CMYK value is (0,56,88,67).

  • cyan value is 0.00%
  • magenta value is 56.47%
  • yellow value is 88.24%
  • key color value is 66.67%
CMYK:
(0,56,88,67)
C0M56Y88K67 
(0%,56%,88%,67%)
(0.00/0.56/0.88/0.67)	

CMYK percentages

%0
%56.47
%88.24
%66.67

Codes

Color #55250A in popluar color models

55250A
RGB853710
HSL22°78.95%18.63%
HSB/HSV22°88.24%33.33%
CMYK0.00%56.47%88.24%
66.67%

Color #55250A in popluar number systems.

HEX55250A
Decimal853710
Binary10101011001011010
Octal1254512

Shades and tints

Shades of #55250A

#55250A
(85,37,10)
#4E220A
(78,34,10)
#471F0A
(71,31,10)
#401C0A
(64,28,10)
#39190A
(57,25,10)
#32160A
(50,22,10)
#2B130A
(43,19,10)
#24100A
(36,16,10)
#1D0D0A
(29,13,10)
#160A0A
(22,10,10)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #55250A

#55250A
(85,37,10)
#643820
(100,56,32)
#734B36
(115,75,54)
#825E4C
(130,94,76)
#917162
(145,113,98)
#A08478
(160,132,120)
#AF978E
(175,151,142)
#BEAAA4
(190,170,164)
#CDBDBA
(205,189,186)
#DCD0D0
(220,208,208)
#EBE3E6
(235,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55250A color. Also use rgb(85,37,10) instead hex code.

Text Font Color

.myTextColor { color: #55250A; }

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

This text font color is #55250A.


Background Color

.myBgColor { background-color: #55250A; }

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

This div background color is #55250A.


Border color

.myBorderColor { border: 1px solid #55250A; }

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

This div border color is #55250A.


Opacity

.myOpacity80 { color: #55250A; opacity: 0.8; }

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

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

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

This text has shadow with #55250A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55250A on black background.


Color preview on white background

This text has color #55250A on white background.



Black color preview on #55250A background

This text has black color on #55250A background.


White color preview on #55250A background

This text has white color on #55250A background.