Color Hex Logo

#30745d Color Hex

#30745D
(48,116,93)
0 Favorites   0 Comments

Color spaces of #30745d

RGB 4811693
HSL0.440.410.32
HSV160°59°45°
CMYK 0.590.000.20   0.55
XYZ9.440113.909512.5432
Yxy13.90950.26300.3875
Hunter Lab37.2954-20.08576.1664
CIE-Lab44.1029-27.51166.3107

#30745d color RGB value is (48,116,93).

#30745d hex color red value is 48, green value is 116 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #30745d hue: 0.44 , saturation: 0.41 and the lightness value of 30745d is 0.32.

The process color (four color CMYK) of #30745d color hex is 0.59, 0.00, 0.20, 0.55. Web safe color of #30745d is #336666. Color #30745d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110100 01011101
Octal 60 164 135
Decimal 48 116 93
Hex 30 74 5D

RGB Percentages of Color #30745d

%18.68
%45.14
%36.19

CMYK Percentages of Color #30745d

%59
%0
%20
%55

Triadic Colors of #30745d

#30745d #5d3074 #745d30

Analogous Colors of #30745d

#30745d #306974 #30743b

Monochromatic Colors of #30745d

#30745d

Complementary Color

#30745d #743047

#30745d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30745d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30745d Color CSS Codes

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

#30745d Text Font Color

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

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


#30745d Background Color

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

This div background color is #30745d


#30745d Border Color

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

This div border color is #30745d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30745d


Comments

No comments written yet.

Please login to write comment.