Color Hex Logo

#30613d Color Hex

#30613D
(48,97,61)
0 Favorites   0 Comments

Color spaces of #30613d

RGB 489761
HSL0.380.340.28
HSV136°51°38°
CMYK 0.510.000.37   0.62
XYZ6.33599.51475.9175
Yxy9.51470.29110.4371
Hunter Lab30.8459-17.315610.2179
CIE-Lab36.9570-25.528715.5481

#30613d color RGB value is (48,97,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100001 00111101
Octal 60 141 75
Decimal 48 97 61
Hex 30 61 3D

RGB Percentages of Color #30613d

%23.30
%47.09
%29.61

CMYK Percentages of Color #30613d

%51
%0
%37
%62

Triadic Colors of #30613d

#30613d #3d3061 #613d30

Analogous Colors of #30613d

#30613d #306156 #3c6130

Monochromatic Colors of #30613d

#30613d

Complementary Color

#30613d #613054

#30613d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30613d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30613d Color CSS Codes

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

#30613d Text Font Color

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

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


#30613d Background Color

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

This div background color is #30613d


#30613d Border Color

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

This div border color is #30613d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30613d


Comments

No comments written yet.

Please login to write comment.