Color Hex Logo

#07231c Color Hex

#07231C
(7,35,28)
0 Favorites   0 Comments

Color spaces of #07231c

RGB 73528
HSL0.460.670.08
HSV165°80°14°
CMYK 0.800.000.20   0.86
XYZ0.89831.33111.3082
Yxy1.33110.25390.3763
Hunter Lab11.5373-6.29231.3533
CIE-Lab11.4913-12.78321.5915

#07231c color RGB value is (7,35,28).

#07231c hex color red value is 7, green value is 35 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #07231c hue: 0.46 , saturation: 0.67 and the lightness value of 07231c is 0.08.

The process color (four color CMYK) of #07231c color hex is 0.80, 0.00, 0.20, 0.86. Web safe color of #07231c is #003333. Color #07231c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100011 00011100
Octal 7 43 34
Decimal 7 35 28
Hex 7 23 1C

RGB Percentages of Color #07231c

%10.00
%50.00
%40.00

CMYK Percentages of Color #07231c

%80
%0
%20
%86

Triadic Colors of #07231c

#07231c #1c0723 #231c07

Analogous Colors of #07231c

#07231c #071c23 #07230e

Monochromatic Colors of #07231c

#07231c

Complementary Color

#07231c #23070e

#07231c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07231c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07231c Color CSS Codes

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

#07231c Text Font Color

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

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


#07231c Background Color

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

This div background color is #07231c


#07231c Border Color

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

This div border color is #07231c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07231c


Comments

No comments written yet.

Please login to write comment.