Color Hex Logo

#674f54 Color Hex

#674F54
(103,79,84)
0 Favorites   0 Comments

Color spaces of #674f54

RGB 1037984
HSL0.970.130.36
HSV348°23°40°
CMYK 0.000.230.18   0.60
XYZ9.98979.11569.6205
Yxy9.11560.34780.3173
Hunter Lab30.19216.22452.2421
CIE-Lab36.205910.93610.9311

#674f54 color RGB value is (103,79,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001111 01010100
Octal 147 117 124
Decimal 103 79 84
Hex 67 4F 54

RGB Percentages of Color #674f54

%38.72
%29.70
%31.58

CMYK Percentages of Color #674f54

%0
%23
%18
%60

Triadic Colors of #674f54

#674f54 #54674f #4f5467

Analogous Colors of #674f54

#674f54 #67564f #674f60

Monochromatic Colors of #674f54

#674f54

Complementary Color

#674f54 #4f6762

#674f54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674f54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674f54 Color CSS Codes

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

#674f54 Text Font Color

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

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


#674f54 Background Color

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

This div background color is #674f54


#674f54 Border Color

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

This div border color is #674f54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674f54


Comments

No comments written yet.

Please login to write comment.