Color Hex Logo

#07333a Color Hex

#07333A
(7,51,58)
1 Favorites   0 Comments

Color spaces of #07333a

RGB 75158
HSL0.520.780.13
HSV188°88°23°
CMYK 0.880.120.00   0.77
XYZ2.03522.71834.4204
Yxy2.71830.22180.2963
Hunter Lab16.4873-6.8186-4.3551
CIE-Lab18.8784-11.4944-8.6028

#07333a color RGB value is (7,51,58).

#07333a hex color red value is 7, green value is 51 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #07333a hue: 0.52 , saturation: 0.78 and the lightness value of 07333a is 0.13.

The process color (four color CMYK) of #07333a color hex is 0.88, 0.12, 0.00, 0.77. Web safe color of #07333a is #003333. Color #07333a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110011 00111010
Octal 7 63 72
Decimal 7 51 58
Hex 7 33 3A

RGB Percentages of Color #07333a

%6.03
%43.97
%50.00

CMYK Percentages of Color #07333a

%88
%12
%0
%77

Triadic Colors of #07333a

#07333a #3a0733 #333a07

Analogous Colors of #07333a

#07333a #071a3a #073a28

Monochromatic Colors of #07333a

#07333a

Complementary Color

#07333a #3a0e07

#07333a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07333a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07333a Color CSS Codes

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

#07333a Text Font Color

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

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


#07333a Background Color

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

This div background color is #07333a


#07333a Border Color

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

This div border color is #07333a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,51,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07333a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07333a;
  -webkit-box-shadow: 1px 1px 3px 2px #07333a;
  box-shadow:         1px 1px 3px 2px #07333a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07333a


Comments

No comments written yet.

Please login to write comment.