Color Hex Logo

#355416 Color Hex

#355416
(53,84,22)
0 Favorites   0 Comments

Color spaces of #355416

RGB 538422
HSL0.250.580.21
HSV90°74°33°
CMYK 0.370.000.74   0.67
XYZ4.78337.15551.8881
Yxy7.15550.34590.5175
Hunter Lab26.7498-14.893314.5399
CIE-Lab32.1583-22.978431.2647

#355416 color RGB value is (53,84,22).

#355416 hex color red value is 53, green value is 84 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #355416 hue: 0.25 , saturation: 0.58 and the lightness value of 355416 is 0.21.

The process color (four color CMYK) of #355416 color hex is 0.37, 0.00, 0.74, 0.67. Web safe color of #355416 is #336600. Color #355416 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010100 00010110
Octal 65 124 26
Decimal 53 84 22
Hex 35 54 16

RGB Percentages of Color #355416

%33.33
%52.83
%13.84

CMYK Percentages of Color #355416

%37
%0
%74
%67

Triadic Colors of #355416

#355416 #163554 #541635

Analogous Colors of #355416

#355416 #165416 #545416

Monochromatic Colors of #355416

#355416

Complementary Color

#355416 #351654

#355416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355416 Color CSS Codes

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

#355416 Text Font Color

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

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


#355416 Background Color

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

This div background color is #355416


#355416 Border Color

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

This div border color is #355416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355416


Comments

No comments written yet.

Please login to write comment.