COLOR #554B02

HEX: #554B02
RGB: (85,75,2)

Color info

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

RGB color model

#554B02 color RGB value is (85,75,2).

  • red value is 85;
  • green value is 75;
  • blue value is 2.
RGB:
(85,75,2)
(33%,29%,1%)

RGB channels and saturation

R 85 of 255 = 33%
G 75 of 255 = 29%
B 2 of 255 = 1%

85
75
2

R + G + B ~ 21%. #554B02 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 75 + 2 = 162 (100%)
R 85 of 162 ~ 52.47%
G 75 of 162 ~ 46.3%
B 2 of 162 ~ 1.23%

%52.47
%46.3

CMYK color model

#554B02 color CMYK value is (0,12,98,67).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 97.65%
  • key color value is 66.67%
CMYK:
(0,12,98,67)
C0M12Y98K67 
(0%,12%,98%,67%)
(0.00/0.12/0.98/0.67)	

CMYK percentages

%0
%11.76
%97.65
%66.67

Codes

Color #554B02 in popluar color models

554B02
RGB85752
HSL53°95.40%17.06%
HSB/HSV53°97.65%33.33%
CMYK0.00%11.76%97.65%
66.67%

Color #554B02 in popluar number systems.

HEX554B02
Decimal85752
Binary1010101100101110
Octal1251132

Shades and tints

Shades of #554B02

#554B02
(85,75,2)
#4E4502
(78,69,2)
#473F02
(71,63,2)
#403902
(64,57,2)
#393302
(57,51,2)
#322D02
(50,45,2)
#2B2702
(43,39,2)
#242102
(36,33,2)
#1D1B02
(29,27,2)
#161502
(22,21,2)
#0F0F02
(15,15,2)
#000000
(0,0,0)

Tints of #554B02

#554B02
(85,75,2)
#645B19
(100,91,25)
#736B30
(115,107,48)
#827B47
(130,123,71)
#918B5E
(145,139,94)
#A09B75
(160,155,117)
#AFAB8C
(175,171,140)
#BEBBA3
(190,187,163)
#CDCBBA
(205,203,186)
#DCDBD1
(220,219,209)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554B02 color. Also use rgb(85,75,2) instead hex code.

Text Font Color

.myTextColor { color: #554B02; }

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

This text font color is #554B02.


Background Color

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

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

This div background color is #554B02.


Border color

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

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

This div border color is #554B02.


Opacity

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

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

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

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

This text has shadow with #554B02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554B02 on black background.


Color preview on white background

This text has color #554B02 on white background.



Black color preview on #554B02 background

This text has black color on #554B02 background.


White color preview on #554B02 background

This text has white color on #554B02 background.