Color Hex Logo

#35835d Color Hex

#35835D
(53,131,93)
0 Favorites   0 Comments

Color spaces of #35835d

RGB 5313193
HSL0.420.420.36
HSV151°60°51°
CMYK 0.600.000.29   0.49
XYZ11.560317.779813.1785
Yxy17.77980.27190.4182
Hunter Lab42.1661-24.852910.9859
CIE-Lab49.2279-33.424013.5311

#35835d color RGB value is (53,131,93).

#35835d hex color red value is 53, green value is 131 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #35835d hue: 0.42 , saturation: 0.42 and the lightness value of 35835d is 0.36.

The process color (four color CMYK) of #35835d color hex is 0.60, 0.00, 0.29, 0.49. Web safe color of #35835d is #339966. Color #35835d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000011 01011101
Octal 65 203 135
Decimal 53 131 93
Hex 35 83 5D

RGB Percentages of Color #35835d

%19.13
%47.29
%33.57

CMYK Percentages of Color #35835d

%60
%0
%29
%49

Triadic Colors of #35835d

#35835d #5d3583 #835d35

Analogous Colors of #35835d

#35835d #358283 #358336

Monochromatic Colors of #35835d

#35835d

Complementary Color

#35835d #83355b

#35835d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35835d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35835d Color CSS Codes

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

#35835d Text Font Color

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

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


#35835d Background Color

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

This div background color is #35835d


#35835d Border Color

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

This div border color is #35835d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35835d


Comments

No comments written yet.

Please login to write comment.