Color Hex Logo

#35673f Color Hex

#35673F
(53,103,63)
0 Favorites   0 Comments

Color spaces of #35673f

RGB 5310363
HSL0.370.320.31
HSV132°49°40°
CMYK 0.490.000.39   0.60
XYZ7.215610.81636.4101
Yxy10.81630.29520.4425
Hunter Lab32.8881-18.391711.4657
CIE-Lab39.2693-26.516617.4886

#35673f color RGB value is (53,103,63).

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

The process color (four color CMYK) of #35673f color hex is 0.49, 0.00, 0.39, 0.60. Web safe color of #35673f is #336633. Color #35673f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100111 00111111
Octal 65 147 77
Decimal 53 103 63
Hex 35 67 3F

RGB Percentages of Color #35673f

%24.20
%47.03
%28.77

CMYK Percentages of Color #35673f

%49
%0
%39
%60

Triadic Colors of #35673f

#35673f #3f3567 #673f35

Analogous Colors of #35673f

#35673f #356758 #446735

Monochromatic Colors of #35673f

#35673f

Complementary Color

#35673f #67355d

#35673f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35673f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35673f Color CSS Codes

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

#35673f Text Font Color

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

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


#35673f Background Color

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

This div background color is #35673f


#35673f Border Color

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

This div border color is #35673f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35673f


Comments

No comments written yet.

Please login to write comment.