Color Hex Logo

#5a621b Color Hex

#5A621B
(90,98,27)
0 Favorites   0 Comments

Color spaces of #5a621b

RGB 909827
HSL0.190.570.25
HSV67°72°38°
CMYK 0.080.000.72   0.62
XYZ8.782010.98822.6950
Yxy10.98820.39090.4891
Hunter Lab33.1485-10.719918.3836
CIE-Lab39.5606-13.443737.5083

#5a621b color RGB value is (90,98,27).

#5a621b hex color red value is 90, green value is 98 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #5a621b hue: 0.19 , saturation: 0.57 and the lightness value of 5a621b is 0.25.

The process color (four color CMYK) of #5a621b color hex is 0.08, 0.00, 0.72, 0.62. Web safe color of #5a621b is #666633. Color #5a621b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01100010 00011011
Octal 132 142 33
Decimal 90 98 27
Hex 5A 62 1B

RGB Percentages of Color #5a621b

%41.86
%45.58
%12.56

CMYK Percentages of Color #5a621b

%8
%0
%72
%62

Triadic Colors of #5a621b

#5a621b #1b5a62 #621b5a

Analogous Colors of #5a621b

#5a621b #37621b #62471b

Monochromatic Colors of #5a621b

#5a621b

Complementary Color

#5a621b #231b62

#5a621b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a621b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a621b Color CSS Codes

.mybgcolor {background-color:#5a621b; } 
.myforecolor {color:#5a621b; }
.mybordercolor {border:3px solid #5a621b; }

#5a621b Text Font Color

<p style="color:#5a621b">Text here</p>

This sample text font color is #5a621b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5a621b Background Color

<div style="background-color:#5a621b">
Div content here</div>

This div background color is #5a621b


#5a621b Border Color

<div style="border:3px solid #5a621b">
Div here</div>

This div border color is #5a621b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,98,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a621b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a621b;
  -webkit-box-shadow: 1px 1px 3px 2px #5a621b;
  box-shadow:         1px 1px 3px 2px #5a621b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,98,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5a621b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5a621b;
  -webkit-box-shadow: 1px 1px 3px 2px #5a621b;
  box-shadow:         1px 1px 3px 2px #5a621b;">
Div content here</div>

This div box has shadow with color #5a621b


Comments

No comments written yet.

Please login to write comment.