Color Hex Logo

#356310 Color Hex

#356310
(53,99,16)
0 Favorites   0 Comments

Color spaces of #356310

RGB 539916
HSL0.260.720.23
HSV93°84°39°
CMYK 0.460.000.84   0.61
XYZ6.02369.71802.0485
Yxy9.71800.33860.5463
Hunter Lab31.1737-20.063017.9255
CIE-Lab37.3315-30.530338.7577

#356310 color RGB value is (53,99,16).

#356310 hex color red value is 53, green value is 99 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #356310 hue: 0.26 , saturation: 0.72 and the lightness value of 356310 is 0.23.

The process color (four color CMYK) of #356310 color hex is 0.46, 0.00, 0.84, 0.61. Web safe color of #356310 is #336600. Color #356310 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100011 00010000
Octal 65 143 20
Decimal 53 99 16
Hex 35 63 10

RGB Percentages of Color #356310

%31.55
%58.93
%9.52

CMYK Percentages of Color #356310

%46
%0
%84
%61

Triadic Colors of #356310

#356310 #103563 #631035

Analogous Colors of #356310

#356310 #106315 #5f6310

Monochromatic Colors of #356310

#356310

Complementary Color

#356310 #3e1063

#356310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356310 Color CSS Codes

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

#356310 Text Font Color

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

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


#356310 Background Color

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

This div background color is #356310


#356310 Border Color

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

This div border color is #356310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356310


Comments

No comments written yet.

Please login to write comment.