Color Hex Logo

#35945f Color Hex

#35945F
(53,148,95)
0 Favorites   0 Comments

Color spaces of #35945f

RGB 5314895
HSL0.410.470.39
HSV147°64°58°
CMYK 0.640.000.36   0.42
XYZ14.123722.762914.4758
Yxy22.76290.27500.4432
Hunter Lab47.7105-30.652115.4082
CIE-Lab54.8273-40.456220.0399

#35945f color RGB value is (53,148,95).

#35945f hex color red value is 53, green value is 148 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #35945f hue: 0.41 , saturation: 0.47 and the lightness value of 35945f is 0.39.

The process color (four color CMYK) of #35945f color hex is 0.64, 0.00, 0.36, 0.42. Web safe color of #35945f is #339966. Color #35945f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010100 01011111
Octal 65 224 137
Decimal 53 148 95
Hex 35 94 5F

RGB Percentages of Color #35945f

%17.91
%50.00
%32.09

CMYK Percentages of Color #35945f

%64
%0
%36
%42

Triadic Colors of #35945f

#35945f #5f3594 #945f35

Analogous Colors of #35945f

#35945f #35948f #3b9435

Monochromatic Colors of #35945f

#35945f

Complementary Color

#35945f #94356a

#35945f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35945f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35945f Color CSS Codes

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

#35945f Text Font Color

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

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


#35945f Background Color

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

This div background color is #35945f


#35945f Border Color

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

This div border color is #35945f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,148,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35945f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35945f;
  -webkit-box-shadow: 1px 1px 3px 2px #35945f;
  box-shadow:         1px 1px 3px 2px #35945f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35945f


Comments

No comments written yet.

Please login to write comment.