Color Hex Logo

#07352e Color Hex

#07352E
(7,53,46)
0 Favorites   0 Comments

Color spaces of #07352e

RGB 75346
HSL0.470.770.12
HSV171°87°21°
CMYK 0.870.000.13   0.79
XYZ1.85392.78863.0253
Yxy2.78860.24180.3637
Hunter Lab16.6991-9.40670.9481
CIE-Lab19.1766-17.03110.0734

#07352e color RGB value is (7,53,46).

#07352e hex color red value is 7, green value is 53 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #07352e hue: 0.47 , saturation: 0.77 and the lightness value of 07352e is 0.12.

The process color (four color CMYK) of #07352e color hex is 0.87, 0.00, 0.13, 0.79. Web safe color of #07352e is #003333. Color #07352e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110101 00101110
Octal 7 65 56
Decimal 7 53 46
Hex 7 35 2E

RGB Percentages of Color #07352e

%6.60
%50.00
%43.40

CMYK Percentages of Color #07352e

%87
%0
%13
%79

Triadic Colors of #07352e

#07352e #2e0735 #352e07

Analogous Colors of #07352e

#07352e #072535 #073517

Monochromatic Colors of #07352e

#07352e

Complementary Color

#07352e #35070e

#07352e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07352e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07352e Color CSS Codes

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

#07352e Text Font Color

<p style="color:#07352e">Text here</p>

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


#07352e Background Color

<div style="background-color:#07352e">
Div content here</div>

This div background color is #07352e


#07352e Border Color

<div style="border:3px solid #07352e">
Div here</div>

This div border color is #07352e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,53,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07352e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07352e;
  -webkit-box-shadow: 1px 1px 3px 2px #07352e;
  box-shadow:         1px 1px 3px 2px #07352e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07352e


Comments

No comments written yet.

Please login to write comment.