Color Hex Logo

#665338 Color Hex

#665338
(102,83,56)
0 Favorites   0 Comments

Color spaces of #665338

RGB 1028356
HSL0.100.290.31
HSV35°45°40°
CMYK 0.000.190.45   0.60
XYZ9.28669.29685.0464
Yxy9.29680.39300.3934
Hunter Lab30.49071.007511.5306
CIE-Lab36.54963.783818.7620

#665338 color RGB value is (102,83,56).

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

The process color (four color CMYK) of #665338 color hex is 0.00, 0.19, 0.45, 0.60. Web safe color of #665338 is #666633. Color #665338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010011 00111000
Octal 146 123 70
Decimal 102 83 56
Hex 66 53 38

RGB Percentages of Color #665338

%42.32
%34.44
%23.24

CMYK Percentages of Color #665338

%0
%19
%45
%60

Triadic Colors of #665338

#665338 #386653 #533866

Analogous Colors of #665338

#665338 #626638 #663c38

Monochromatic Colors of #665338

#665338

Complementary Color

#665338 #384b66

#665338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665338 Color CSS Codes

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

#665338 Text Font Color

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

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


#665338 Background Color

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

This div background color is #665338


#665338 Border Color

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

This div border color is #665338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665338


Comments

No comments written yet.

Please login to write comment.