Color Hex Logo

#66383b Color Hex

#66383B
(102,56,59)
0 Favorites   0 Comments

Color spaces of #66383b

RGB 1025659
HSL0.990.290.31
HSV356°45°40°
CMYK 0.000.450.42   0.60
XYZ7.68315.96894.8848
Yxy5.96890.41450.3220
Hunter Lab24.431313.37945.2475
CIE-Lab29.333920.78567.0963

#66383b color RGB value is (102,56,59).

#66383b hex color red value is 102, green value is 56 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #66383b hue: 0.99 , saturation: 0.29 and the lightness value of 66383b is 0.31.

The process color (four color CMYK) of #66383b color hex is 0.00, 0.45, 0.42, 0.60. Web safe color of #66383b is #663333. Color #66383b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111000 00111011
Octal 146 70 73
Decimal 102 56 59
Hex 66 38 3B

RGB Percentages of Color #66383b

%47.00
%25.81
%27.19

CMYK Percentages of Color #66383b

%0
%45
%42
%60

Triadic Colors of #66383b

#66383b #3b6638 #383b66

Analogous Colors of #66383b

#66383b #664c38 #663852

Monochromatic Colors of #66383b

#66383b

Complementary Color

#66383b #386663

#66383b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66383b Color Preview on White Background

Lorem ipsum dolor sit amet.

#66383b Color CSS Codes

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

#66383b Text Font Color

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

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


#66383b Background Color

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

This div background color is #66383b


#66383b Border Color

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

This div border color is #66383b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66383b


Comments

No comments written yet.

Please login to write comment.