Color Hex Logo

#675d0f Color Hex

#675D0F
(103,93,15)
0 Favorites   0 Comments

Color spaces of #675d0f

RGB 1039315
HSL0.150.750.23
HSV53°85°40°
CMYK 0.000.100.85   0.60
XYZ9.594110.74682.0206
Yxy10.74680.42900.4806
Hunter Lab32.7823-5.129119.2932
CIE-Lab39.1507-4.913742.1369

#675d0f color RGB value is (103,93,15).

#675d0f hex color red value is 103, green value is 93 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #675d0f hue: 0.15 , saturation: 0.75 and the lightness value of 675d0f is 0.23.

The process color (four color CMYK) of #675d0f color hex is 0.00, 0.10, 0.85, 0.60. Web safe color of #675d0f is #666600. Color #675d0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011101 00001111
Octal 147 135 17
Decimal 103 93 15
Hex 67 5D F

RGB Percentages of Color #675d0f

%48.82
%44.08
%7.11

CMYK Percentages of Color #675d0f

%0
%10
%85
%60

Triadic Colors of #675d0f

#675d0f #0f675d #5d0f67

Analogous Colors of #675d0f

#675d0f #45670f #67310f

Monochromatic Colors of #675d0f

#675d0f

Complementary Color

#675d0f #0f1967

#675d0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675d0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#675d0f Color CSS Codes

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

#675d0f Text Font Color

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

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


#675d0f Background Color

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

This div background color is #675d0f


#675d0f Border Color

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

This div border color is #675d0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,93,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #675d0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #675d0f;
  -webkit-box-shadow: 1px 1px 3px 2px #675d0f;
  box-shadow:         1px 1px 3px 2px #675d0f; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675d0f


Comments

No comments written yet.

Please login to write comment.