Color Hex Logo

#674334 Color Hex

#674334
(103,67,52)
0 Favorites   0 Comments

Color spaces of #674334

RGB 1036752
HSL0.050.330.30
HSV18°50°40°
CMYK 0.000.350.50   0.60
XYZ8.22057.14584.1948
Yxy7.14580.42020.3653
Hunter Lab26.73168.11199.4082
CIE-Lab32.136513.632515.4459

#674334 color RGB value is (103,67,52).

#674334 hex color red value is 103, green value is 67 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #674334 hue: 0.05 , saturation: 0.33 and the lightness value of 674334 is 0.30.

The process color (four color CMYK) of #674334 color hex is 0.00, 0.35, 0.50, 0.60. Web safe color of #674334 is #663333. Color #674334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000011 00110100
Octal 147 103 64
Decimal 103 67 52
Hex 67 43 34

RGB Percentages of Color #674334

%46.40
%30.18
%23.42

CMYK Percentages of Color #674334

%0
%35
%50
%60

Triadic Colors of #674334

#674334 #346743 #433467

Analogous Colors of #674334

#674334 #675d34 #67343f

Monochromatic Colors of #674334

#674334

Complementary Color

#674334 #345867

#674334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674334 Color CSS Codes

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

#674334 Text Font Color

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

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


#674334 Background Color

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

This div background color is #674334


#674334 Border Color

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

This div border color is #674334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674334


Comments

No comments written yet.

Please login to write comment.