Color Hex Logo

#69530f Color Hex

#69530F
(105,83,15)
0 Favorites   0 Comments

Color spaces of #69530f

RGB 1058315
HSL0.130.750.24
HSV45°86°41°
CMYK 0.000.210.86   0.59
XYZ9.00529.22431.7578
Yxy9.22430.45050.4615
Hunter Lab30.3715-0.224717.8286
CIE-Lab36.41262.024239.8191

#69530f color RGB value is (105,83,15).

#69530f hex color red value is 105, green value is 83 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #69530f hue: 0.13 , saturation: 0.75 and the lightness value of 69530f is 0.24.

The process color (four color CMYK) of #69530f color hex is 0.00, 0.21, 0.86, 0.59. Web safe color of #69530f is #666600. Color #69530f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010011 00001111
Octal 151 123 17
Decimal 105 83 15
Hex 69 53 F

RGB Percentages of Color #69530f

%51.72
%40.89
%7.39

CMYK Percentages of Color #69530f

%0
%21
%86
%59

Triadic Colors of #69530f

#69530f #0f6953 #530f69

Analogous Colors of #69530f

#69530f #52690f #69260f

Monochromatic Colors of #69530f

#69530f

Complementary Color

#69530f #0f2569

#69530f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69530f Color Preview on White Background

Lorem ipsum dolor sit amet.

#69530f Color CSS Codes

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

#69530f Text Font Color

<p style="color:#69530f">Text here</p>

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


#69530f Background Color

<div style="background-color:#69530f">
Div content here</div>

This div background color is #69530f


#69530f Border Color

<div style="border:3px solid #69530f">
Div here</div>

This div border color is #69530f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,83,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69530f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69530f;
  -webkit-box-shadow: 1px 1px 3px 2px #69530f;
  box-shadow:         1px 1px 3px 2px #69530f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69530f


Comments

No comments written yet.

Please login to write comment.