Color Hex Logo

#5b693d Color Hex

#5B693D
(91,105,61)
0 Favorites   0 Comments

Color spaces of #5b693d

RGB 9110561
HSL0.220.270.33
HSV79°42°41°
CMYK 0.130.000.42   0.59
XYZ10.208312.66426.3213
Yxy12.66420.34970.4338
Hunter Lab35.5868-11.073014.3790
CIE-Lab42.2529-13.419622.9936

#5b693d color RGB value is (91,105,61).

#5b693d hex color red value is 91, green value is 105 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #5b693d hue: 0.22 , saturation: 0.27 and the lightness value of 5b693d is 0.33.

The process color (four color CMYK) of #5b693d color hex is 0.13, 0.00, 0.42, 0.59. Web safe color of #5b693d is #666633. Color #5b693d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01101001 00111101
Octal 133 151 75
Decimal 91 105 61
Hex 5B 69 3D

RGB Percentages of Color #5b693d

%35.41
%40.86
%23.74

CMYK Percentages of Color #5b693d

%13
%0
%42
%59

Triadic Colors of #5b693d

#5b693d #3d5b69 #693d5b

Analogous Colors of #5b693d

#5b693d #45693d #69613d

Monochromatic Colors of #5b693d

#5b693d

Complementary Color

#5b693d #4b3d69

#5b693d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b693d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b693d Color CSS Codes

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

#5b693d Text Font Color

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

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


#5b693d Background Color

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

This div background color is #5b693d


#5b693d Border Color

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

This div border color is #5b693d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b693d


Comments

No comments written yet.

Please login to write comment.