Color Hex Logo

#358275 Color Hex

#358275
(53,130,117)
0 Favorites   0 Comments

Color spaces of #358275

RGB 53130117
HSL0.470.420.36
HSV170°59°51°
CMYK 0.590.000.10   0.49
XYZ12.661718.006519.6379
Yxy18.00650.25170.3579
Hunter Lab42.4341-20.99782.2653
CIE-Lab49.5040-26.9838-0.0612

#358275 color RGB value is (53,130,117).

#358275 hex color red value is 53, green value is 130 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #358275 hue: 0.47 , saturation: 0.42 and the lightness value of 358275 is 0.36.

The process color (four color CMYK) of #358275 color hex is 0.59, 0.00, 0.10, 0.49. Web safe color of #358275 is #339966. Color #358275 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000010 01110101
Octal 65 202 165
Decimal 53 130 117
Hex 35 82 75

RGB Percentages of Color #358275

%17.67
%43.33
%39.00

CMYK Percentages of Color #358275

%59
%0
%10
%49

Triadic Colors of #358275

#358275 #753582 #827535

Analogous Colors of #358275

#358275 #356982 #35824f

Monochromatic Colors of #358275

#358275

Complementary Color

#358275 #823542

#358275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358275 Color CSS Codes

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

#358275 Text Font Color

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

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


#358275 Background Color

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

This div background color is #358275


#358275 Border Color

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

This div border color is #358275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358275


Comments

No comments written yet.

Please login to write comment.