Color Hex Logo

#357438 Color Hex

#357438
(53,116,56)
0 Favorites   0 Comments

Color spaces of #357438

RGB 5311656
HSL0.340.370.33
HSV123°54°45°
CMYK 0.540.000.52   0.55
XYZ8.427413.53325.9094
Yxy13.53320.30240.4856
Hunter Lab36.7875-23.486816.2271
CIE-Lab43.5559-33.749226.9602

#357438 color RGB value is (53,116,56).

#357438 hex color red value is 53, green value is 116 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #357438 hue: 0.34 , saturation: 0.37 and the lightness value of 357438 is 0.33.

The process color (four color CMYK) of #357438 color hex is 0.54, 0.00, 0.52, 0.55. Web safe color of #357438 is #336633. Color #357438 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110100 00111000
Octal 65 164 70
Decimal 53 116 56
Hex 35 74 38

RGB Percentages of Color #357438

%23.56
%51.56
%24.89

CMYK Percentages of Color #357438

%54
%0
%52
%55

Triadic Colors of #357438

#357438 #383574 #743835

Analogous Colors of #357438

#357438 #357458 #527435

Monochromatic Colors of #357438

#357438

Complementary Color

#357438 #743571

#357438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357438 Color CSS Codes

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

#357438 Text Font Color

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

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


#357438 Background Color

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

This div background color is #357438


#357438 Border Color

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

This div border color is #357438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357438


Comments

No comments written yet.

Please login to write comment.