Color Hex Logo

#07494b Color Hex

#07494B
(7,73,75)
0 Favorites   0 Comments

Color spaces of #07494b

RGB 77375
HSL0.500.830.16
HSV182°91°29°
CMYK 0.910.030.00   0.71
XYZ3.74025.31837.4860
Yxy5.31830.22610.3215
Hunter Lab23.0614-11.4076-3.1032
CIE-Lab27.6230-17.9624-6.7211

#07494b color RGB value is (7,73,75).

#07494b hex color red value is 7, green value is 73 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #07494b hue: 0.50 , saturation: 0.83 and the lightness value of 07494b is 0.16.

The process color (four color CMYK) of #07494b color hex is 0.91, 0.03, 0.00, 0.71. Web safe color of #07494b is #003333. Color #07494b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001001 01001011
Octal 7 111 113
Decimal 7 73 75
Hex 7 49 4B

RGB Percentages of Color #07494b

%4.52
%47.10
%48.39

CMYK Percentages of Color #07494b

%91
%3
%0
%71

Triadic Colors of #07494b

#07494b #4b0749 #494b07

Analogous Colors of #07494b

#07494b #07274b #074b2b

Monochromatic Colors of #07494b

#07494b

Complementary Color

#07494b #4b0907

#07494b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07494b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07494b Color CSS Codes

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

#07494b Text Font Color

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

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


#07494b Background Color

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

This div background color is #07494b


#07494b Border Color

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

This div border color is #07494b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07494b


Comments

No comments written yet.

Please login to write comment.