COLOR #55262A

HEX: #55262A
RGB: (85,38,42)

Color info

#55262A contains red, green and blue colors in about the same proportion. Web safe color of #55262A is #663333 (or #633).

RGB color model

#55262A color RGB value is (85,38,42).

  • red value is 85;
  • green value is 38;
  • blue value is 42.
RGB:
(85,38,42)
(33%,15%,16%)

RGB channels and saturation

R 85 of 255 = 33%
G 38 of 255 = 15%
B 42 of 255 = 16%

85
38
42

R + G + B ~ 21%. #55262A is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 38 + 42 = 165 (100%)
R 85 of 165 ~ 51.52%
G 38 of 165 ~ 23.03%
B 42 of 165 ~ 25.45%

%51.52
%23.03
%25.45

CMYK color model

#55262A color CMYK value is (0,55,51,67).

  • cyan value is 0.00%
  • magenta value is 55.29%
  • yellow value is 50.59%
  • key color value is 66.67%
CMYK:
(0,55,51,67)
C0M55Y51K67 
(0%,55%,51%,67%)
(0.00/0.55/0.51/0.67)	

CMYK percentages

%0
%55.29
%50.59
%66.67

Codes

Color #55262A in popluar color models

55262A
RGB853842
HSL355°38.21%24.12%
HSB/HSV355°55.29%33.33%
CMYK0.00%55.29%50.59%
66.67%

Color #55262A in popluar number systems.

HEX55262A
Decimal853842
Binary1010101100110101010
Octal1254652

Shades and tints

Shades of #55262A

#55262A
(85,38,42)
#4E2327
(78,35,39)
#472024
(71,32,36)
#401D21
(64,29,33)
#391A1E
(57,26,30)
#32171B
(50,23,27)
#2B1418
(43,20,24)
#241115
(36,17,21)
#1D0E12
(29,14,18)
#160B0F
(22,11,15)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #55262A

#55262A
(85,38,42)
#64393D
(100,57,61)
#734C50
(115,76,80)
#825F63
(130,95,99)
#917276
(145,114,118)
#A08589
(160,133,137)
#AF989C
(175,152,156)
#BEABAF
(190,171,175)
#CDBEC2
(205,190,194)
#DCD1D5
(220,209,213)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55262A color. Also use rgb(85,38,42) instead hex code.

Text Font Color

.myTextColor { color: #55262A; }

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

This text font color is #55262A.


Background Color

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

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

This div background color is #55262A.


Border color

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

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

This div border color is #55262A.


Opacity

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

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

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

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

This text has shadow with #55262A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55262A on black background.


Color preview on white background

This text has color #55262A on white background.



Black color preview on #55262A background

This text has black color on #55262A background.


White color preview on #55262A background

This text has white color on #55262A background.