Color Hex Logo

#300317 Color Hex

#300317
(48,3,23)
0 Favorites   0 Comments

Color spaces of #300317

RGB 48323
HSL0.930.880.10
HSV333°94°19°
CMYK 0.000.940.52   0.81
XYZ1.40610.75540.8823
Yxy0.75540.46200.2482
Hunter Lab8.691413.66800.0652
CIE-Lab6.823524.3658-0.8553

#300317 color RGB value is (48,3,23).

#300317 hex color red value is 48, green value is 3 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #300317 hue: 0.93 , saturation: 0.88 and the lightness value of 300317 is 0.10.

The process color (four color CMYK) of #300317 color hex is 0.00, 0.94, 0.52, 0.81. Web safe color of #300317 is #330000. Color #300317 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000011 00010111
Octal 60 3 27
Decimal 48 3 23
Hex 30 3 17

RGB Percentages of Color #300317

%64.86
%4.05
%31.08

CMYK Percentages of Color #300317

%0
%94
%52
%81

Triadic Colors of #300317

#300317 #173003 #031730

Analogous Colors of #300317

#300317 #300503 #30032e

Monochromatic Colors of #300317

#300317

Complementary Color

#300317 #03301c

#300317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300317 Color CSS Codes

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

#300317 Text Font Color

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

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


#300317 Background Color

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

This div background color is #300317


#300317 Border Color

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

This div border color is #300317


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,3,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #300317; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #300317;
  -webkit-box-shadow: 1px 1px 3px 2px #300317;
  box-shadow:         1px 1px 3px 2px #300317; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,3,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300317


Comments

No comments written yet.

Please login to write comment.