Color Hex Logo

#5a670d Color Hex

#5A670D
(90,103,13)
0 Favorites   0 Comments

Color spaces of #5a670d

RGB 9010313
HSL0.190.780.23
HSV69°87°40°
CMYK 0.130.000.87   0.60
XYZ9.139311.90322.1966
Yxy11.90320.39330.5122
Hunter Lab34.5010-13.092220.3759
CIE-Lab41.0619-16.889843.9372

#5a670d color RGB value is (90,103,13).

#5a670d hex color red value is 90, green value is 103 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #5a670d hue: 0.19 , saturation: 0.78 and the lightness value of 5a670d is 0.23.

The process color (four color CMYK) of #5a670d color hex is 0.13, 0.00, 0.87, 0.60. Web safe color of #5a670d is #666600. Color #5a670d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01100111 00001101
Octal 132 147 15
Decimal 90 103 13
Hex 5A 67 D

RGB Percentages of Color #5a670d

%43.69
%50.00
%6.31

CMYK Percentages of Color #5a670d

%13
%0
%87
%60

Triadic Colors of #5a670d

#5a670d #0d5a67 #670d5a

Analogous Colors of #5a670d

#5a670d #2d670d #67470d

Monochromatic Colors of #5a670d

#5a670d

Complementary Color

#5a670d #1a0d67

#5a670d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a670d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a670d Color CSS Codes

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

#5a670d Text Font Color

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

This sample text font color is #5a670d
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.


#5a670d Background Color

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

This div background color is #5a670d


#5a670d Border Color

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

This div border color is #5a670d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a670d


Comments

No comments written yet.

Please login to write comment.