Color Hex Logo

#38303b Color Hex

#38303B
(56,48,59)
0 Favorites   0 Comments

Color spaces of #38303b

RGB 564859
HSL0.790.100.21
HSV284°19°23°
CMYK 0.050.190.00   0.77
XYZ3.47733.27044.5857
Yxy3.27040.30680.2886
Hunter Lab18.08422.6751-2.3754
CIE-Lab21.09586.0902-5.6261

#38303b color RGB value is (56,48,59).

#38303b hex color red value is 56, green value is 48 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #38303b hue: 0.79 , saturation: 0.10 and the lightness value of 38303b is 0.21.

The process color (four color CMYK) of #38303b color hex is 0.05, 0.19, 0.00, 0.77. Web safe color of #38303b is #333333. Color #38303b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110000 00111011
Octal 70 60 73
Decimal 56 48 59
Hex 38 30 3B

RGB Percentages of Color #38303b

%34.36
%29.45
%36.20

CMYK Percentages of Color #38303b

%5
%19
%0
%77

Triadic Colors of #38303b

#38303b #3b3830 #303b38

Analogous Colors of #38303b

#38303b #3b3039 #33303b

Monochromatic Colors of #38303b

#38303b

Complementary Color

#38303b #333b30

#38303b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38303b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38303b Color CSS Codes

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

#38303b Text Font Color

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

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


#38303b Background Color

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

This div background color is #38303b


#38303b Border Color

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

This div border color is #38303b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,48,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 #38303b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38303b

#38303b Color Palettes


Comments

No comments written yet.

Please login to write comment.