Color Hex Logo

#07292b Color Hex

#07292B
(7,41,43)
0 Favorites   0 Comments

Color spaces of #07292b

RGB 74143
HSL0.510.720.10
HSV183°84°17°
CMYK 0.840.050.00   0.83
XYZ1.31661.80552.5646
Yxy1.80550.23150.3175
Hunter Lab13.4369-6.0244-1.9104
CIE-Lab14.4315-11.0892-4.8620

#07292b color RGB value is (7,41,43).

#07292b hex color red value is 7, green value is 41 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #07292b hue: 0.51 , saturation: 0.72 and the lightness value of 07292b is 0.10.

The process color (four color CMYK) of #07292b color hex is 0.84, 0.05, 0.00, 0.83. Web safe color of #07292b is #003333. Color #07292b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101001 00101011
Octal 7 51 53
Decimal 7 41 43
Hex 7 29 2B

RGB Percentages of Color #07292b

%7.69
%45.05
%47.25

CMYK Percentages of Color #07292b

%84
%5
%0
%83

Triadic Colors of #07292b

#07292b #2b0729 #292b07

Analogous Colors of #07292b

#07292b #07172b #072b1b

Monochromatic Colors of #07292b

#07292b

Complementary Color

#07292b #2b0907

#07292b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07292b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07292b Color CSS Codes

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

#07292b Text Font Color

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

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


#07292b Background Color

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

This div background color is #07292b


#07292b Border Color

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

This div border color is #07292b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07292b


Comments

No comments written yet.

Please login to write comment.