Color Hex Logo

#35503d Color Hex

#35503D
(53,80,61)
0 Favorites   0 Comments

Color spaces of #35503d

RGB 538061
HSL0.380.200.26
HSV138°34°31°
CMYK 0.340.000.24   0.69
XYZ5.17926.83115.4604
Yxy6.83110.29650.3910
Hunter Lab26.1364-10.36705.9086
CIE-Lab31.4193-14.83438.0035

#35503d color RGB value is (53,80,61).

#35503d hex color red value is 53, green value is 80 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #35503d hue: 0.38 , saturation: 0.20 and the lightness value of 35503d is 0.26.

The process color (four color CMYK) of #35503d color hex is 0.34, 0.00, 0.24, 0.69. Web safe color of #35503d is #336633. Color #35503d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010000 00111101
Octal 65 120 75
Decimal 53 80 61
Hex 35 50 3D

RGB Percentages of Color #35503d

%27.32
%41.24
%31.44

CMYK Percentages of Color #35503d

%34
%0
%24
%69

Triadic Colors of #35503d

#35503d #3d3550 #503d35

Analogous Colors of #35503d

#35503d #35504b #3b5035

Monochromatic Colors of #35503d

#35503d

Complementary Color

#35503d #503548

#35503d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35503d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35503d Color CSS Codes

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

#35503d Text Font Color

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

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


#35503d Background Color

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

This div background color is #35503d


#35503d Border Color

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

This div border color is #35503d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35503d


Comments

No comments written yet.

Please login to write comment.