Color Hex Logo

#07950b Color Hex

#07950B
(7,149,11)
0 Favorites   0 Comments

Color spaces of #07950b

RGB 714911
HSL0.340.910.31
HSV122°95°58°
CMYK 0.950.000.93   0.42
XYZ10.895521.56423.9047
Yxy21.56420.29960.5930
Hunter Lab46.4373-39.384127.5207
CIE-Lab53.5615-56.946153.9800

#07950b color RGB value is (7,149,11).

#07950b hex color red value is 7, green value is 149 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #07950b hue: 0.34 , saturation: 0.91 and the lightness value of 07950b is 0.31.

The process color (four color CMYK) of #07950b color hex is 0.95, 0.00, 0.93, 0.42. Web safe color of #07950b is #009900. Color #07950b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010101 00001011
Octal 7 225 13
Decimal 7 149 11
Hex 7 95 B

RGB Percentages of Color #07950b

%4.19
%89.22
%6.59

CMYK Percentages of Color #07950b

%95
%0
%93
%42

Triadic Colors of #07950b

#07950b #0b0795 #950b07

Analogous Colors of #07950b

#07950b #079552 #4a9507

Monochromatic Colors of #07950b

#07950b

Complementary Color

#07950b #950791

#07950b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07950b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07950b Color CSS Codes

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

#07950b Text Font Color

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

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


#07950b Background Color

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

This div background color is #07950b


#07950b Border Color

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

This div border color is #07950b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,149,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07950b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07950b;
  -webkit-box-shadow: 1px 1px 3px 2px #07950b;
  box-shadow:         1px 1px 3px 2px #07950b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,149,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07950b


Comments

No comments written yet.

Please login to write comment.