Color Hex Logo

#06231f Color Hex

#06231F
(6,35,31)
0 Favorites   0 Comments

Color spaces of #06231f

RGB 63531
HSL0.480.710.08
HSV172°83°14°
CMYK 0.830.000.11   0.86
XYZ0.92351.33971.5062
Yxy1.33970.24500.3554
Hunter Lab11.5745-6.01340.3867
CIE-Lab11.5504-12.0585-0.5100

#06231f color RGB value is (6,35,31).

#06231f hex color red value is 6, green value is 35 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #06231f hue: 0.48 , saturation: 0.71 and the lightness value of 06231f is 0.08.

The process color (four color CMYK) of #06231f color hex is 0.83, 0.00, 0.11, 0.86. Web safe color of #06231f is #003333. Color #06231f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100011 00011111
Octal 6 43 37
Decimal 6 35 31
Hex 6 23 1F

RGB Percentages of Color #06231f

%8.33
%48.61
%43.06

CMYK Percentages of Color #06231f

%83
%0
%11
%86

Triadic Colors of #06231f

#06231f #1f0623 #231f06

Analogous Colors of #06231f

#06231f #061923 #062311

Monochromatic Colors of #06231f

#06231f

Complementary Color

#06231f #23060a

#06231f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06231f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06231f Color CSS Codes

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

#06231f Text Font Color

<p style="color:#06231f">Text here</p>

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


#06231f Background Color

<div style="background-color:#06231f">
Div content here</div>

This div background color is #06231f


#06231f Border Color

<div style="border:3px solid #06231f">
Div here</div>

This div border color is #06231f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,35,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06231f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06231f;
  -webkit-box-shadow: 1px 1px 3px 2px #06231f;
  box-shadow:         1px 1px 3px 2px #06231f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06231f


Comments

No comments written yet.

Please login to write comment.