Color Hex Logo

#356918 Color Hex

#356918
(53,105,24)
0 Favorites   0 Comments

Color spaces of #356918

RGB 5310524
HSL0.270.630.25
HSV99°77°41°
CMYK 0.500.000.77   0.59
XYZ6.684610.92602.6208
Yxy10.92600.33040.5401
Hunter Lab33.0545-21.747418.4372
CIE-Lab39.4556-32.645637.8671

#356918 color RGB value is (53,105,24).

#356918 hex color red value is 53, green value is 105 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #356918 hue: 0.27 , saturation: 0.63 and the lightness value of 356918 is 0.25.

The process color (four color CMYK) of #356918 color hex is 0.50, 0.00, 0.77, 0.59. Web safe color of #356918 is #336600. Color #356918 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101001 00011000
Octal 65 151 30
Decimal 53 105 24
Hex 35 69 18

RGB Percentages of Color #356918

%29.12
%57.69
%13.19

CMYK Percentages of Color #356918

%50
%0
%77
%59

Triadic Colors of #356918

#356918 #183569 #691835

Analogous Colors of #356918

#356918 #186923 #5e6918

Monochromatic Colors of #356918

#356918

Complementary Color

#356918 #4c1869

#356918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356918 Color CSS Codes

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

#356918 Text Font Color

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

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


#356918 Background Color

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

This div background color is #356918


#356918 Border Color

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

This div border color is #356918


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,105,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #356918; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #356918;
  -webkit-box-shadow: 1px 1px 3px 2px #356918;
  box-shadow:         1px 1px 3px 2px #356918; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,105,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356918


Comments

No comments written yet.

Please login to write comment.