Color Hex Logo

#06381b Color Hex

#06381B
(6,56,27)
0 Favorites   0 Comments

Color spaces of #06381b

RGB 65627
HSL0.400.810.12
HSV145°89°22°
CMYK 0.890.000.52   0.78
XYZ1.68712.94621.5167
Yxy2.94620.27430.4791
Hunter Lab17.1645-12.49316.7761
CIE-Lab19.8271-23.999313.6490

#06381b color RGB value is (6,56,27).

#06381b hex color red value is 6, green value is 56 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #06381b hue: 0.40 , saturation: 0.81 and the lightness value of 06381b is 0.12.

The process color (four color CMYK) of #06381b color hex is 0.89, 0.00, 0.52, 0.78. Web safe color of #06381b is #003333. Color #06381b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111000 00011011
Octal 6 70 33
Decimal 6 56 27
Hex 6 38 1B

RGB Percentages of Color #06381b

%6.74
%62.92
%30.34

CMYK Percentages of Color #06381b

%89
%0
%52
%78

Triadic Colors of #06381b

#06381b #1b0638 #381b06

Analogous Colors of #06381b

#06381b #063834 #0a3806

Monochromatic Colors of #06381b

#06381b

Complementary Color

#06381b #380623

#06381b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06381b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06381b Color CSS Codes

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

#06381b Text Font Color

<p style="color:#06381b">Text here</p>

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


#06381b Background Color

<div style="background-color:#06381b">
Div content here</div>

This div background color is #06381b


#06381b Border Color

<div style="border:3px solid #06381b">
Div here</div>

This div border color is #06381b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,56,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06381b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06381b;
  -webkit-box-shadow: 1px 1px 3px 2px #06381b;
  box-shadow:         1px 1px 3px 2px #06381b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06381b

#06381b Color Palettes


Comments

No comments written yet.

Please login to write comment.