Color Hex Logo

#30611d Color Hex

#30611D
(48,97,29)
0 Favorites   0 Comments

Color spaces of #30611d

RGB 489729
HSL0.290.540.25
HSV103°70°38°
CMYK 0.510.000.70   0.62
XYZ5.71549.26652.6498
Yxy9.26650.32420.5256
Hunter Lab30.4409-19.757616.1476
CIE-Lab36.4924-30.373232.5460

#30611d color RGB value is (48,97,29).

#30611d hex color red value is 48, green value is 97 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #30611d hue: 0.29 , saturation: 0.54 and the lightness value of 30611d is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100001 00011101
Octal 60 141 35
Decimal 48 97 29
Hex 30 61 1D

RGB Percentages of Color #30611d

%27.59
%55.75
%16.67

CMYK Percentages of Color #30611d

%51
%0
%70
%62

Triadic Colors of #30611d

#30611d #1d3061 #611d30

Analogous Colors of #30611d

#30611d #1d612c #52611d

Monochromatic Colors of #30611d

#30611d

Complementary Color

#30611d #4e1d61

#30611d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30611d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30611d Color CSS Codes

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

#30611d Text Font Color

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

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


#30611d Background Color

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

This div background color is #30611d


#30611d Border Color

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

This div border color is #30611d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30611d


Comments

No comments written yet.

Please login to write comment.