Color Hex Logo

#69580e Color Hex

#69580E
(105,88,14)
0 Favorites   0 Comments

Color spaces of #69580e

RGB 1058814
HSL0.140.760.23
HSV49°87°41°
CMYK 0.000.160.87   0.59
XYZ9.394710.01441.8533
Yxy10.01440.44180.4710
Hunter Lab31.6455-2.387918.6796
CIE-Lab37.8683-1.010141.4295

#69580e color RGB value is (105,88,14).

#69580e hex color red value is 105, green value is 88 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #69580e hue: 0.14 , saturation: 0.76 and the lightness value of 69580e is 0.23.

The process color (four color CMYK) of #69580e color hex is 0.00, 0.16, 0.87, 0.59. Web safe color of #69580e is #666600. Color #69580e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011000 00001110
Octal 151 130 16
Decimal 105 88 14
Hex 69 58 E

RGB Percentages of Color #69580e

%50.72
%42.51
%6.76

CMYK Percentages of Color #69580e

%0
%16
%87
%59

Triadic Colors of #69580e

#69580e #0e6958 #580e69

Analogous Colors of #69580e

#69580e #4d690e #692b0e

Monochromatic Colors of #69580e

#69580e

Complementary Color

#69580e #0e1f69

#69580e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69580e Color Preview on White Background

Lorem ipsum dolor sit amet.

#69580e Color CSS Codes

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

#69580e Text Font Color

<p style="color:#69580e">Text here</p>

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


#69580e Background Color

<div style="background-color:#69580e">
Div content here</div>

This div background color is #69580e


#69580e Border Color

<div style="border:3px solid #69580e">
Div here</div>

This div border color is #69580e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,88,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69580e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69580e;
  -webkit-box-shadow: 1px 1px 3px 2px #69580e;
  box-shadow:         1px 1px 3px 2px #69580e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69580e


Comments

No comments written yet.

Please login to write comment.