Color Hex Logo

#30423a Color Hex

#30423A
(48,66,58)
1 Favorites   0 Comments

Color spaces of #30423a

RGB 486658
HSL0.430.160.22
HSV153°27°26°
CMYK 0.270.000.12   0.74
XYZ3.93094.83034.7281
Yxy4.83030.29140.3581
Hunter Lab21.9779-6.53552.6295
CIE-Lab26.2457-9.18322.5401

#30423a color RGB value is (48,66,58).

#30423a hex color red value is 48, green value is 66 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #30423a hue: 0.43 , saturation: 0.16 and the lightness value of 30423a is 0.22.

The process color (four color CMYK) of #30423a color hex is 0.27, 0.00, 0.12, 0.74. Web safe color of #30423a is #333333. Color #30423a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000010 00111010
Octal 60 102 72
Decimal 48 66 58
Hex 30 42 3A

RGB Percentages of Color #30423a

%27.91
%38.37
%33.72

CMYK Percentages of Color #30423a

%27
%0
%12
%74

Triadic Colors of #30423a

#30423a #3a3042 #423a30

Analogous Colors of #30423a

#30423a #304142 #304231

Monochromatic Colors of #30423a

#30423a

Complementary Color

#30423a #423038

#30423a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30423a Color Preview on White Background

Lorem ipsum dolor sit amet.

#30423a Color CSS Codes

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

#30423a Text Font Color

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

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


#30423a Background Color

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

This div background color is #30423a


#30423a Border Color

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

This div border color is #30423a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30423a


Comments

No comments written yet.

Please login to write comment.