Color Hex Logo

#356512 Color Hex

#356512
(53,101,18)
0 Favorites   0 Comments

Color spaces of #356512

RGB 5310118
HSL0.260.700.23
HSV95°82°40°
CMYK 0.480.000.82   0.60
XYZ6.231110.10792.1949
Yxy10.10790.33620.5454
Hunter Lab31.7929-20.653418.1618
CIE-Lab38.0354-31.301238.7332

#356512 color RGB value is (53,101,18).

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

The process color (four color CMYK) of #356512 color hex is 0.48, 0.00, 0.82, 0.60. Web safe color of #356512 is #336600. Color #356512 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100101 00010010
Octal 65 145 22
Decimal 53 101 18
Hex 35 65 12

RGB Percentages of Color #356512

%30.81
%58.72
%10.47

CMYK Percentages of Color #356512

%48
%0
%82
%60

Triadic Colors of #356512

#356512 #123565 #651235

Analogous Colors of #356512

#356512 #126519 #5f6512

Monochromatic Colors of #356512

#356512

Complementary Color

#356512 #421265

#356512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356512 Color CSS Codes

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

#356512 Text Font Color

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

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


#356512 Background Color

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

This div background color is #356512


#356512 Border Color

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

This div border color is #356512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356512


Comments

No comments written yet.

Please login to write comment.