Color Hex Logo

#067130 Color Hex

#067130
(6,113,48)
0 Favorites   0 Comments

Color spaces of #067130

RGB 611348
HSL0.400.900.23
HSV144°95°44°
CMYK 0.950.000.58   0.56
XYZ6.513712.06244.7813
Yxy12.06240.27890.5164
Hunter Lab34.7310-27.302016.1494
CIE-Lab41.3151-42.435028.2592

#067130 color RGB value is (6,113,48).

#067130 hex color red value is 6, green value is 113 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #067130 hue: 0.40 , saturation: 0.90 and the lightness value of 067130 is 0.23.

The process color (four color CMYK) of #067130 color hex is 0.95, 0.00, 0.58, 0.56. Web safe color of #067130 is #006633. Color #067130 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110001 00110000
Octal 6 161 60
Decimal 6 113 48
Hex 6 71 30

RGB Percentages of Color #067130

%3.59
%67.66
%28.74

CMYK Percentages of Color #067130

%95
%0
%58
%56

Triadic Colors of #067130

#067130 #300671 #713006

Analogous Colors of #067130

#067130 #067166 #127106

Monochromatic Colors of #067130

#067130

Complementary Color

#067130 #710647

#067130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067130 Color CSS Codes

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

#067130 Text Font Color

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

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


#067130 Background Color

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

This div background color is #067130


#067130 Border Color

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

This div border color is #067130


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,113,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #067130; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #067130;
  -webkit-box-shadow: 1px 1px 3px 2px #067130;
  box-shadow:         1px 1px 3px 2px #067130; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067130


Comments

No comments written yet.

Please login to write comment.