Color Hex Logo

#675419 Color Hex

#675419
(103,84,25)
0 Favorites   0 Comments

Color spaces of #675419

RGB 1038425
HSL0.130.610.25
HSV45°76°40°
CMYK 0.000.180.76   0.60
XYZ8.93939.29442.2425
Yxy9.29440.43660.4539
Hunter Lab30.4867-1.012116.9795
CIE-Lab36.54500.895935.7730

#675419 color RGB value is (103,84,25).

#675419 hex color red value is 103, green value is 84 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #675419 hue: 0.13 , saturation: 0.61 and the lightness value of 675419 is 0.25.

The process color (four color CMYK) of #675419 color hex is 0.00, 0.18, 0.76, 0.60. Web safe color of #675419 is #666600. Color #675419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010100 00011001
Octal 147 124 31
Decimal 103 84 25
Hex 67 54 19

RGB Percentages of Color #675419

%48.58
%39.62
%11.79

CMYK Percentages of Color #675419

%0
%18
%76
%60

Triadic Colors of #675419

#675419 #196754 #541967

Analogous Colors of #675419

#675419 #536719 #672d19

Monochromatic Colors of #675419

#675419

Complementary Color

#675419 #192c67

#675419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#675419 Color CSS Codes

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

#675419 Text Font Color

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

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


#675419 Background Color

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

This div background color is #675419


#675419 Border Color

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

This div border color is #675419


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,84,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675419


Comments

No comments written yet.

Please login to write comment.