Color Hex Logo

#353f3d Color Hex

#353F3D
(53,63,61)
0 Favorites   0 Comments

Color spaces of #353f3d

RGB 536361
HSL0.470.090.23
HSV168°16°25°
CMYK 0.160.000.03   0.75
XYZ4.08804.64885.0967
Yxy4.64880.29550.3361
Hunter Lab21.5611-3.88811.0775
CIE-Lab25.7098-4.5998-0.1651

#353f3d color RGB value is (53,63,61).

#353f3d hex color red value is 53, green value is 63 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #353f3d hue: 0.47 , saturation: 0.09 and the lightness value of 353f3d is 0.23.

The process color (four color CMYK) of #353f3d color hex is 0.16, 0.00, 0.03, 0.75. Web safe color of #353f3d is #333333. Color #353f3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111111 00111101
Octal 65 77 75
Decimal 53 63 61
Hex 35 3F 3D

RGB Percentages of Color #353f3d

%29.94
%35.59
%34.46

CMYK Percentages of Color #353f3d

%16
%0
%3
%75

Triadic Colors of #353f3d

#353f3d #3d353f #3f3d35

Analogous Colors of #353f3d

#353f3d #353c3f #353f38

Monochromatic Colors of #353f3d

#353f3d

Complementary Color

#353f3d #3f3537

#353f3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353f3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#353f3d Color CSS Codes

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

#353f3d Text Font Color

<p style="color:#353f3d">Text here</p>

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


#353f3d Background Color

<div style="background-color:#353f3d">
Div content here</div>

This div background color is #353f3d


#353f3d Border Color

<div style="border:3px solid #353f3d">
Div here</div>

This div border color is #353f3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353f3d


Comments

No comments written yet.

Please login to write comment.