Color Hex Logo

#357113 Color Hex

#357113
(53,113,19)
0 Favorites   0 Comments

Color spaces of #357113

RGB 5311319
HSL0.270.710.26
HSV98°83°44°
CMYK 0.530.000.83   0.56
XYZ7.490912.61422.6561
Yxy12.61420.32910.5542
Hunter Lab35.5165-24.505820.4275
CIE-Lab42.1761-36.386842.2996

#357113 color RGB value is (53,113,19).

#357113 hex color red value is 53, green value is 113 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #357113 hue: 0.27 , saturation: 0.71 and the lightness value of 357113 is 0.26.

The process color (four color CMYK) of #357113 color hex is 0.53, 0.00, 0.83, 0.56. Web safe color of #357113 is #336600. Color #357113 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110001 00010011
Octal 65 161 23
Decimal 53 113 19
Hex 35 71 13

RGB Percentages of Color #357113

%28.65
%61.08
%10.27

CMYK Percentages of Color #357113

%53
%0
%83
%56

Triadic Colors of #357113

#357113 #133571 #711335

Analogous Colors of #357113

#357113 #137120 #647113

Monochromatic Colors of #357113

#357113

Complementary Color

#357113 #4f1371

#357113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357113 Color CSS Codes

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

#357113 Text Font Color

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

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


#357113 Background Color

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

This div background color is #357113


#357113 Border Color

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

This div border color is #357113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357113


Comments

No comments written yet.

Please login to write comment.