Color Hex Logo

#3d093b Color Hex

#3D093B
(61,9,59)
0 Favorites   0 Comments

Color spaces of #3d093b

RGB 61959
HSL0.840.740.14
HSV302°85°24°
CMYK 0.000.850.03   0.76
XYZ2.81161.50324.2796
Yxy1.50320.32710.1749
Hunter Lab12.260519.4780-12.1132
CIE-Lab12.628431.2370-18.6410

#3d093b color RGB value is (61,9,59).

#3d093b hex color red value is 61, green value is 9 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #3d093b hue: 0.84 , saturation: 0.74 and the lightness value of 3d093b is 0.14.

The process color (four color CMYK) of #3d093b color hex is 0.00, 0.85, 0.03, 0.76. Web safe color of #3d093b is #330033. Color #3d093b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 00001001 00111011
Octal 75 11 73
Decimal 61 9 59
Hex 3D 9 3B

RGB Percentages of Color #3d093b

%47.29
%6.98
%45.74

CMYK Percentages of Color #3d093b

%0
%85
%3
%76

Triadic Colors of #3d093b

#3d093b #3b3d09 #093b3d

Analogous Colors of #3d093b

#3d093b #3d0921 #25093d

Monochromatic Colors of #3d093b

#3d093b

Complementary Color

#3d093b #093d0b

#3d093b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d093b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d093b Color CSS Codes

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

#3d093b Text Font Color

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

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


#3d093b Background Color

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

This div background color is #3d093b


#3d093b Border Color

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

This div border color is #3d093b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,9,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 #3d093b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d093b


Comments

No comments written yet.

Please login to write comment.