Color Hex Logo

#674d14 Color Hex

#674D14
(103,77,20)
0 Favorites   0 Comments

Color spaces of #674d14

RGB 1037720
HSL0.110.670.24
HSV41°81°40°
CMYK 0.000.250.81   0.60
XYZ8.37378.24181.8113
Yxy8.24180.45440.4473
Hunter Lab28.70851.824916.3552
CIE-Lab34.48154.890235.9818

#674d14 color RGB value is (103,77,20).

#674d14 hex color red value is 103, green value is 77 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #674d14 hue: 0.11 , saturation: 0.67 and the lightness value of 674d14 is 0.24.

The process color (four color CMYK) of #674d14 color hex is 0.00, 0.25, 0.81, 0.60. Web safe color of #674d14 is #666600. Color #674d14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001101 00010100
Octal 147 115 24
Decimal 103 77 20
Hex 67 4D 14

RGB Percentages of Color #674d14

%51.50
%38.50
%10.00

CMYK Percentages of Color #674d14

%0
%25
%81
%60

Triadic Colors of #674d14

#674d14 #14674d #4d1467

Analogous Colors of #674d14

#674d14 #586714 #672414

Monochromatic Colors of #674d14

#674d14

Complementary Color

#674d14 #142e67

#674d14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674d14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674d14 Color CSS Codes

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

#674d14 Text Font Color

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

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


#674d14 Background Color

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

This div background color is #674d14


#674d14 Border Color

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

This div border color is #674d14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,77,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #674d14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #674d14;
  -webkit-box-shadow: 1px 1px 3px 2px #674d14;
  box-shadow:         1px 1px 3px 2px #674d14; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674d14


Comments

No comments written yet.

Please login to write comment.