Color Hex Logo

#682336 Color Hex

#682336
(104,35,54)
0 Favorites   0 Comments

Color spaces of #682336

RGB 1043554
HSL0.950.500.27
HSV343°66°41°
CMYK 0.000.660.48   0.59
XYZ6.97584.41153.9739
Yxy4.41150.45410.2872
Hunter Lab21.003622.52803.4848
CIE-Lab24.987732.67044.3274

#682336 color RGB value is (104,35,54).

#682336 hex color red value is 104, green value is 35 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #682336 hue: 0.95 , saturation: 0.50 and the lightness value of 682336 is 0.27.

The process color (four color CMYK) of #682336 color hex is 0.00, 0.66, 0.48, 0.59. Web safe color of #682336 is #663333. Color #682336 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100011 00110110
Octal 150 43 66
Decimal 104 35 54
Hex 68 23 36

RGB Percentages of Color #682336

%53.89
%18.13
%27.98

CMYK Percentages of Color #682336

%0
%66
%48
%59

Triadic Colors of #682336

#682336 #366823 #233668

Analogous Colors of #682336

#682336 #683323 #682359

Monochromatic Colors of #682336

#682336

Complementary Color

#682336 #236855

#682336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682336 Color CSS Codes

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

#682336 Text Font Color

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

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


#682336 Background Color

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

This div background color is #682336


#682336 Border Color

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

This div border color is #682336


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,35,54, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #682336; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #682336;
  -webkit-box-shadow: 1px 1px 3px 2px #682336;
  box-shadow:         1px 1px 3px 2px #682336; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,35,54, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682336


Comments

No comments written yet.

Please login to write comment.