Color Hex Logo

#358567 Color Hex

#358567
(53,133,103)
0 Favorites   0 Comments

Color spaces of #358567

RGB 53133103
HSL0.440.430.36
HSV158°60°52°
CMYK 0.600.000.23   0.48
XYZ12.303918.511215.7565
Yxy18.51120.26420.3975
Hunter Lab43.0246-24.24698.4040
CIE-Lab50.1104-32.02588.9816

#358567 color RGB value is (53,133,103).

#358567 hex color red value is 53, green value is 133 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #358567 hue: 0.44 , saturation: 0.43 and the lightness value of 358567 is 0.36.

The process color (four color CMYK) of #358567 color hex is 0.60, 0.00, 0.23, 0.48. Web safe color of #358567 is #339966. Color #358567 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000101 01100111
Octal 65 205 147
Decimal 53 133 103
Hex 35 85 67

RGB Percentages of Color #358567

%18.34
%46.02
%35.64

CMYK Percentages of Color #358567

%60
%0
%23
%48

Triadic Colors of #358567

#358567 #673585 #856735

Analogous Colors of #358567

#358567 #357b85 #35853f

Monochromatic Colors of #358567

#358567

Complementary Color

#358567 #853553

#358567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358567 Color CSS Codes

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

#358567 Text Font Color

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

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


#358567 Background Color

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

This div background color is #358567


#358567 Border Color

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

This div border color is #358567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358567


Comments

No comments written yet.

Please login to write comment.