Color Hex Logo

#67133e Color Hex

#67133E
(103,19,62)
0 Favorites   0 Comments

Color spaces of #67133e

RGB 1031962
HSL0.910.690.24
HSV329°82°40°
CMYK 0.000.820.40   0.60
XYZ6.69593.69714.9181
Yxy3.69710.43730.2415
Hunter Lab19.227828.5121-1.7057
CIE-Lab22.643739.9357-4.5996

#67133e color RGB value is (103,19,62).

#67133e hex color red value is 103, green value is 19 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #67133e hue: 0.91 , saturation: 0.69 and the lightness value of 67133e is 0.24.

The process color (four color CMYK) of #67133e color hex is 0.00, 0.82, 0.40, 0.60. Web safe color of #67133e is #660033. Color #67133e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010011 00111110
Octal 147 23 76
Decimal 103 19 62
Hex 67 13 3E

RGB Percentages of Color #67133e

%55.98
%10.33
%33.70

CMYK Percentages of Color #67133e

%0
%82
%40
%60

Triadic Colors of #67133e

#67133e #3e6713 #133e67

Analogous Colors of #67133e

#67133e #671314 #661367

Monochromatic Colors of #67133e

#67133e

Complementary Color

#67133e #13673c

#67133e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67133e Color Preview on White Background

Lorem ipsum dolor sit amet.

#67133e Color CSS Codes

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

#67133e Text Font Color

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

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


#67133e Background Color

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

This div background color is #67133e


#67133e Border Color

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

This div border color is #67133e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,19,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67133e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67133e;
  -webkit-box-shadow: 1px 1px 3px 2px #67133e;
  box-shadow:         1px 1px 3px 2px #67133e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,19,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67133e


Comments

No comments written yet.

Please login to write comment.