Color Hex Logo

#66350b Color Hex

#66350B
(102,53,11)
0 Favorites   0 Comments

Color spaces of #66350b

RGB 1025311
HSL0.080.810.22
HSV28°89°40°
CMYK 0.000.480.89   0.60
XYZ6.81305.39510.9989
Yxy5.39510.51590.4085
Hunter Lab23.227411.709413.7094
CIE-Lab27.832018.769133.7042

#66350b color RGB value is (102,53,11).

#66350b hex color red value is 102, green value is 53 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #66350b hue: 0.08 , saturation: 0.81 and the lightness value of 66350b is 0.22.

The process color (four color CMYK) of #66350b color hex is 0.00, 0.48, 0.89, 0.60. Web safe color of #66350b is #663300. Color #66350b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110101 00001011
Octal 146 65 13
Decimal 102 53 11
Hex 66 35 B

RGB Percentages of Color #66350b

%61.45
%31.93
%6.63

CMYK Percentages of Color #66350b

%0
%48
%89
%60

Triadic Colors of #66350b

#66350b #0b6635 #350b66

Analogous Colors of #66350b

#66350b #66630b #660b0e

Monochromatic Colors of #66350b

#66350b

Complementary Color

#66350b #0b3c66

#66350b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66350b Color Preview on White Background

Lorem ipsum dolor sit amet.

#66350b Color CSS Codes

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

#66350b Text Font Color

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

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


#66350b Background Color

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

This div background color is #66350b


#66350b Border Color

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

This div border color is #66350b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66350b


Comments

No comments written yet.

Please login to write comment.