Color Hex Logo

#674846 Color Hex

#674846
(103,72,70)
0 Favorites   0 Comments

Color spaces of #674846

RGB 1037270
HSL0.010.190.34
HSV32°40°
CMYK 0.000.300.32   0.60
XYZ9.01647.96056.8557
Yxy7.96050.37830.3340
Hunter Lab28.21447.66775.3434
CIE-Lab33.900512.94676.4694

#674846 color RGB value is (103,72,70).

#674846 hex color red value is 103, green value is 72 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #674846 hue: 0.01 , saturation: 0.19 and the lightness value of 674846 is 0.34.

The process color (four color CMYK) of #674846 color hex is 0.00, 0.30, 0.32, 0.60. Web safe color of #674846 is #663333. Color #674846 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001000 01000110
Octal 147 110 106
Decimal 103 72 70
Hex 67 48 46

RGB Percentages of Color #674846

%42.04
%29.39
%28.57

CMYK Percentages of Color #674846

%0
%30
%32
%60

Triadic Colors of #674846

#674846 #466748 #484667

Analogous Colors of #674846

#674846 #675946 #674655

Monochromatic Colors of #674846

#674846

Complementary Color

#674846 #466567

#674846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674846 Color CSS Codes

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

#674846 Text Font Color

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

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


#674846 Background Color

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

This div background color is #674846


#674846 Border Color

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

This div border color is #674846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674846

#674846 Color Palettes


Comments

No comments written yet.

Please login to write comment.