Color Hex Logo

#053933 Color Hex

#053933
(5,57,51)
0 Favorites   0 Comments

Color spaces of #053933

RGB 55751
HSL0.480.840.12
HSV173°91°22°
CMYK 0.910.000.11   0.78
XYZ2.12333.19753.6372
Yxy3.19750.23700.3569
Hunter Lab17.8816-10.09720.4572
CIE-Lab20.8181-17.8798-0.9323

#053933 color RGB value is (5,57,51).

#053933 hex color red value is 5, green value is 57 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #053933 hue: 0.48 , saturation: 0.84 and the lightness value of 053933 is 0.12.

The process color (four color CMYK) of #053933 color hex is 0.91, 0.00, 0.11, 0.78. Web safe color of #053933 is #003333. Color #053933 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111001 00110011
Octal 5 71 63
Decimal 5 57 51
Hex 5 39 33

RGB Percentages of Color #053933

%4.42
%50.44
%45.13

CMYK Percentages of Color #053933

%91
%0
%11
%78

Triadic Colors of #053933

#053933 #330539 #393305

Analogous Colors of #053933

#053933 #052539 #053919

Monochromatic Colors of #053933

#053933

Complementary Color

#053933 #39050b

#053933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053933 Color CSS Codes

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

#053933 Text Font Color

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

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


#053933 Background Color

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

This div background color is #053933


#053933 Border Color

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

This div border color is #053933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053933


Comments

No comments written yet.

Please login to write comment.