COLOR #554A07

HEX: #554A07
RGB: (85,74,7)

Color info

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

RGB color model

#554A07 color RGB value is (85,74,7).

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

RGB channels and saturation

R 85 of 255 = 33%
G 74 of 255 = 29%
B 7 of 255 = 3%

85
74
7

R + G + B ~ 22%. #554A07 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 74 + 7 = 166 (100%)
R 85 of 166 ~ 51.2%
G 74 of 166 ~ 44.58%
B 7 of 166 ~ 4.22%

%51.2
%44.58

CMYK color model

#554A07 color CMYK value is (0,13,92,67).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 91.76%
  • key color value is 66.67%
CMYK:
(0,13,92,67)
C0M13Y92K67 
(0%,13%,92%,67%)
(0.00/0.13/0.92/0.67)	

CMYK percentages

%0
%12.94
%91.76
%66.67

Codes

Color #554A07 in popluar color models

554A07
RGB85747
HSL52°84.78%18.04%
HSB/HSV52°91.76%33.33%
CMYK0.00%12.94%91.76%
66.67%

Color #554A07 in popluar number systems.

HEX554A07
Decimal85747
Binary10101011001010111
Octal1251127

Shades and tints

Shades of #554A07

#554A07
(85,74,7)
#4E4407
(78,68,7)
#473E07
(71,62,7)
#403807
(64,56,7)
#393207
(57,50,7)
#322C07
(50,44,7)
#2B2607
(43,38,7)
#242007
(36,32,7)
#1D1A07
(29,26,7)
#161407
(22,20,7)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #554A07

#554A07
(85,74,7)
#645A1D
(100,90,29)
#736A33
(115,106,51)
#827A49
(130,122,73)
#918A5F
(145,138,95)
#A09A75
(160,154,117)
#AFAA8B
(175,170,139)
#BEBAA1
(190,186,161)
#CDCAB7
(205,202,183)
#DCDACD
(220,218,205)
#EBEAE3
(235,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554A07; }

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

This text font color is #554A07.


Background Color

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

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

This div background color is #554A07.


Border color

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

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

This div border color is #554A07.


Opacity

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

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

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

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

This text has shadow with #554A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554A07 on black background.


Color preview on white background

This text has color #554A07 on white background.



Black color preview on #554A07 background

This text has black color on #554A07 background.


White color preview on #554A07 background

This text has white color on #554A07 background.