Color Hex Logo

#355503 Color Hex

#355503
(53,85,3)
0 Favorites   0 Comments

Color spaces of #355503

RGB 53853
HSL0.230.930.17
HSV83°96°33°
CMYK 0.380.000.96   0.67
XYZ4.73317.26051.2381
Yxy7.26050.35770.5487
Hunter Lab26.9453-15.799716.1374
CIE-Lab32.3927-24.636838.4617

#355503 color RGB value is (53,85,3).

#355503 hex color red value is 53, green value is 85 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #355503 hue: 0.23 , saturation: 0.93 and the lightness value of 355503 is 0.17.

The process color (four color CMYK) of #355503 color hex is 0.38, 0.00, 0.96, 0.67. Web safe color of #355503 is #336600. Color #355503 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010101 00000011
Octal 65 125 3
Decimal 53 85 3
Hex 35 55 3

RGB Percentages of Color #355503

%37.59
%60.28
%2.13

CMYK Percentages of Color #355503

%38
%0
%96
%67

Triadic Colors of #355503

#355503 #033555 #550335

Analogous Colors of #355503

#355503 #0c5503 #554c03

Monochromatic Colors of #355503

#355503

Complementary Color

#355503 #230355

#355503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355503 Color CSS Codes

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

#355503 Text Font Color

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

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


#355503 Background Color

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

This div background color is #355503


#355503 Border Color

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

This div border color is #355503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355503


Comments

No comments written yet.

Please login to write comment.