Color Hex Logo

#05843c Color Hex

#05843C
(5,132,60)
0 Favorites   0 Comments

Color spaces of #05843c

RGB 513260
HSL0.410.930.27
HSV146°96°52°
CMYK 0.960.000.55   0.48
XYZ9.129516.86107.0483
Yxy16.86100.27630.5103
Hunter Lab41.0621-32.172218.5664
CIE-Lab48.0844-47.241430.1862

#05843c color RGB value is (5,132,60).

#05843c hex color red value is 5, green value is 132 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #05843c hue: 0.41 , saturation: 0.93 and the lightness value of 05843c is 0.27.

The process color (four color CMYK) of #05843c color hex is 0.96, 0.00, 0.55, 0.48. Web safe color of #05843c is #009933. Color #05843c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000100 00111100
Octal 5 204 74
Decimal 5 132 60
Hex 5 84 3C

RGB Percentages of Color #05843c

%2.54
%67.01
%30.46

CMYK Percentages of Color #05843c

%96
%0
%55
%48

Triadic Colors of #05843c

#05843c #3c0584 #843c05

Analogous Colors of #05843c

#05843c #05847c #0e8405

Monochromatic Colors of #05843c

#05843c

Complementary Color

#05843c #84054d

#05843c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05843c Color Preview on White Background

Lorem ipsum dolor sit amet.

#05843c Color CSS Codes

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

#05843c Text Font Color

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

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


#05843c Background Color

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

This div background color is #05843c


#05843c Border Color

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

This div border color is #05843c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,132,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05843c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05843c;
  -webkit-box-shadow: 1px 1px 3px 2px #05843c;
  box-shadow:         1px 1px 3px 2px #05843c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05843c


Comments

No comments written yet.

Please login to write comment.