Color Hex Logo

#358648 Color Hex

#358648
(53,134,72)
0 Favorites   0 Comments

Color spaces of #358648

RGB 5313472
HSL0.370.430.37
HSV134°60°53°
CMYK 0.600.000.46   0.47
XYZ11.163018.27509.0700
Yxy18.27500.28990.4746
Hunter Lab42.7493-28.200017.3451
CIE-Lab49.8280-38.881426.1500

#358648 color RGB value is (53,134,72).

#358648 hex color red value is 53, green value is 134 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #358648 hue: 0.37 , saturation: 0.43 and the lightness value of 358648 is 0.37.

The process color (four color CMYK) of #358648 color hex is 0.60, 0.00, 0.46, 0.47. Web safe color of #358648 is #339933. Color #358648 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000110 01001000
Octal 65 206 110
Decimal 53 134 72
Hex 35 86 48

RGB Percentages of Color #358648

%20.46
%51.74
%27.80

CMYK Percentages of Color #358648

%60
%0
%46
%47

Triadic Colors of #358648

#358648 #483586 #864835

Analogous Colors of #358648

#358648 #358671 #4b8635

Monochromatic Colors of #358648

#358648

Complementary Color

#358648 #863573

#358648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358648 Color CSS Codes

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

#358648 Text Font Color

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

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


#358648 Background Color

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

This div background color is #358648


#358648 Border Color

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

This div border color is #358648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358648


Comments

No comments written yet.

Please login to write comment.