Color Hex Logo

#355048 Color Hex

#355048
(53,80,72)
1 Favorites   0 Comments

Color spaces of #355048

RGB 538072
HSL0.450.200.26
HSV162°34°31°
CMYK 0.340.000.10   0.69
XYZ5.50666.96217.1845
Yxy6.96210.28020.3542
Hunter Lab26.3858-8.92302.3262
CIE-Lab31.7205-12.21961.4585

#355048 color RGB value is (53,80,72).

#355048 hex color red value is 53, green value is 80 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #355048 hue: 0.45 , saturation: 0.20 and the lightness value of 355048 is 0.26.

The process color (four color CMYK) of #355048 color hex is 0.34, 0.00, 0.10, 0.69. Web safe color of #355048 is #336633. Color #355048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010000 01001000
Octal 65 120 110
Decimal 53 80 72
Hex 35 50 48

RGB Percentages of Color #355048

%25.85
%39.02
%35.12

CMYK Percentages of Color #355048

%34
%0
%10
%69

Triadic Colors of #355048

#355048 #483550 #504835

Analogous Colors of #355048

#355048 #354b50 #35503b

Monochromatic Colors of #355048

#355048

Complementary Color

#355048 #50353d

#355048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355048 Color CSS Codes

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

#355048 Text Font Color

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

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


#355048 Background Color

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

This div background color is #355048


#355048 Border Color

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

This div border color is #355048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355048


Comments

No comments written yet.

Please login to write comment.