Color Hex Logo

#003530 Color Hex

#003530
(0,53,48)
1 Favorites   0 Comments

Color spaces of #003530

RGB 05348
HSL0.481.000.10
HSV174°100°21°
CMYK 1.000.000.09   0.79
XYZ1.80662.75963.2337
Yxy2.75960.23160.3538
Hunter Lab16.6120-9.65880.0870
CIE-Lab19.0542-17.6582-1.4977

#003530 color RGB value is (0,53,48).

#003530 hex color red value is 0, green value is 53 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #003530 hue: 0.48 , saturation: 1.00 and the lightness value of 003530 is 0.10.

The process color (four color CMYK) of #003530 color hex is 1.00, 0.00, 0.09, 0.79. Web safe color of #003530 is #003333. Color #003530 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110101 00110000
Octal 0 65 60
Decimal 0 53 48
Hex 0 35 30

RGB Percentages of Color #003530

%0.00
%52.48
%47.52

CMYK Percentages of Color #003530

%100
%0
%9
%79

Triadic Colors of #003530

#003530 #300035 #353000

Analogous Colors of #003530

#003530 #002035 #003516

Monochromatic Colors of #003530

#003530

Complementary Color

#003530 #350005

#003530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003530 Color CSS Codes

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

#003530 Text Font Color

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

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


#003530 Background Color

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

This div background color is #003530


#003530 Border Color

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

This div border color is #003530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003530


Comments

No comments written yet.

Please login to write comment.