Color Hex Logo

#38354b Color Hex

#38354B
(56,53,75)
0 Favorites   0 Comments

Color spaces of #38354b

RGB 565375
HSL0.690.170.25
HSV248°29°29°
CMYK 0.250.290.00   0.71
XYZ4.17403.89507.1884
Yxy3.89500.27360.2553
Hunter Lab19.73583.2142-7.7803
CIE-Lab23.32126.9158-13.0375

#38354b color RGB value is (56,53,75).

#38354b hex color red value is 56, green value is 53 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #38354b hue: 0.69 , saturation: 0.17 and the lightness value of 38354b is 0.25.

The process color (four color CMYK) of #38354b color hex is 0.25, 0.29, 0.00, 0.71. Web safe color of #38354b is #333333. Color #38354b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110101 01001011
Octal 70 65 113
Decimal 56 53 75
Hex 38 35 4B

RGB Percentages of Color #38354b

%30.43
%28.80
%40.76

CMYK Percentages of Color #38354b

%25
%29
%0
%71

Triadic Colors of #38354b

#38354b #4b3835 #354b38

Analogous Colors of #38354b

#38354b #43354b #353d4b

Monochromatic Colors of #38354b

#38354b

Complementary Color

#38354b #484b35

#38354b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38354b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38354b Color CSS Codes

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

#38354b Text Font Color

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

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


#38354b Background Color

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

This div background color is #38354b


#38354b Border Color

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

This div border color is #38354b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38354b


Comments

No comments written yet.

Please login to write comment.