Color Hex Logo

#68283b Color Hex

#68283B
(104,40,59)
0 Favorites   0 Comments

Color spaces of #68283b

RGB 1044059
HSL0.950.440.28
HSV342°62°41°
CMYK 0.000.620.43   0.59
XYZ7.25714.77644.6771
Yxy4.77640.43430.2858
Hunter Lab21.855021.02602.6101
CIE-Lab26.088030.70462.5218

#68283b color RGB value is (104,40,59).

#68283b hex color red value is 104, green value is 40 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #68283b hue: 0.95 , saturation: 0.44 and the lightness value of 68283b is 0.28.

The process color (four color CMYK) of #68283b color hex is 0.00, 0.62, 0.43, 0.59. Web safe color of #68283b is #663333. Color #68283b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101000 00111011
Octal 150 50 73
Decimal 104 40 59
Hex 68 28 3B

RGB Percentages of Color #68283b

%51.23
%19.70
%29.06

CMYK Percentages of Color #68283b

%0
%62
%43
%59

Triadic Colors of #68283b

#68283b #3b6828 #283b68

Analogous Colors of #68283b

#68283b #683528 #68285b

Monochromatic Colors of #68283b

#68283b

Complementary Color

#68283b #286855

#68283b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68283b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68283b Color CSS Codes

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

#68283b Text Font Color

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

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


#68283b Background Color

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

This div background color is #68283b


#68283b Border Color

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

This div border color is #68283b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,40,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 #68283b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68283b


Comments

No comments written yet.

Please login to write comment.