Color Hex Logo

#06351a Color Hex

#06351A
(6,53,26)
0 Favorites   0 Comments

Color spaces of #06351a

RGB 65326
HSL0.400.800.12
HSV146°89°21°
CMYK 0.890.000.51   0.79
XYZ1.53472.65951.4097
Yxy2.65950.27390.4746
Hunter Lab16.3080-11.74086.2904
CIE-Lab18.6251-22.870112.7359

#06351a color RGB value is (6,53,26).

#06351a hex color red value is 6, green value is 53 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #06351a hue: 0.40 , saturation: 0.80 and the lightness value of 06351a is 0.12.

The process color (four color CMYK) of #06351a color hex is 0.89, 0.00, 0.51, 0.79. Web safe color of #06351a is #003333. Color #06351a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110101 00011010
Octal 6 65 32
Decimal 6 53 26
Hex 6 35 1A

RGB Percentages of Color #06351a

%7.06
%62.35
%30.59

CMYK Percentages of Color #06351a

%89
%0
%51
%79

Triadic Colors of #06351a

#06351a #1a0635 #351a06

Analogous Colors of #06351a

#06351a #063532 #0a3506

Monochromatic Colors of #06351a

#06351a

Complementary Color

#06351a #350621

#06351a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06351a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06351a Color CSS Codes

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

#06351a Text Font Color

<p style="color:#06351a">Text here</p>

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


#06351a Background Color

<div style="background-color:#06351a">
Div content here</div>

This div background color is #06351a


#06351a Border Color

<div style="border:3px solid #06351a">
Div here</div>

This div border color is #06351a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,53,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06351a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06351a;
  -webkit-box-shadow: 1px 1px 3px 2px #06351a;
  box-shadow:         1px 1px 3px 2px #06351a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06351a


Comments

No comments written yet.

Please login to write comment.