Color Hex Logo

#674028 Color Hex

#674028
(103,64,40)
0 Favorites   0 Comments

Color spaces of #674028

RGB 1036440
HSL0.060.440.28
HSV23°61°40°
CMYK 0.000.380.61   0.60
XYZ7.80996.70362.8898
Yxy6.70360.44880.3852
Hunter Lab25.89138.533311.5064
CIE-Lab31.122414.259321.5879

#674028 color RGB value is (103,64,40).

#674028 hex color red value is 103, green value is 64 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #674028 hue: 0.06 , saturation: 0.44 and the lightness value of 674028 is 0.28.

The process color (four color CMYK) of #674028 color hex is 0.00, 0.38, 0.61, 0.60. Web safe color of #674028 is #663333. Color #674028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000000 00101000
Octal 147 100 50
Decimal 103 64 40
Hex 67 40 28

RGB Percentages of Color #674028

%49.76
%30.92
%19.32

CMYK Percentages of Color #674028

%0
%38
%61
%60

Triadic Colors of #674028

#674028 #286740 #402867

Analogous Colors of #674028

#674028 #676028 #672830

Monochromatic Colors of #674028

#674028

Complementary Color

#674028 #284f67

#674028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674028 Color CSS Codes

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

#674028 Text Font Color

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

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


#674028 Background Color

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

This div background color is #674028


#674028 Border Color

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

This div border color is #674028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674028


Comments

No comments written yet.

Please login to write comment.