Color Hex Logo

#354326 Color Hex

#354326
(53,67,38)
0 Favorites   0 Comments

Color spaces of #354326

RGB 536738
HSL0.250.280.21
HSV89°43°26°
CMYK 0.210.000.43   0.74
XYZ3.82524.91112.5801
Yxy4.91110.33800.4340
Hunter Lab22.1610-7.97108.6098
CIE-Lab26.4800-11.756815.7959

#354326 color RGB value is (53,67,38).

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

The process color (four color CMYK) of #354326 color hex is 0.21, 0.00, 0.43, 0.74. Web safe color of #354326 is #333333. Color #354326 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000011 00100110
Octal 65 103 46
Decimal 53 67 38
Hex 35 43 26

RGB Percentages of Color #354326

%33.54
%42.41
%24.05

CMYK Percentages of Color #354326

%21
%0
%43
%74

Triadic Colors of #354326

#354326 #263543 #432635

Analogous Colors of #354326

#354326 #274326 #434326

Monochromatic Colors of #354326

#354326

Complementary Color

#354326 #342643

#354326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354326 Color CSS Codes

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

#354326 Text Font Color

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

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


#354326 Background Color

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

This div background color is #354326


#354326 Border Color

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

This div border color is #354326


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354326


Comments

No comments written yet.

Please login to write comment.