Color Hex Logo

#356130 Color Hex

#356130
(53,97,48)
0 Favorites   0 Comments

Color spaces of #356130

RGB 539748
HSL0.320.340.28
HSV114°51°38°
CMYK 0.450.000.51   0.62
XYZ6.27649.51974.3030
Yxy9.51970.31230.4736
Hunter Lab30.8540-17.683613.3290
CIE-Lab36.9662-26.205323.1970

#356130 color RGB value is (53,97,48).

#356130 hex color red value is 53, green value is 97 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #356130 hue: 0.32 , saturation: 0.34 and the lightness value of 356130 is 0.28.

The process color (four color CMYK) of #356130 color hex is 0.45, 0.00, 0.51, 0.62. Web safe color of #356130 is #336633. Color #356130 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100001 00110000
Octal 65 141 60
Decimal 53 97 48
Hex 35 61 30

RGB Percentages of Color #356130

%26.77
%48.99
%24.24

CMYK Percentages of Color #356130

%45
%0
%51
%62

Triadic Colors of #356130

#356130 #303561 #613035

Analogous Colors of #356130

#356130 #306144 #4e6130

Monochromatic Colors of #356130

#356130

Complementary Color

#356130 #5c3061

#356130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356130 Color CSS Codes

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

#356130 Text Font Color

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

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


#356130 Background Color

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

This div background color is #356130


#356130 Border Color

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

This div border color is #356130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356130


Comments

No comments written yet.

Please login to write comment.