Color Hex Logo

#354301 Color Hex

#354301
(53,67,1)
0 Favorites   0 Comments

Color spaces of #354301

RGB 53671
HSL0.200.970.13
HSV73°99°26°
CMYK 0.210.000.99   0.74
XYZ3.48084.77340.7666
Yxy4.77340.38590.5292
Hunter Lab21.8481-9.795913.2133
CIE-Lab26.0792-15.334233.9991

#354301 color RGB value is (53,67,1).

#354301 hex color red value is 53, green value is 67 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #354301 hue: 0.20 , saturation: 0.97 and the lightness value of 354301 is 0.13.

The process color (four color CMYK) of #354301 color hex is 0.21, 0.00, 0.99, 0.74. Web safe color of #354301 is #333300. Color #354301 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000011 00000001
Octal 65 103 1
Decimal 53 67 1
Hex 35 43 1

RGB Percentages of Color #354301

%43.80
%55.37
%0.83

CMYK Percentages of Color #354301

%21
%0
%99
%74

Triadic Colors of #354301

#354301 #013543 #430135

Analogous Colors of #354301

#354301 #144301 #433001

Monochromatic Colors of #354301

#354301

Complementary Color

#354301 #0f0143

#354301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354301 Color CSS Codes

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

#354301 Text Font Color

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

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


#354301 Background Color

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

This div background color is #354301


#354301 Border Color

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

This div border color is #354301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354301


Comments

No comments written yet.

Please login to write comment.