Color Hex Logo

#358272 Color Hex

#358272
(53,130,114)
0 Favorites   0 Comments

Color spaces of #358272

RGB 53130114
HSL0.470.420.36
HSV168°59°51°
CMYK 0.590.000.12   0.49
XYZ12.488117.937118.7236
Yxy17.93710.25410.3650
Hunter Lab42.3522-21.48333.4349
CIE-Lab49.4197-27.79301.5751

#358272 color RGB value is (53,130,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000010 01110010
Octal 65 202 162
Decimal 53 130 114
Hex 35 82 72

RGB Percentages of Color #358272

%17.85
%43.77
%38.38

CMYK Percentages of Color #358272

%59
%0
%12
%49

Triadic Colors of #358272

#358272 #723582 #827235

Analogous Colors of #358272

#358272 #356c82 #35824c

Monochromatic Colors of #358272

#358272

Complementary Color

#358272 #823545

#358272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358272 Color CSS Codes

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

#358272 Text Font Color

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

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


#358272 Background Color

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

This div background color is #358272


#358272 Border Color

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

This div border color is #358272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358272


Comments

No comments written yet.

Please login to write comment.