Color Hex Logo

#30613f Color Hex

#30613F
(48,97,63)
0 Favorites   0 Comments

Color spaces of #30613f

RGB 489763
HSL0.380.340.28
HSV138°51°38°
CMYK 0.510.000.35   0.62
XYZ6.39089.53666.2066
Yxy9.53660.28870.4309
Hunter Lab30.8814-17.10249.7008
CIE-Lab36.9976-25.119814.4040

#30613f color RGB value is (48,97,63).

#30613f hex color red value is 48, green value is 97 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #30613f hue: 0.38 , saturation: 0.34 and the lightness value of 30613f is 0.28.

The process color (four color CMYK) of #30613f color hex is 0.51, 0.00, 0.35, 0.62. Web safe color of #30613f is #336633. Color #30613f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100001 00111111
Octal 60 141 77
Decimal 48 97 63
Hex 30 61 3F

RGB Percentages of Color #30613f

%23.08
%46.63
%30.29

CMYK Percentages of Color #30613f

%51
%0
%35
%62

Triadic Colors of #30613f

#30613f #3f3061 #613f30

Analogous Colors of #30613f

#30613f #306158 #3a6130

Monochromatic Colors of #30613f

#30613f

Complementary Color

#30613f #613052

#30613f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30613f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30613f Color CSS Codes

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

#30613f Text Font Color

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

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


#30613f Background Color

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

This div background color is #30613f


#30613f Border Color

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

This div border color is #30613f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30613f


Comments

No comments written yet.

Please login to write comment.