Color Hex Logo

#384853 Color Hex

#384853
(56,72,83)
0 Favorites   0 Comments

Color spaces of #384853

RGB 567283
HSL0.570.190.27
HSV204°33°33°
CMYK 0.330.130.00   0.67
XYZ5.50966.10009.0706
Yxy6.10000.26640.2950
Hunter Lab24.6982-3.4025-4.4860
CIE-Lab29.6634-3.3176-8.6185

#384853 color RGB value is (56,72,83).

#384853 hex color red value is 56, green value is 72 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #384853 hue: 0.57 , saturation: 0.19 and the lightness value of 384853 is 0.27.

The process color (four color CMYK) of #384853 color hex is 0.33, 0.13, 0.00, 0.67. Web safe color of #384853 is #333366. Color #384853 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001000 01010011
Octal 70 110 123
Decimal 56 72 83
Hex 38 48 53

RGB Percentages of Color #384853

%26.54
%34.12
%39.34

CMYK Percentages of Color #384853

%33
%13
%0
%67

Triadic Colors of #384853

#384853 #533848 #485338

Analogous Colors of #384853

#384853 #383b53 #385351

Monochromatic Colors of #384853

#384853

Complementary Color

#384853 #534338

#384853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384853 Color CSS Codes

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

#384853 Text Font Color

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

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


#384853 Background Color

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

This div background color is #384853


#384853 Border Color

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

This div border color is #384853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384853


Comments

No comments written yet.

Please login to write comment.