Color Hex Logo

#35904c Color Hex

#35904C
(53,144,76)
0 Favorites   0 Comments

Color spaces of #35904c

RGB 5314476
HSL0.380.460.39
HSV135°63°56°
CMYK 0.630.000.47   0.44
XYZ12.746021.225210.2626
Yxy21.22520.28820.4798
Hunter Lab46.0708-31.239919.0423
CIE-Lab53.1951-42.328228.2835

#35904c color RGB value is (53,144,76).

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

The process color (four color CMYK) of #35904c color hex is 0.63, 0.00, 0.47, 0.44. Web safe color of #35904c is #339933. Color #35904c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010000 01001100
Octal 65 220 114
Decimal 53 144 76
Hex 35 90 4C

RGB Percentages of Color #35904c

%19.41
%52.75
%27.84

CMYK Percentages of Color #35904c

%63
%0
%47
%44

Triadic Colors of #35904c

#35904c #4c3590 #904c35

Analogous Colors of #35904c

#35904c #35907a #4c9035

Monochromatic Colors of #35904c

#35904c

Complementary Color

#35904c #903579

#35904c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35904c Color Preview on White Background

Lorem ipsum dolor sit amet.

#35904c Color CSS Codes

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

#35904c Text Font Color

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

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


#35904c Background Color

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

This div background color is #35904c


#35904c Border Color

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

This div border color is #35904c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35904c


Comments

No comments written yet.

Please login to write comment.