Color Hex Logo

#07351e Color Hex

#07351E
(7,53,30)
0 Favorites   0 Comments

Color spaces of #07351e

RGB 75330
HSL0.420.770.12
HSV150°87°21°
CMYK 0.870.000.43   0.79
XYZ1.59512.68511.6625
Yxy2.68510.26840.4518
Hunter Lab16.3863-11.30015.4550
CIE-Lab18.7359-21.710810.2724

#07351e color RGB value is (7,53,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110101 00011110
Octal 7 65 36
Decimal 7 53 30
Hex 7 35 1E

RGB Percentages of Color #07351e

%7.78
%58.89
%33.33

CMYK Percentages of Color #07351e

%87
%0
%43
%79

Triadic Colors of #07351e

#07351e #1e0735 #351e07

Analogous Colors of #07351e

#07351e #073535 #073507

Monochromatic Colors of #07351e

#07351e

Complementary Color

#07351e #35071e

#07351e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07351e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07351e Color CSS Codes

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

#07351e Text Font Color

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

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


#07351e Background Color

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

This div background color is #07351e


#07351e Border Color

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

This div border color is #07351e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07351e


Comments

No comments written yet.

Please login to write comment.