Color Hex Logo

#683135 Color Hex

#683135
(104,49,53)
0 Favorites   0 Comments

Color spaces of #683135

RGB 1044953
HSL0.990.360.30
HSV356°53°41°
CMYK 0.000.530.49   0.59
XYZ7.44985.39674.0172
Yxy5.39670.44180.3200
Hunter Lab23.230816.58866.0088
CIE-Lab27.836325.02988.9987

#683135 color RGB value is (104,49,53).

#683135 hex color red value is 104, green value is 49 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #683135 hue: 0.99 , saturation: 0.36 and the lightness value of 683135 is 0.30.

The process color (four color CMYK) of #683135 color hex is 0.00, 0.53, 0.49, 0.59. Web safe color of #683135 is #663333. Color #683135 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110001 00110101
Octal 150 61 65
Decimal 104 49 53
Hex 68 31 35

RGB Percentages of Color #683135

%50.49
%23.79
%25.73

CMYK Percentages of Color #683135

%0
%53
%49
%59

Triadic Colors of #683135

#683135 #356831 #313568

Analogous Colors of #683135

#683135 #684931 #683151

Monochromatic Colors of #683135

#683135

Complementary Color

#683135 #316864

#683135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683135 Color CSS Codes

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

#683135 Text Font Color

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

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


#683135 Background Color

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

This div background color is #683135


#683135 Border Color

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

This div border color is #683135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683135


Comments

No comments written yet.

Please login to write comment.