Color Hex Logo

#052500 Color Hex

#052500
(5,37,0)
0 Favorites   0 Comments

Color spaces of #052500

RGB 5370
HSL0.311.000.07
HSV112°100°15°
CMYK 0.860.001.00   0.85
XYZ0.72421.35540.2235
Yxy1.35540.31440.5885
Hunter Lab11.6422-9.27027.0113
CIE-Lab11.6576-20.582016.9024

#052500 color RGB value is (5,37,0).

#052500 hex color red value is 5, green value is 37 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #052500 hue: 0.31 , saturation: 1.00 and the lightness value of 052500 is 0.07.

The process color (four color CMYK) of #052500 color hex is 0.86, 0.00, 1.00, 0.85. Web safe color of #052500 is #003300. Color #052500 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100101 00000000
Octal 5 45 0
Decimal 5 37 0
Hex 5 25 0

RGB Percentages of Color #052500

%11.90
%88.10
%0.00

CMYK Percentages of Color #052500

%86
%0
%100
%85

Triadic Colors of #052500

#052500 #000525 #250005

Analogous Colors of #052500

#052500 #00250e #182500

Monochromatic Colors of #052500

#052500

Complementary Color

#052500 #200025

#052500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052500 Color CSS Codes

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

#052500 Text Font Color

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

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


#052500 Background Color

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

This div background color is #052500


#052500 Border Color

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

This div border color is #052500


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,37,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #052500; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #052500;
  -webkit-box-shadow: 1px 1px 3px 2px #052500;
  box-shadow:         1px 1px 3px 2px #052500; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052500


Comments

No comments written yet.

Please login to write comment.