Color Hex Logo

#695328 Color Hex

#695328
(105,83,40)
0 Favorites   0 Comments

Color spaces of #695328

RGB 1058340
HSL0.110.450.28
HSV40°62°41°
CMYK 0.000.210.62   0.59
XYZ9.30209.34303.3206
Yxy9.34300.42350.4253
Hunter Lab30.56630.830414.9554
CIE-Lab36.63653.536428.2666

#695328 color RGB value is (105,83,40).

#695328 hex color red value is 105, green value is 83 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #695328 hue: 0.11 , saturation: 0.45 and the lightness value of 695328 is 0.28.

The process color (four color CMYK) of #695328 color hex is 0.00, 0.21, 0.62, 0.59. Web safe color of #695328 is #666633. Color #695328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010011 00101000
Octal 151 123 50
Decimal 105 83 40
Hex 69 53 28

RGB Percentages of Color #695328

%46.05
%36.40
%17.54

CMYK Percentages of Color #695328

%0
%21
%62
%59

Triadic Colors of #695328

#695328 #286953 #532869

Analogous Colors of #695328

#695328 #5f6928 #693328

Monochromatic Colors of #695328

#695328

Complementary Color

#695328 #283e69

#695328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695328 Color CSS Codes

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

#695328 Text Font Color

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

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


#695328 Background Color

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

This div background color is #695328


#695328 Border Color

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

This div border color is #695328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695328


Comments

No comments written yet.

Please login to write comment.