Color Hex Logo

#07846b Color Hex

#07846B
(7,132,107)
0 Favorites   0 Comments

Color spaces of #07846b

RGB 7132107
HSL0.470.900.27
HSV168°95°52°
CMYK 0.950.000.19   0.48
XYZ10.992717.609216.7295
Yxy17.60920.24250.3885
Hunter Lab41.9633-26.67605.7372
CIE-Lab49.0186-36.64454.9810

#07846b color RGB value is (7,132,107).

#07846b hex color red value is 7, green value is 132 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #07846b hue: 0.47 , saturation: 0.90 and the lightness value of 07846b is 0.27.

The process color (four color CMYK) of #07846b color hex is 0.95, 0.00, 0.19, 0.48. Web safe color of #07846b is #009966. Color #07846b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000100 01101011
Octal 7 204 153
Decimal 7 132 107
Hex 7 84 6B

RGB Percentages of Color #07846b

%2.85
%53.66
%43.50

CMYK Percentages of Color #07846b

%95
%0
%19
%48

Triadic Colors of #07846b

#07846b #6b0784 #846b07

Analogous Colors of #07846b

#07846b #075e84 #07842d

Monochromatic Colors of #07846b

#07846b

Complementary Color

#07846b #840720

#07846b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07846b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07846b Color CSS Codes

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

#07846b Text Font Color

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

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


#07846b Background Color

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

This div background color is #07846b


#07846b Border Color

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

This div border color is #07846b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07846b


Comments

No comments written yet.

Please login to write comment.