Color Hex Logo

#303530 Color Hex

#303530
(48,53,48)
0 Favorites   0 Comments

Color spaces of #303530

RGB 485348
HSL0.330.050.20
HSV120°21°
CMYK 0.090.000.09   0.79
XYZ3.02553.38803.2908
Yxy3.38800.31180.3491
Hunter Lab18.4065-2.87122.2844
CIE-Lab21.5352-3.32862.4175

#303530 color RGB value is (48,53,48).

#303530 hex color red value is 48, green value is 53 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #303530 hue: 0.33 , saturation: 0.05 and the lightness value of 303530 is 0.20.

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

Base Numbers

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

RGB Percentages of Color #303530

%32.21
%35.57
%32.21

CMYK Percentages of Color #303530

%9
%0
%9
%79

Triadic Colors of #303530

#303530 #303035 #353030

Analogous Colors of #303530

#303530 #303533 #333530

Monochromatic Colors of #303530

#303530

Complementary Color

#303530 #353035

#303530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#303530 Color CSS Codes

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

#303530 Text Font Color

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

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


#303530 Background Color

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

This div background color is #303530


#303530 Border Color

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

This div border color is #303530


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,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 #303530">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303530


Comments

No comments written yet.

Please login to write comment.