Color Hex Logo

#30693e Color Hex

#30693E
(48,105,62)
0 Favorites   0 Comments

Color spaces of #30693e

RGB 4810562
HSL0.370.370.30
HSV135°54°41°
CMYK 0.540.000.41   0.59
XYZ7.140011.07936.3196
Yxy11.07930.29100.4515
Hunter Lab33.2856-19.960212.0431
CIE-Lab39.7137-29.174118.6227

#30693e color RGB value is (48,105,62).

#30693e hex color red value is 48, green value is 105 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #30693e hue: 0.37 , saturation: 0.37 and the lightness value of 30693e is 0.30.

The process color (four color CMYK) of #30693e color hex is 0.54, 0.00, 0.41, 0.59. Web safe color of #30693e is #336633. Color #30693e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101001 00111110
Octal 60 151 76
Decimal 48 105 62
Hex 30 69 3E

RGB Percentages of Color #30693e

%22.33
%48.84
%28.84

CMYK Percentages of Color #30693e

%54
%0
%41
%59

Triadic Colors of #30693e

#30693e #3e3069 #693e30

Analogous Colors of #30693e

#30693e #30695b #3f6930

Monochromatic Colors of #30693e

#30693e

Complementary Color

#30693e #69305b

#30693e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30693e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30693e Color CSS Codes

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

#30693e Text Font Color

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

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


#30693e Background Color

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

This div background color is #30693e


#30693e Border Color

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

This div border color is #30693e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30693e


Comments

No comments written yet.

Please login to write comment.