Color Hex Logo

#356719 Color Hex

#356719
(53,103,25)
0 Favorites   0 Comments

Color spaces of #356719

RGB 5310325
HSL0.270.610.25
HSV98°76°40°
CMYK 0.490.000.76   0.60
XYZ6.493910.52762.6095
Yxy10.52760.33080.5363
Hunter Lab32.4463-21.055417.9440
CIE-Lab38.7732-31.685836.7737

#356719 color RGB value is (53,103,25).

#356719 hex color red value is 53, green value is 103 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #356719 hue: 0.27 , saturation: 0.61 and the lightness value of 356719 is 0.25.

The process color (four color CMYK) of #356719 color hex is 0.49, 0.00, 0.76, 0.60. Web safe color of #356719 is #336600. Color #356719 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100111 00011001
Octal 65 147 31
Decimal 53 103 25
Hex 35 67 19

RGB Percentages of Color #356719

%29.28
%56.91
%13.81

CMYK Percentages of Color #356719

%49
%0
%76
%60

Triadic Colors of #356719

#356719 #193567 #671935

Analogous Colors of #356719

#356719 #196724 #5c6719

Monochromatic Colors of #356719

#356719

Complementary Color

#356719 #4b1967

#356719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356719 Color CSS Codes

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

#356719 Text Font Color

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

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


#356719 Background Color

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

This div background color is #356719


#356719 Border Color

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

This div border color is #356719


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,103,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #356719; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #356719;
  -webkit-box-shadow: 1px 1px 3px 2px #356719;
  box-shadow:         1px 1px 3px 2px #356719; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356719


Comments

No comments written yet.

Please login to write comment.