Color Hex Logo

#671541 Color Hex

#671541
(103,21,65)
0 Favorites   0 Comments

Color spaces of #671541

RGB 1032165
HSL0.910.660.24
HSV328°80°40°
CMYK 0.000.800.37   0.60
XYZ6.81583.80155.3756
Yxy3.80150.42620.2377
Hunter Lab19.497428.2785-2.6985
CIE-Lab23.004039.6076-6.1217

#671541 color RGB value is (103,21,65).

#671541 hex color red value is 103, green value is 21 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #671541 hue: 0.91 , saturation: 0.66 and the lightness value of 671541 is 0.24.

The process color (four color CMYK) of #671541 color hex is 0.00, 0.80, 0.37, 0.60. Web safe color of #671541 is #660033. Color #671541 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010101 01000001
Octal 147 25 101
Decimal 103 21 65
Hex 67 15 41

RGB Percentages of Color #671541

%54.50
%11.11
%34.39

CMYK Percentages of Color #671541

%0
%80
%37
%60

Triadic Colors of #671541

#671541 #416715 #154167

Analogous Colors of #671541

#671541 #671518 #641567

Monochromatic Colors of #671541

#671541

Complementary Color

#671541 #15673b

#671541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671541 Color CSS Codes

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

#671541 Text Font Color

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

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


#671541 Background Color

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

This div background color is #671541


#671541 Border Color

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

This div border color is #671541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671541


Comments

No comments written yet.

Please login to write comment.