COLOR #554A25

HEX: #554A25
RGB: (85,74,37)

Color info

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

RGB color model

#554A25 color RGB value is (85,74,37).

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

RGB channels and saturation

R 85 of 255 = 33%
G 74 of 255 = 29%
B 37 of 255 = 15%

85
74
37

R + G + B ~ 26%. #554A25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 74 + 37 = 196 (100%)
R 85 of 196 ~ 43.37%
G 74 of 196 ~ 37.76%
B 37 of 196 ~ 18.88%

%43.37
%37.76
%18.88

CMYK color model

#554A25 color CMYK value is (0,13,56,67).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 56.47%
  • key color value is 66.67%
CMYK:
(0,13,56,67)
C0M13Y56K67 
(0%,13%,56%,67%)
(0.00/0.13/0.56/0.67)	

CMYK percentages

%0
%12.94
%56.47
%66.67

Codes

Color #554A25 in popluar color models

554A25
RGB857437
HSL46°39.34%23.92%
HSB/HSV46°56.47%33.33%
CMYK0.00%12.94%56.47%
66.67%

Color #554A25 in popluar number systems.

HEX554A25
Decimal857437
Binary10101011001010100101
Octal12511245

Shades and tints

Shades of #554A25

#554A25
(85,74,37)
#4E4422
(78,68,34)
#473E1F
(71,62,31)
#40381C
(64,56,28)
#393219
(57,50,25)
#322C16
(50,44,22)
#2B2613
(43,38,19)
#242010
(36,32,16)
#1D1A0D
(29,26,13)
#16140A
(22,20,10)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #554A25

#554A25
(85,74,37)
#645A38
(100,90,56)
#736A4B
(115,106,75)
#827A5E
(130,122,94)
#918A71
(145,138,113)
#A09A84
(160,154,132)
#AFAA97
(175,170,151)
#BEBAAA
(190,186,170)
#CDCABD
(205,202,189)
#DCDAD0
(220,218,208)
#EBEAE3
(235,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554A25 color. Also use rgb(85,74,37) instead hex code.

Text Font Color

.myTextColor { color: #554A25; }

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

This text font color is #554A25.


Background Color

.myBgColor { background-color: #554A25; }

<div style="background-color:#554A25">Inner text</div>

This div background color is #554A25.


Border color

.myBorderColor { border: 1px solid #554A25; }

<div style="border:3px solid #554A25">Div</div>

This div border color is #554A25.


Opacity

.myOpacity80 { color: #554A25; opacity: 0.8; }

<p style="color:#554A25;opacity:0.8;">80%</p>

Text with #554A25 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 #554A25;}

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

This text has shadow with #554A25 color.

.textShadow {text-shadow: 3px 3px 1px #554A25, 3px 3px 1px red;}

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

This text has shadow with #554A25 primary color and red secondary color.


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

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

This text has shadow with #554A25 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554A25 on black background.


Color preview on white background

This text has color #554A25 on white background.



Black color preview on #554A25 background

This text has black color on #554A25 background.


White color preview on #554A25 background

This text has white color on #554A25 background.