Color Hex Logo

#357b32 Color Hex

#357B32
(53,123,50)
0 Favorites   0 Comments

Color spaces of #357b32

RGB 5312350
HSL0.330.420.34
HSV118°59°48°
CMYK 0.570.000.59   0.52
XYZ9.126915.15315.4614
Yxy15.15310.30690.5095
Hunter Lab38.9270-26.270718.9306
CIE-Lab45.8432-37.602632.8678

#357b32 color RGB value is (53,123,50).

#357b32 hex color red value is 53, green value is 123 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #357b32 hue: 0.33 , saturation: 0.42 and the lightness value of 357b32 is 0.34.

The process color (four color CMYK) of #357b32 color hex is 0.57, 0.00, 0.59, 0.52. Web safe color of #357b32 is #336633. Color #357b32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111011 00110010
Octal 65 173 62
Decimal 53 123 50
Hex 35 7B 32

RGB Percentages of Color #357b32

%23.45
%54.42
%22.12

CMYK Percentages of Color #357b32

%57
%0
%59
%52

Triadic Colors of #357b32

#357b32 #32357b #7b3235

Analogous Colors of #357b32

#357b32 #327b54 #5a7b32

Monochromatic Colors of #357b32

#357b32

Complementary Color

#357b32 #78327b

#357b32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357b32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357b32 Color CSS Codes

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

#357b32 Text Font Color

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

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


#357b32 Background Color

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

This div background color is #357b32


#357b32 Border Color

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

This div border color is #357b32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,123,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #357b32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #357b32;
  -webkit-box-shadow: 1px 1px 3px 2px #357b32;
  box-shadow:         1px 1px 3px 2px #357b32; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357b32


Comments

No comments written yet.

Please login to write comment.