Color Hex Logo

#66334b Color Hex

#66334B
(102,51,75)
0 Favorites   0 Comments

Color spaces of #66334b

RGB 1025175
HSL0.920.330.30
HSV332°50°40°
CMYK 0.000.500.26   0.60
XYZ7.93335.70047.3388
Yxy5.70040.37830.2718
Hunter Lab23.875517.5294-1.5116
CIE-Lab28.643726.0824-4.4208

#66334b color RGB value is (102,51,75).

#66334b hex color red value is 102, green value is 51 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #66334b hue: 0.92 , saturation: 0.33 and the lightness value of 66334b is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110011 01001011
Octal 146 63 113
Decimal 102 51 75
Hex 66 33 4B

RGB Percentages of Color #66334b

%44.74
%22.37
%32.89

CMYK Percentages of Color #66334b

%0
%50
%26
%60

Triadic Colors of #66334b

#66334b #4b6633 #334b66

Analogous Colors of #66334b

#66334b #663533 #663365

Monochromatic Colors of #66334b

#66334b

Complementary Color

#66334b #33664e

#66334b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66334b Color Preview on White Background

Lorem ipsum dolor sit amet.

#66334b Color CSS Codes

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

#66334b Text Font Color

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

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


#66334b Background Color

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

This div background color is #66334b


#66334b Border Color

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

This div border color is #66334b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,51,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66334b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66334b;
  -webkit-box-shadow: 1px 1px 3px 2px #66334b;
  box-shadow:         1px 1px 3px 2px #66334b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66334b


Comments

No comments written yet.

Please login to write comment.