Color Hex Logo

#35674f Color Hex

#35674F
(53,103,79)
0 Favorites   0 Comments

Color spaces of #35674f

RGB 5310379
HSL0.420.320.31
HSV151°49°40°
CMYK 0.490.000.23   0.60
XYZ7.729711.02199.1172
Yxy11.02190.27740.3955
Hunter Lab33.1992-16.53906.9572
CIE-Lab39.6173-23.10358.3942

#35674f color RGB value is (53,103,79).

#35674f hex color red value is 53, green value is 103 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #35674f hue: 0.42 , saturation: 0.32 and the lightness value of 35674f is 0.31.

The process color (four color CMYK) of #35674f color hex is 0.49, 0.00, 0.23, 0.60. Web safe color of #35674f is #336666. Color #35674f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100111 01001111
Octal 65 147 117
Decimal 53 103 79
Hex 35 67 4F

RGB Percentages of Color #35674f

%22.55
%43.83
%33.62

CMYK Percentages of Color #35674f

%49
%0
%23
%60

Triadic Colors of #35674f

#35674f #4f3567 #674f35

Analogous Colors of #35674f

#35674f #356667 #356736

Monochromatic Colors of #35674f

#35674f

Complementary Color

#35674f #67354d

#35674f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35674f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35674f Color CSS Codes

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

#35674f Text Font Color

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

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


#35674f Background Color

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

This div background color is #35674f


#35674f Border Color

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

This div border color is #35674f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,103,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 #35674f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35674f


Comments

No comments written yet.

Please login to write comment.