Color Hex Logo

#674814 Color Hex

#674814
(103,72,20)
0 Favorites   0 Comments

Color spaces of #674814

RGB 1037220
HSL0.100.670.24
HSV38°81°40°
CMYK 0.000.300.81   0.60
XYZ8.03727.56881.6991
Yxy7.56880.46440.4374
Hunter Lab27.51154.002015.5963
CIE-Lab33.06827.960834.6219

#674814 color RGB value is (103,72,20).

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

The process color (four color CMYK) of #674814 color hex is 0.00, 0.30, 0.81, 0.60. Web safe color of #674814 is #663300. Color #674814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001000 00010100
Octal 147 110 24
Decimal 103 72 20
Hex 67 48 14

RGB Percentages of Color #674814

%52.82
%36.92
%10.26

CMYK Percentages of Color #674814

%0
%30
%81
%60

Triadic Colors of #674814

#674814 #146748 #481467

Analogous Colors of #674814

#674814 #5d6714 #671f14

Monochromatic Colors of #674814

#674814

Complementary Color

#674814 #143367

#674814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674814 Color CSS Codes

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

#674814 Text Font Color

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

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


#674814 Background Color

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

This div background color is #674814


#674814 Border Color

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

This div border color is #674814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674814


Comments

No comments written yet.

Please login to write comment.