Color Hex Logo

#35743e Color Hex

#35743E
(53,116,62)
0 Favorites   0 Comments

Color spaces of #35743e

RGB 5311662
HSL0.360.370.33
HSV129°54°45°
CMYK 0.540.000.47   0.55
XYZ8.583113.59556.7292
Yxy13.59550.29690.4703
Hunter Lab36.8721-22.974814.9900
CIE-Lab43.6472-32.777823.7664

#35743e color RGB value is (53,116,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110100 00111110
Octal 65 164 76
Decimal 53 116 62
Hex 35 74 3E

RGB Percentages of Color #35743e

%22.94
%50.22
%26.84

CMYK Percentages of Color #35743e

%54
%0
%47
%55

Triadic Colors of #35743e

#35743e #3e3574 #743e35

Analogous Colors of #35743e

#35743e #35745e #4c7435

Monochromatic Colors of #35743e

#35743e

Complementary Color

#35743e #74356b

#35743e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35743e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35743e Color CSS Codes

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

#35743e Text Font Color

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

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


#35743e Background Color

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

This div background color is #35743e


#35743e Border Color

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

This div border color is #35743e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35743e


Comments

No comments written yet.

Please login to write comment.