Color Hex Logo

#30765d Color Hex

#30765D
(48,118,93)
0 Favorites   0 Comments

Color spaces of #30765d

RGB 4811893
HSL0.440.420.33
HSV159°59°46°
CMYK 0.590.000.21   0.54
XYZ9.673114.375612.6209
Yxy14.37560.26380.3920
Hunter Lab37.9152-20.81186.8046
CIE-Lab44.7668-28.48407.2550

#30765d color RGB value is (48,118,93).

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

The process color (four color CMYK) of #30765d color hex is 0.59, 0.00, 0.21, 0.54. Web safe color of #30765d is #336666. Color #30765d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110110 01011101
Octal 60 166 135
Decimal 48 118 93
Hex 30 76 5D

RGB Percentages of Color #30765d

%18.53
%45.56
%35.91

CMYK Percentages of Color #30765d

%59
%0
%21
%54

Triadic Colors of #30765d

#30765d #5d3076 #765d30

Analogous Colors of #30765d

#30765d #306c76 #30763a

Monochromatic Colors of #30765d

#30765d

Complementary Color

#30765d #763049

#30765d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30765d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30765d Color CSS Codes

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

#30765d Text Font Color

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

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


#30765d Background Color

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

This div background color is #30765d


#30765d Border Color

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

This div border color is #30765d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30765d


Comments

No comments written yet.

Please login to write comment.