Color Hex Logo

#674f59 Color Hex

#674F59
(103,79,89)
0 Favorites   0 Comments

Color spaces of #674f59

RGB 1037989
HSL0.930.130.36
HSV335°23°40°
CMYK 0.000.230.14   0.60
XYZ10.19279.196810.6891
Yxy9.19680.33890.3058
Hunter Lab30.32626.92330.3304
CIE-Lab36.360511.8575-1.9855

#674f59 color RGB value is (103,79,89).

#674f59 hex color red value is 103, green value is 79 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #674f59 hue: 0.93 , saturation: 0.13 and the lightness value of 674f59 is 0.36.

The process color (four color CMYK) of #674f59 color hex is 0.00, 0.23, 0.14, 0.60. Web safe color of #674f59 is #666666. Color #674f59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001111 01011001
Octal 147 117 131
Decimal 103 79 89
Hex 67 4F 59

RGB Percentages of Color #674f59

%38.01
%29.15
%32.84

CMYK Percentages of Color #674f59

%0
%23
%14
%60

Triadic Colors of #674f59

#674f59 #59674f #4f5967

Analogous Colors of #674f59

#674f59 #67514f #674f65

Monochromatic Colors of #674f59

#674f59

Complementary Color

#674f59 #4f675d

#674f59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674f59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674f59 Color CSS Codes

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

#674f59 Text Font Color

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

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


#674f59 Background Color

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

This div background color is #674f59


#674f59 Border Color

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

This div border color is #674f59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674f59


Comments

No comments written yet.

Please login to write comment.