Color Hex Logo

#68230e Color Hex

#68230E
(104,35,14)
0 Favorites   0 Comments

Color spaces of #68230e

RGB 1043514
HSL0.040.760.23
HSV14°87°41°
CMYK 0.000.660.87   0.59
XYZ6.38924.17680.8849
Yxy4.17680.55800.3648
Hunter Lab20.437220.038511.7389
CIE-Lab24.247529.820229.1490

#68230e color RGB value is (104,35,14).

#68230e hex color red value is 104, green value is 35 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #68230e hue: 0.04 , saturation: 0.76 and the lightness value of 68230e is 0.23.

The process color (four color CMYK) of #68230e color hex is 0.00, 0.66, 0.87, 0.59. Web safe color of #68230e is #663300. Color #68230e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100011 00001110
Octal 150 43 16
Decimal 104 35 14
Hex 68 23 E

RGB Percentages of Color #68230e

%67.97
%22.88
%9.15

CMYK Percentages of Color #68230e

%0
%66
%87
%59

Triadic Colors of #68230e

#68230e #0e6823 #230e68

Analogous Colors of #68230e

#68230e #68500e #680e26

Monochromatic Colors of #68230e

#68230e

Complementary Color

#68230e #0e5368

#68230e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68230e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68230e Color CSS Codes

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

#68230e Text Font Color

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

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


#68230e Background Color

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

This div background color is #68230e


#68230e Border Color

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

This div border color is #68230e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68230e


Comments

No comments written yet.

Please login to write comment.