Color Hex Logo

#675848 Color Hex

#675848
(103,88,72)
0 Favorites   0 Comments

Color spaces of #675848

RGB 1038872
HSL0.090.180.34
HSV31°30°40°
CMYK 0.000.150.30   0.60
XYZ10.252910.33097.5846
Yxy10.33090.36400.3668
Hunter Lab32.14170.69188.5083
CIE-Lab38.42993.404411.5533

#675848 color RGB value is (103,88,72).

#675848 hex color red value is 103, green value is 88 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #675848 hue: 0.09 , saturation: 0.18 and the lightness value of 675848 is 0.34.

The process color (four color CMYK) of #675848 color hex is 0.00, 0.15, 0.30, 0.60. Web safe color of #675848 is #666633. Color #675848 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011000 01001000
Octal 147 130 110
Decimal 103 88 72
Hex 67 58 48

RGB Percentages of Color #675848

%39.16
%33.46
%27.38

CMYK Percentages of Color #675848

%0
%15
%30
%60

Triadic Colors of #675848

#675848 #486758 #584867

Analogous Colors of #675848

#675848 #676748 #674948

Monochromatic Colors of #675848

#675848

Complementary Color

#675848 #485767

#675848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#675848 Color CSS Codes

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

#675848 Text Font Color

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

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


#675848 Background Color

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

This div background color is #675848


#675848 Border Color

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

This div border color is #675848


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,88,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #675848; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #675848;
  -webkit-box-shadow: 1px 1px 3px 2px #675848;
  box-shadow:         1px 1px 3px 2px #675848; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,88,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 #675848">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675848


Comments

No comments written yet.

Please login to write comment.