Color Hex Logo

#356909 Color Hex

#356909
(53,105,9)
0 Favorites   0 Comments

Color spaces of #356909

RGB 531059
HSL0.260.840.22
HSV93°91°41°
CMYK 0.500.000.91   0.59
XYZ6.569110.87982.0122
Yxy10.87980.33760.5591
Hunter Lab32.9845-22.173419.4722
CIE-Lab39.3773-33.503842.6010

#356909 color RGB value is (53,105,9).

#356909 hex color red value is 53, green value is 105 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #356909 hue: 0.26 , saturation: 0.84 and the lightness value of 356909 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101001 00001001
Octal 65 151 11
Decimal 53 105 9
Hex 35 69 9

RGB Percentages of Color #356909

%31.74
%62.87
%5.39

CMYK Percentages of Color #356909

%50
%0
%91
%59

Triadic Colors of #356909

#356909 #093569 #690935

Analogous Colors of #356909

#356909 #09690d #656909

Monochromatic Colors of #356909

#356909

Complementary Color

#356909 #3d0969

#356909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356909 Color CSS Codes

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

#356909 Text Font Color

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

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


#356909 Background Color

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

This div background color is #356909


#356909 Border Color

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

This div border color is #356909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356909


Comments

No comments written yet.

Please login to write comment.