Color Hex Logo

#68384b Color Hex

#68384B
(104,56,75)
0 Favorites   0 Comments

Color spaces of #68384b

RGB 1045675
HSL0.930.300.31
HSV336°46°41°
CMYK 0.000.460.28   0.59
XYZ8.39316.27947.4263
Yxy6.27940.37980.2842
Hunter Lab25.058715.9335-0.0298
CIE-Lab30.106723.9187-2.2205

#68384b color RGB value is (104,56,75).

#68384b hex color red value is 104, green value is 56 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #68384b hue: 0.93 , saturation: 0.30 and the lightness value of 68384b is 0.31.

The process color (four color CMYK) of #68384b color hex is 0.00, 0.46, 0.28, 0.59. Web safe color of #68384b is #663333. Color #68384b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111000 01001011
Octal 150 70 113
Decimal 104 56 75
Hex 68 38 4B

RGB Percentages of Color #68384b

%44.26
%23.83
%31.91

CMYK Percentages of Color #68384b

%0
%46
%28
%59

Triadic Colors of #68384b

#68384b #4b6838 #384b68

Analogous Colors of #68384b

#68384b #683d38 #683863

Monochromatic Colors of #68384b

#68384b

Complementary Color

#68384b #386855

#68384b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68384b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68384b Color CSS Codes

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

#68384b Text Font Color

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

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


#68384b Background Color

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

This div background color is #68384b


#68384b Border Color

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

This div border color is #68384b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68384b


Comments

No comments written yet.

Please login to write comment.