Color Hex Logo

#35512e Color Hex

#35512E
(53,81,46)
0 Favorites   0 Comments

Color spaces of #35512e

RGB 538146
HSL0.300.280.25
HSV108°43°32°
CMYK 0.350.000.43   0.68
XYZ4.90386.83903.6464
Yxy6.83900.31870.4444
Hunter Lab26.1515-12.293610.0390
CIE-Lab31.4375-18.334317.3228

#35512e color RGB value is (53,81,46).

#35512e hex color red value is 53, green value is 81 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #35512e hue: 0.30 , saturation: 0.28 and the lightness value of 35512e is 0.25.

The process color (four color CMYK) of #35512e color hex is 0.35, 0.00, 0.43, 0.68. Web safe color of #35512e is #336633. Color #35512e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010001 00101110
Octal 65 121 56
Decimal 53 81 46
Hex 35 51 2E

RGB Percentages of Color #35512e

%29.44
%45.00
%25.56

CMYK Percentages of Color #35512e

%35
%0
%43
%68

Triadic Colors of #35512e

#35512e #2e3551 #512e35

Analogous Colors of #35512e

#35512e #2e5139 #47512e

Monochromatic Colors of #35512e

#35512e

Complementary Color

#35512e #4a2e51

#35512e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35512e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35512e Color CSS Codes

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

#35512e Text Font Color

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

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


#35512e Background Color

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

This div background color is #35512e


#35512e Border Color

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

This div border color is #35512e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35512e


Comments

No comments written yet.

Please login to write comment.