Color Hex Logo

#38550c Color Hex

#38550C
(56,85,12)
0 Favorites   0 Comments

Color spaces of #38550c

RGB 568512
HSL0.230.750.19
HSV84°86°33°
CMYK 0.340.000.86   0.67
XYZ4.94577.36431.5086
Yxy7.36430.35790.5329
Hunter Lab27.1372-14.959015.7001
CIE-Lab32.6223-22.912235.7954

#38550c color RGB value is (56,85,12).

#38550c hex color red value is 56, green value is 85 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #38550c hue: 0.23 , saturation: 0.75 and the lightness value of 38550c is 0.19.

The process color (four color CMYK) of #38550c color hex is 0.34, 0.00, 0.86, 0.67. Web safe color of #38550c is #336600. Color #38550c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010101 00001100
Octal 70 125 14
Decimal 56 85 12
Hex 38 55 C

RGB Percentages of Color #38550c

%36.60
%55.56
%7.84

CMYK Percentages of Color #38550c

%34
%0
%86
%67

Triadic Colors of #38550c

#38550c #0c3855 #550c38

Analogous Colors of #38550c

#38550c #14550c #554e0c

Monochromatic Colors of #38550c

#38550c

Complementary Color

#38550c #290c55

#38550c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38550c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38550c Color CSS Codes

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

#38550c Text Font Color

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

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


#38550c Background Color

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

This div background color is #38550c


#38550c Border Color

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

This div border color is #38550c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38550c


Comments

No comments written yet.

Please login to write comment.