Color Hex Logo

#66113d Color Hex

#66113D
(102,17,61)
0 Favorites   0 Comments

Color spaces of #66113d

RGB 1021761
HSL0.910.710.23
HSV329°83°40°
CMYK 0.000.830.40   0.60
XYZ6.52223.56264.7588
Yxy3.56260.43940.2400
Hunter Lab18.874928.6496-1.7360
CIE-Lab22.169340.1793-4.6401

#66113d color RGB value is (102,17,61).

#66113d hex color red value is 102, green value is 17 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #66113d hue: 0.91 , saturation: 0.71 and the lightness value of 66113d is 0.23.

The process color (four color CMYK) of #66113d color hex is 0.00, 0.83, 0.40, 0.60. Web safe color of #66113d is #660033. Color #66113d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010001 00111101
Octal 146 21 75
Decimal 102 17 61
Hex 66 11 3D

RGB Percentages of Color #66113d

%56.67
%9.44
%33.89

CMYK Percentages of Color #66113d

%0
%83
%40
%60

Triadic Colors of #66113d

#66113d #3d6611 #113d66

Analogous Colors of #66113d

#66113d #661112 #651166

Monochromatic Colors of #66113d

#66113d

Complementary Color

#66113d #11663a

#66113d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66113d Color Preview on White Background

Lorem ipsum dolor sit amet.

#66113d Color CSS Codes

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

#66113d Text Font Color

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

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


#66113d Background Color

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

This div background color is #66113d


#66113d Border Color

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

This div border color is #66113d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,17,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66113d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66113d;
  -webkit-box-shadow: 1px 1px 3px 2px #66113d;
  box-shadow:         1px 1px 3px 2px #66113d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66113d


Comments

No comments written yet.

Please login to write comment.