Color Hex Logo

#35794d Color Hex

#35794D
(53,121,77)
0 Favorites   0 Comments

Color spaces of #35794d

RGB 5312177
HSL0.390.390.34
HSV141°56°47°
CMYK 0.560.000.36   0.53
XYZ9.645114.96759.4018
Yxy14.96750.28360.4400
Hunter Lab38.6879-23.202712.6730
CIE-Lab45.5897-32.256017.7901

#35794d color RGB value is (53,121,77).

#35794d hex color red value is 53, green value is 121 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #35794d hue: 0.39 , saturation: 0.39 and the lightness value of 35794d is 0.34.

The process color (four color CMYK) of #35794d color hex is 0.56, 0.00, 0.36, 0.53. Web safe color of #35794d is #336666. Color #35794d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111001 01001101
Octal 65 171 115
Decimal 53 121 77
Hex 35 79 4D

RGB Percentages of Color #35794d

%21.12
%48.21
%30.68

CMYK Percentages of Color #35794d

%56
%0
%36
%53

Triadic Colors of #35794d

#35794d #4d3579 #794d35

Analogous Colors of #35794d

#35794d #35796f #3f7935

Monochromatic Colors of #35794d

#35794d

Complementary Color

#35794d #793561

#35794d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35794d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35794d Color CSS Codes

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

#35794d Text Font Color

<p style="color:#35794d">Text here</p>

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


#35794d Background Color

<div style="background-color:#35794d">
Div content here</div>

This div background color is #35794d


#35794d Border Color

<div style="border:3px solid #35794d">
Div here</div>

This div border color is #35794d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,121,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35794d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35794d;
  -webkit-box-shadow: 1px 1px 3px 2px #35794d;
  box-shadow:         1px 1px 3px 2px #35794d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35794d


Comments

No comments written yet.

Please login to write comment.