Color Hex Logo

#35904f Color Hex

#35904F
(53,144,79)
0 Favorites   0 Comments

Color spaces of #35904f

RGB 5314479
HSL0.380.460.39
HSV137°63°56°
CMYK 0.630.000.45   0.44
XYZ12.852721.267910.8248
Yxy21.26790.28600.4732
Hunter Lab46.1171-30.957618.3652
CIE-Lab53.2415-41.815926.7309

#35904f color RGB value is (53,144,79).

#35904f hex color red value is 53, green value is 144 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #35904f hue: 0.38 , saturation: 0.46 and the lightness value of 35904f is 0.39.

The process color (four color CMYK) of #35904f color hex is 0.63, 0.00, 0.45, 0.44. Web safe color of #35904f is #339966. Color #35904f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010000 01001111
Octal 65 220 117
Decimal 53 144 79
Hex 35 90 4F

RGB Percentages of Color #35904f

%19.20
%52.17
%28.62

CMYK Percentages of Color #35904f

%63
%0
%45
%44

Triadic Colors of #35904f

#35904f #4f3590 #904f35

Analogous Colors of #35904f

#35904f #35907d #499035

Monochromatic Colors of #35904f

#35904f

Complementary Color

#35904f #903576

#35904f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35904f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35904f Color CSS Codes

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

#35904f Text Font Color

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

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


#35904f Background Color

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

This div background color is #35904f


#35904f Border Color

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

This div border color is #35904f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35904f


Comments

No comments written yet.

Please login to write comment.