Color Hex Logo

#355d1b Color Hex

#355D1B
(53,93,27)
0 Favorites   0 Comments

Color spaces of #355d1b

RGB 539327
HSL0.270.550.24
HSV96°71°36°
CMYK 0.430.000.71   0.64
XYZ5.58048.66472.4153
Yxy8.66470.33490.5201
Hunter Lab29.4359-17.673015.7402
CIE-Lab35.3305-26.919732.3056

#355d1b color RGB value is (53,93,27).

#355d1b hex color red value is 53, green value is 93 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #355d1b hue: 0.27 , saturation: 0.55 and the lightness value of 355d1b is 0.24.

The process color (four color CMYK) of #355d1b color hex is 0.43, 0.00, 0.71, 0.64. Web safe color of #355d1b is #336633. Color #355d1b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011101 00011011
Octal 65 135 33
Decimal 53 93 27
Hex 35 5D 1B

RGB Percentages of Color #355d1b

%30.64
%53.76
%15.61

CMYK Percentages of Color #355d1b

%43
%0
%71
%64

Triadic Colors of #355d1b

#355d1b #1b355d #5d1b35

Analogous Colors of #355d1b

#355d1b #1b5d22 #565d1b

Monochromatic Colors of #355d1b

#355d1b

Complementary Color

#355d1b #431b5d

#355d1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355d1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#355d1b Color CSS Codes

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

#355d1b Text Font Color

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

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


#355d1b Background Color

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

This div background color is #355d1b


#355d1b Border Color

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

This div border color is #355d1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355d1b


Comments

No comments written yet.

Please login to write comment.