Color Hex Logo

#386703 Color Hex

#386703
(56,103,3)
0 Favorites   0 Comments

Color spaces of #386703

RGB 561033
HSL0.250.940.21
HSV88°97°40°
CMYK 0.460.000.97   0.60
XYZ6.497610.54781.7796
Yxy10.54780.34520.5603
Hunter Lab32.4774-21.123719.4854
CIE-Lab38.8082-31.797943.7412

#386703 color RGB value is (56,103,3).

#386703 hex color red value is 56, green value is 103 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #386703 hue: 0.25 , saturation: 0.94 and the lightness value of 386703 is 0.21.

The process color (four color CMYK) of #386703 color hex is 0.46, 0.00, 0.97, 0.60. Web safe color of #386703 is #336600. Color #386703 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100111 00000011
Octal 70 147 3
Decimal 56 103 3
Hex 38 67 3

RGB Percentages of Color #386703

%34.57
%63.58
%1.85

CMYK Percentages of Color #386703

%46
%0
%97
%60

Triadic Colors of #386703

#386703 #033867 #670338

Analogous Colors of #386703

#386703 #066703 #676403

Monochromatic Colors of #386703

#386703

Complementary Color

#386703 #320367

#386703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386703 Color CSS Codes

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

#386703 Text Font Color

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

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


#386703 Background Color

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

This div background color is #386703


#386703 Border Color

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

This div border color is #386703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386703


Comments

No comments written yet.

Please login to write comment.