Color Hex Logo

#35823f Color Hex

#35823F
(53,130,63)
0 Favorites   0 Comments

Color spaces of #35823f

RGB 5313063
HSL0.350.420.36
HSV128°59°51°
CMYK 0.590.000.52   0.49
XYZ10.348017.08107.4542
Yxy17.08100.29660.4897
Hunter Lab41.3292-27.633218.2368
CIE-Lab48.3619-38.672529.1518

#35823f color RGB value is (53,130,63).

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

The process color (four color CMYK) of #35823f color hex is 0.59, 0.00, 0.52, 0.49. Web safe color of #35823f is #339933. Color #35823f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000010 00111111
Octal 65 202 77
Decimal 53 130 63
Hex 35 82 3F

RGB Percentages of Color #35823f

%21.54
%52.85
%25.61

CMYK Percentages of Color #35823f

%59
%0
%52
%49

Triadic Colors of #35823f

#35823f #3f3582 #823f35

Analogous Colors of #35823f

#35823f #358266 #528235

Monochromatic Colors of #35823f

#35823f

Complementary Color

#35823f #823578

#35823f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35823f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35823f Color CSS Codes

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

#35823f Text Font Color

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

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


#35823f Background Color

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

This div background color is #35823f


#35823f Border Color

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

This div border color is #35823f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35823f


Comments

No comments written yet.

Please login to write comment.