Color Hex Logo

#05300d Color Hex

#05300D
(5,48,13)
0 Favorites   0 Comments

Color spaces of #05300d

RGB 54813
HSL0.360.810.10
HSV131°90°19°
CMYK 0.900.000.73   0.81
XYZ1.19222.17520.7378
Yxy2.17520.29040.5299
Hunter Lab14.7486-11.38097.3580
CIE-Lab16.3811-23.400117.6901

#05300d color RGB value is (5,48,13).

#05300d hex color red value is 5, green value is 48 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #05300d hue: 0.36 , saturation: 0.81 and the lightness value of 05300d is 0.10.

The process color (four color CMYK) of #05300d color hex is 0.90, 0.00, 0.73, 0.81. Web safe color of #05300d is #003300. Color #05300d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110000 00001101
Octal 5 60 15
Decimal 5 48 13
Hex 5 30 D

RGB Percentages of Color #05300d

%7.58
%72.73
%19.70

CMYK Percentages of Color #05300d

%90
%0
%73
%81

Triadic Colors of #05300d

#05300d #0d0530 #300d05

Analogous Colors of #05300d

#05300d #053023 #133005

Monochromatic Colors of #05300d

#05300d

Complementary Color

#05300d #300528

#05300d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05300d Color Preview on White Background

Lorem ipsum dolor sit amet.

#05300d Color CSS Codes

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

#05300d Text Font Color

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

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


#05300d Background Color

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

This div background color is #05300d


#05300d Border Color

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

This div border color is #05300d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05300d


Comments

No comments written yet.

Please login to write comment.