Color Hex Logo

#35743a Color Hex

#35743A
(53,116,58)
0 Favorites   0 Comments

Color spaces of #35743a

RGB 5311658
HSL0.350.370.33
HSV125°54°45°
CMYK 0.540.000.50   0.55
XYZ8.477313.55326.1722
Yxy13.55320.30060.4806
Hunter Lab36.8147-23.322515.8299
CIE-Lab43.5852-33.436425.9045

#35743a color RGB value is (53,116,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110100 00111010
Octal 65 164 72
Decimal 53 116 58
Hex 35 74 3A

RGB Percentages of Color #35743a

%23.35
%51.10
%25.55

CMYK Percentages of Color #35743a

%54
%0
%50
%55

Triadic Colors of #35743a

#35743a #3a3574 #743a35

Analogous Colors of #35743a

#35743a #35745a #507435

Monochromatic Colors of #35743a

#35743a

Complementary Color

#35743a #74356f

#35743a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35743a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35743a Color CSS Codes

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

#35743a Text Font Color

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

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


#35743a Background Color

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

This div background color is #35743a


#35743a Border Color

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

This div border color is #35743a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35743a


Comments

No comments written yet.

Please login to write comment.