Color Hex Logo

#683112 Color Hex

#683112
(104,49,18)
0 Favorites   0 Comments

Color spaces of #683112

RGB 1044918
HSL0.060.700.24
HSV22°83°41°
CMYK 0.000.530.83   0.59
XYZ6.91645.18341.2082
Yxy5.18340.51970.3895
Hunter Lab22.767114.384012.7906
CIE-Lab27.251022.318829.9617

#683112 color RGB value is (104,49,18).

#683112 hex color red value is 104, green value is 49 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #683112 hue: 0.06 , saturation: 0.70 and the lightness value of 683112 is 0.24.

The process color (four color CMYK) of #683112 color hex is 0.00, 0.53, 0.83, 0.59. Web safe color of #683112 is #663300. Color #683112 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110001 00010010
Octal 150 61 22
Decimal 104 49 18
Hex 68 31 12

RGB Percentages of Color #683112

%60.82
%28.65
%10.53

CMYK Percentages of Color #683112

%0
%53
%83
%59

Triadic Colors of #683112

#683112 #126831 #311268

Analogous Colors of #683112

#683112 #685c12 #68121e

Monochromatic Colors of #683112

#683112

Complementary Color

#683112 #124968

#683112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683112 Color CSS Codes

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

#683112 Text Font Color

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

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


#683112 Background Color

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

This div background color is #683112


#683112 Border Color

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

This div border color is #683112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683112


Comments

No comments written yet.

Please login to write comment.