Color Hex Logo

#05231c Color Hex

#05231C
(5,35,28)
0 Favorites   0 Comments

Color spaces of #05231c

RGB 53528
HSL0.460.750.08
HSV166°86°14°
CMYK 0.860.000.20   0.86
XYZ0.87321.31821.3070
Yxy1.31820.24960.3768
Hunter Lab11.4813-6.51661.2875
CIE-Lab11.4022-13.39311.4518

#05231c color RGB value is (5,35,28).

#05231c hex color red value is 5, green value is 35 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #05231c hue: 0.46 , saturation: 0.75 and the lightness value of 05231c is 0.08.

The process color (four color CMYK) of #05231c color hex is 0.86, 0.00, 0.20, 0.86. Web safe color of #05231c is #003333. Color #05231c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100011 00011100
Octal 5 43 34
Decimal 5 35 28
Hex 5 23 1C

RGB Percentages of Color #05231c

%7.35
%51.47
%41.18

CMYK Percentages of Color #05231c

%86
%0
%20
%86

Triadic Colors of #05231c

#05231c #1c0523 #231c05

Analogous Colors of #05231c

#05231c #051b23 #05230d

Monochromatic Colors of #05231c

#05231c

Complementary Color

#05231c #23050c

#05231c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05231c Color Preview on White Background

Lorem ipsum dolor sit amet.

#05231c Color CSS Codes

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

#05231c Text Font Color

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

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


#05231c Background Color

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

This div background color is #05231c


#05231c Border Color

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

This div border color is #05231c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05231c


Comments

No comments written yet.

Please login to write comment.