Color Hex Logo

#38463b Color Hex

#38463B
(56,70,59)
0 Favorites   0 Comments

Color spaces of #38463b

RGB 567059
HSL0.370.110.25
HSV133°20°27°
CMYK 0.200.000.16   0.73
XYZ4.61055.53684.9634
Yxy5.53680.30510.3664
Hunter Lab23.5304-6.20333.9649
CIE-Lab28.2124-8.22044.7837

#38463b color RGB value is (56,70,59).

#38463b hex color red value is 56, green value is 70 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #38463b hue: 0.37 , saturation: 0.11 and the lightness value of 38463b is 0.25.

The process color (four color CMYK) of #38463b color hex is 0.20, 0.00, 0.16, 0.73. Web safe color of #38463b is #333333. Color #38463b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000110 00111011
Octal 70 106 73
Decimal 56 70 59
Hex 38 46 3B

RGB Percentages of Color #38463b

%30.27
%37.84
%31.89

CMYK Percentages of Color #38463b

%20
%0
%16
%73

Triadic Colors of #38463b

#38463b #3b3846 #463b38

Analogous Colors of #38463b

#38463b #384642 #3c4638

Monochromatic Colors of #38463b

#38463b

Complementary Color

#38463b #463843

#38463b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38463b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38463b Color CSS Codes

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

#38463b Text Font Color

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

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


#38463b Background Color

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

This div background color is #38463b


#38463b Border Color

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

This div border color is #38463b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38463b


Comments

No comments written yet.

Please login to write comment.