Color Hex Logo

#05821d Color Hex

#05821D
(5,130,29)
0 Favorites   0 Comments

Color spaces of #05821d

RGB 513029
HSL0.370.930.26
HSV132°96°51°
CMYK 0.960.000.78   0.49
XYZ8.267016.08623.8316
Yxy16.08620.29330.5707
Hunter Lab40.1076-33.395822.4112
CIE-Lab47.0874-50.394643.2318

#05821d color RGB value is (5,130,29).

#05821d hex color red value is 5, green value is 130 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #05821d hue: 0.37 , saturation: 0.93 and the lightness value of 05821d is 0.26.

The process color (four color CMYK) of #05821d color hex is 0.96, 0.00, 0.78, 0.49. Web safe color of #05821d is #009933. Color #05821d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000010 00011101
Octal 5 202 35
Decimal 5 130 29
Hex 5 82 1D

RGB Percentages of Color #05821d

%3.05
%79.27
%17.68

CMYK Percentages of Color #05821d

%96
%0
%78
%49

Triadic Colors of #05821d

#05821d #1d0582 #821d05

Analogous Colors of #05821d

#05821d #05825c #2c8205

Monochromatic Colors of #05821d

#05821d

Complementary Color

#05821d #82056a

#05821d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05821d Color Preview on White Background

Lorem ipsum dolor sit amet.

#05821d Color CSS Codes

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

#05821d Text Font Color

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

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


#05821d Background Color

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

This div background color is #05821d


#05821d Border Color

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

This div border color is #05821d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05821d


Comments

No comments written yet.

Please login to write comment.