Color Hex Logo

#35826f Color Hex

#35826F
(53,130,111)
0 Favorites   0 Comments

Color spaces of #35826f

RGB 53130111
HSL0.460.420.36
HSV165°59°51°
CMYK 0.590.000.15   0.49
XYZ12.320117.869817.8388
Yxy17.86980.25650.3721
Hunter Lab42.2727-21.95454.5709
CIE-Lab49.3378-28.58493.2141

#35826f color RGB value is (53,130,111).

#35826f hex color red value is 53, green value is 130 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #35826f hue: 0.46 , saturation: 0.42 and the lightness value of 35826f is 0.36.

The process color (four color CMYK) of #35826f color hex is 0.59, 0.00, 0.15, 0.49. Web safe color of #35826f is #339966. Color #35826f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000010 01101111
Octal 65 202 157
Decimal 53 130 111
Hex 35 82 6F

RGB Percentages of Color #35826f

%18.03
%44.22
%37.76

CMYK Percentages of Color #35826f

%59
%0
%15
%49

Triadic Colors of #35826f

#35826f #6f3582 #826f35

Analogous Colors of #35826f

#35826f #356f82 #358249

Monochromatic Colors of #35826f

#35826f

Complementary Color

#35826f #823548

#35826f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35826f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35826f Color CSS Codes

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

#35826f Text Font Color

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

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


#35826f Background Color

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

This div background color is #35826f


#35826f Border Color

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

This div border color is #35826f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35826f


Comments

No comments written yet.

Please login to write comment.