Color Hex Logo

#357844 Color Hex

#357844
(53,120,68)
0 Favorites   0 Comments

Color spaces of #357844

RGB 5312068
HSL0.370.390.34
HSV133°56°47°
CMYK 0.560.000.43   0.53
XYZ9.228114.60727.8019
Yxy14.60720.29170.4617
Hunter Lab38.2194-23.784914.6504
CIE-Lab45.0914-33.519222.2602

#357844 color RGB value is (53,120,68).

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

The process color (four color CMYK) of #357844 color hex is 0.56, 0.00, 0.43, 0.53. Web safe color of #357844 is #336633. Color #357844 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111000 01000100
Octal 65 170 104
Decimal 53 120 68
Hex 35 78 44

RGB Percentages of Color #357844

%21.99
%49.79
%28.22

CMYK Percentages of Color #357844

%56
%0
%43
%53

Triadic Colors of #357844

#357844 #443578 #784435

Analogous Colors of #357844

#357844 #357866 #487835

Monochromatic Colors of #357844

#357844

Complementary Color

#357844 #783569

#357844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357844 Color CSS Codes

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

#357844 Text Font Color

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

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


#357844 Background Color

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

This div background color is #357844


#357844 Border Color

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

This div border color is #357844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357844


Comments

No comments written yet.

Please login to write comment.