Color Hex Logo

#355143 Color Hex

#355143
(53,81,67)
0 Favorites   0 Comments

Color spaces of #355143

RGB 538167
HSL0.420.210.26
HSV150°35°32°
CMYK 0.350.000.17   0.68
XYZ5.42377.04706.3845
Yxy7.04700.28770.3737
Hunter Lab26.5462-9.98624.3228
CIE-Lab31.9137-14.02814.9101

#355143 color RGB value is (53,81,67).

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

The process color (four color CMYK) of #355143 color hex is 0.35, 0.00, 0.17, 0.68. Web safe color of #355143 is #336633. Color #355143 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010001 01000011
Octal 65 121 103
Decimal 53 81 67
Hex 35 51 43

RGB Percentages of Color #355143

%26.37
%40.30
%33.33

CMYK Percentages of Color #355143

%35
%0
%17
%68

Triadic Colors of #355143

#355143 #433551 #514335

Analogous Colors of #355143

#355143 #355151 #355135

Monochromatic Colors of #355143

#355143

Complementary Color

#355143 #513543

#355143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355143 Color CSS Codes

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

#355143 Text Font Color

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

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


#355143 Background Color

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

This div background color is #355143


#355143 Border Color

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

This div border color is #355143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355143


Comments

No comments written yet.

Please login to write comment.