Color Hex Logo

#35683f Color Hex

#35683F
(53,104,63)
0 Favorites   0 Comments

Color spaces of #35683f

RGB 5310463
HSL0.370.320.31
HSV132°49°41°
CMYK 0.490.000.39   0.59
XYZ7.315711.01646.4434
Yxy11.01640.29530.4446
Hunter Lab33.1910-18.740611.7236
CIE-Lab39.6081-27.002217.9382

#35683f color RGB value is (53,104,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101000 00111111
Octal 65 150 77
Decimal 53 104 63
Hex 35 68 3F

RGB Percentages of Color #35683f

%24.09
%47.27
%28.64

CMYK Percentages of Color #35683f

%49
%0
%39
%59

Triadic Colors of #35683f

#35683f #3f3568 #683f35

Analogous Colors of #35683f

#35683f #356859 #456835

Monochromatic Colors of #35683f

#35683f

Complementary Color

#35683f #68355e

#35683f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35683f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35683f Color CSS Codes

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

#35683f Text Font Color

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

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


#35683f Background Color

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

This div background color is #35683f


#35683f Border Color

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

This div border color is #35683f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35683f


Comments

No comments written yet.

Please login to write comment.