Color Hex Logo

#07350c Color Hex

#07350C
(7,53,12)
0 Favorites   0 Comments

Color spaces of #07350c

RGB 75312
HSL0.350.770.12
HSV127°87°21°
CMYK 0.870.000.77   0.79
XYZ1.42712.61790.7779
Yxy2.61790.29590.5428
Hunter Lab16.1799-12.57088.4754
CIE-Lab18.4436-25.113120.6727

#07350c color RGB value is (7,53,12).

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

The process color (four color CMYK) of #07350c color hex is 0.87, 0.00, 0.77, 0.79. Web safe color of #07350c is #003300. Color #07350c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110101 00001100
Octal 7 65 14
Decimal 7 53 12
Hex 7 35 C

RGB Percentages of Color #07350c

%9.72
%73.61
%16.67

CMYK Percentages of Color #07350c

%87
%0
%77
%79

Triadic Colors of #07350c

#07350c #0c0735 #350c07

Analogous Colors of #07350c

#07350c #073523 #193507

Monochromatic Colors of #07350c

#07350c

Complementary Color

#07350c #350730

#07350c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07350c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07350c Color CSS Codes

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

#07350c Text Font Color

<p style="color:#07350c">Text here</p>

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


#07350c Background Color

<div style="background-color:#07350c">
Div content here</div>

This div background color is #07350c


#07350c Border Color

<div style="border:3px solid #07350c">
Div here</div>

This div border color is #07350c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07350c


Comments

No comments written yet.

Please login to write comment.