Color Hex Logo

#3d063a Color Hex

#3D063A
(61,6,58)
0 Favorites   0 Comments

Color spaces of #3d063a

RGB 61658
HSL0.840.820.13
HSV303°90°24°
CMYK 0.000.900.05   0.76
XYZ2.75331.42784.1335
Yxy1.42780.33110.1717
Hunter Lab11.949120.2191-12.1457
CIE-Lab12.141532.2594-18.6977

#3d063a color RGB value is (61,6,58).

#3d063a hex color red value is 61, green value is 6 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #3d063a hue: 0.84 , saturation: 0.82 and the lightness value of 3d063a is 0.13.

The process color (four color CMYK) of #3d063a color hex is 0.00, 0.90, 0.05, 0.76. Web safe color of #3d063a is #330033. Color #3d063a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 00000110 00111010
Octal 75 6 72
Decimal 61 6 58
Hex 3D 6 3A

RGB Percentages of Color #3d063a

%48.80
%4.80
%46.40

CMYK Percentages of Color #3d063a

%0
%90
%5
%76

Triadic Colors of #3d063a

#3d063a #3a3d06 #063a3d

Analogous Colors of #3d063a

#3d063a #3d061f #25063d

Monochromatic Colors of #3d063a

#3d063a

Complementary Color

#3d063a #063d09

#3d063a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d063a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d063a Color CSS Codes

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

#3d063a Text Font Color

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

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


#3d063a Background Color

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

This div background color is #3d063a


#3d063a Border Color

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

This div border color is #3d063a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,6,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3d063a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3d063a;
  -webkit-box-shadow: 1px 1px 3px 2px #3d063a;
  box-shadow:         1px 1px 3px 2px #3d063a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,6,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d063a


Comments

No comments written yet.

Please login to write comment.