Color Hex Logo

#347253 Color Hex

#347253
(52,114,83)
0 Favorites   0 Comments

Color spaces of #347253

RGB 5211483
HSL0.420.370.33
HSV150°54°45°
CMYK 0.540.000.27   0.55
XYZ8.994813.389210.2939
Yxy13.38920.27530.4097
Hunter Lab36.5913-20.15618.9343
CIE-Lab43.3439-27.939911.2063

#347253 color RGB value is (52,114,83).

#347253 hex color red value is 52, green value is 114 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #347253 hue: 0.42 , saturation: 0.37 and the lightness value of 347253 is 0.33.

The process color (four color CMYK) of #347253 color hex is 0.54, 0.00, 0.27, 0.55. Web safe color of #347253 is #336666. Color #347253 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110010 01010011
Octal 64 162 123
Decimal 52 114 83
Hex 34 72 53

RGB Percentages of Color #347253

%20.88
%45.78
%33.33

CMYK Percentages of Color #347253

%54
%0
%27
%55

Triadic Colors of #347253

#347253 #533472 #725334

Analogous Colors of #347253

#347253 #347272 #347234

Monochromatic Colors of #347253

#347253

Complementary Color

#347253 #723453

#347253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#347253 Color CSS Codes

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

#347253 Text Font Color

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

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


#347253 Background Color

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

This div background color is #347253


#347253 Border Color

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

This div border color is #347253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347253


Comments

No comments written yet.

Please login to write comment.