Color Hex Logo

#695f48 Color Hex

#695F48
(105,95,72)
0 Favorites   0 Comments

Color spaces of #695f48

RGB 1059572
HSL0.120.190.35
HSV42°31°41°
CMYK 0.000.100.31   0.59
XYZ11.087611.65567.7963
Yxy11.65560.36310.3817
Hunter Lab34.1403-1.774810.3587
CIE-Lab40.66340.068314.6456

#695f48 color RGB value is (105,95,72).

#695f48 hex color red value is 105, green value is 95 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #695f48 hue: 0.12 , saturation: 0.19 and the lightness value of 695f48 is 0.35.

The process color (four color CMYK) of #695f48 color hex is 0.00, 0.10, 0.31, 0.59. Web safe color of #695f48 is #666633. Color #695f48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011111 01001000
Octal 151 137 110
Decimal 105 95 72
Hex 69 5F 48

RGB Percentages of Color #695f48

%38.60
%34.93
%26.47

CMYK Percentages of Color #695f48

%0
%10
%31
%59

Triadic Colors of #695f48

#695f48 #48695f #5f4869

Analogous Colors of #695f48

#695f48 #636948 #694f48

Monochromatic Colors of #695f48

#695f48

Complementary Color

#695f48 #485269

#695f48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695f48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695f48 Color CSS Codes

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

#695f48 Text Font Color

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

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


#695f48 Background Color

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

This div background color is #695f48


#695f48 Border Color

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

This div border color is #695f48


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,95,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #695f48; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #695f48;
  -webkit-box-shadow: 1px 1px 3px 2px #695f48;
  box-shadow:         1px 1px 3px 2px #695f48; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695f48


Comments

No comments written yet.

Please login to write comment.