Color Hex Logo

#671b04 Color Hex

#671B04
(103,27,4)
0 Favorites   0 Comments

Color spaces of #671b04

RGB 103274
HSL0.040.930.21
HSV14°96°40°
CMYK 0.000.740.96   0.60
XYZ6.00743.67620.5078
Yxy3.67620.58950.3607
Hunter Lab19.173422.374011.8511
CIE-Lab22.570732.914831.6517

#671b04 color RGB value is (103,27,4).

#671b04 hex color red value is 103, green value is 27 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #671b04 hue: 0.04 , saturation: 0.93 and the lightness value of 671b04 is 0.21.

The process color (four color CMYK) of #671b04 color hex is 0.00, 0.74, 0.96, 0.60. Web safe color of #671b04 is #663300. Color #671b04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011011 00000100
Octal 147 33 4
Decimal 103 27 4
Hex 67 1B 4

RGB Percentages of Color #671b04

%76.87
%20.15
%2.99

CMYK Percentages of Color #671b04

%0
%74
%96
%60

Triadic Colors of #671b04

#671b04 #04671b #1b0467

Analogous Colors of #671b04

#671b04 #674d04 #67041e

Monochromatic Colors of #671b04

#671b04

Complementary Color

#671b04 #045067

#671b04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671b04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671b04 Color CSS Codes

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

#671b04 Text Font Color

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

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


#671b04 Background Color

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

This div background color is #671b04


#671b04 Border Color

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

This div border color is #671b04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671b04


Comments

No comments written yet.

Please login to write comment.