Color Hex Logo

#674b1e Color Hex

#674B1E
(103,75,30)
0 Favorites   0 Comments

Color spaces of #674b1e

RGB 1037530
HSL0.100.550.26
HSV37°71°40°
CMYK 0.000.270.71   0.60
XYZ8.34398.00952.3345
Yxy8.00950.44650.4286
Hunter Lab28.30113.099714.9200
CIE-Lab34.00276.689830.6499

#674b1e color RGB value is (103,75,30).

#674b1e hex color red value is 103, green value is 75 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #674b1e hue: 0.10 , saturation: 0.55 and the lightness value of 674b1e is 0.26.

The process color (four color CMYK) of #674b1e color hex is 0.00, 0.27, 0.71, 0.60. Web safe color of #674b1e is #663333. Color #674b1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001011 00011110
Octal 147 113 36
Decimal 103 75 30
Hex 67 4B 1E

RGB Percentages of Color #674b1e

%49.52
%36.06
%14.42

CMYK Percentages of Color #674b1e

%0
%27
%71
%60

Triadic Colors of #674b1e

#674b1e #1e674b #4b1e67

Analogous Colors of #674b1e

#674b1e #5f671e #67271e

Monochromatic Colors of #674b1e

#674b1e

Complementary Color

#674b1e #1e3a67

#674b1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674b1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#674b1e Color CSS Codes

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

#674b1e Text Font Color

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

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


#674b1e Background Color

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

This div background color is #674b1e


#674b1e Border Color

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

This div border color is #674b1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674b1e

#674b1e Color Palettes


Comments

No comments written yet.

Please login to write comment.