Color Hex Logo

#35630d Color Hex

#35630D
(53,99,13)
0 Favorites   0 Comments

Color spaces of #35630d

RGB 539913
HSL0.260.770.22
HSV92°87°39°
CMYK 0.460.000.87   0.61
XYZ6.00279.70961.9385
Yxy9.70960.34010.5501
Hunter Lab31.1602-20.144218.1237
CIE-Lab37.3161-30.694839.7009

#35630d color RGB value is (53,99,13).

#35630d hex color red value is 53, green value is 99 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #35630d hue: 0.26 , saturation: 0.77 and the lightness value of 35630d is 0.22.

The process color (four color CMYK) of #35630d color hex is 0.46, 0.00, 0.87, 0.61. Web safe color of #35630d is #336600. Color #35630d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100011 00001101
Octal 65 143 15
Decimal 53 99 13
Hex 35 63 D

RGB Percentages of Color #35630d

%32.12
%60.00
%7.88

CMYK Percentages of Color #35630d

%46
%0
%87
%61

Triadic Colors of #35630d

#35630d #0d3563 #630d35

Analogous Colors of #35630d

#35630d #0d6310 #60630d

Monochromatic Colors of #35630d

#35630d

Complementary Color

#35630d #3b0d63

#35630d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35630d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35630d Color CSS Codes

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

#35630d Text Font Color

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

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


#35630d Background Color

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

This div background color is #35630d


#35630d Border Color

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

This div border color is #35630d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35630d


Comments

No comments written yet.

Please login to write comment.