Color Hex Logo

#35863a Color Hex

#35863A
(53,134,58)
0 Favorites   0 Comments

Color spaces of #35863a

RGB 5313458
HSL0.340.430.37
HSV124°60°53°
CMYK 0.600.000.57   0.47
XYZ10.757018.11266.9321
Yxy18.11260.30050.5059
Hunter Lab42.5589-29.361220.1339
CIE-Lab49.6324-41.043733.2989

#35863a color RGB value is (53,134,58).

#35863a hex color red value is 53, green value is 134 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #35863a hue: 0.34 , saturation: 0.43 and the lightness value of 35863a is 0.37.

The process color (four color CMYK) of #35863a color hex is 0.60, 0.00, 0.57, 0.47. Web safe color of #35863a is #339933. Color #35863a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000110 00111010
Octal 65 206 72
Decimal 53 134 58
Hex 35 86 3A

RGB Percentages of Color #35863a

%21.63
%54.69
%23.67

CMYK Percentages of Color #35863a

%60
%0
%57
%47

Triadic Colors of #35863a

#35863a #3a3586 #863a35

Analogous Colors of #35863a

#35863a #358663 #598635

Monochromatic Colors of #35863a

#35863a

Complementary Color

#35863a #863581

#35863a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35863a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35863a Color CSS Codes

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

#35863a Text Font Color

<p style="color:#35863a">Text here</p>

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


#35863a Background Color

<div style="background-color:#35863a">
Div content here</div>

This div background color is #35863a


#35863a Border Color

<div style="border:3px solid #35863a">
Div here</div>

This div border color is #35863a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,134,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35863a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35863a;
  -webkit-box-shadow: 1px 1px 3px 2px #35863a;
  box-shadow:         1px 1px 3px 2px #35863a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35863a


Comments

No comments written yet.

Please login to write comment.