Color Hex Logo

#5b680c Color Hex

#5B680C
(91,104,12)
0 Favorites   0 Comments

Color spaces of #5b680c

RGB 9110412
HSL0.190.790.23
HSV68°88°41°
CMYK 0.130.000.88   0.59
XYZ9.331112.15132.2015
Yxy12.15130.39400.5131
Hunter Lab34.8587-13.221320.6566
CIE-Lab41.4556-16.995644.5756

#5b680c color RGB value is (91,104,12).

#5b680c hex color red value is 91, green value is 104 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #5b680c hue: 0.19 , saturation: 0.79 and the lightness value of 5b680c is 0.23.

The process color (four color CMYK) of #5b680c color hex is 0.13, 0.00, 0.88, 0.59. Web safe color of #5b680c is #666600. Color #5b680c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01101000 00001100
Octal 133 150 14
Decimal 91 104 12
Hex 5B 68 C

RGB Percentages of Color #5b680c

%43.96
%50.24
%5.80

CMYK Percentages of Color #5b680c

%13
%0
%88
%59

Triadic Colors of #5b680c

#5b680c #0c5b68 #680c5b

Analogous Colors of #5b680c

#5b680c #2d680c #68470c

Monochromatic Colors of #5b680c

#5b680c

Complementary Color

#5b680c #190c68

#5b680c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b680c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b680c Color CSS Codes

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

#5b680c Text Font Color

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

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


#5b680c Background Color

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

This div background color is #5b680c


#5b680c Border Color

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

This div border color is #5b680c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,104,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b680c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b680c;
  -webkit-box-shadow: 1px 1px 3px 2px #5b680c;
  box-shadow:         1px 1px 3px 2px #5b680c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,104,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b680c


Comments

No comments written yet.

Please login to write comment.