Color Hex Logo

#38504a Color Hex

#38504A
(56,80,74)
0 Favorites   0 Comments

Color spaces of #38504a

RGB 568074
HSL0.460.180.27
HSV165°30°31°
CMYK 0.300.000.07   0.69
XYZ5.73567.07257.5414
Yxy7.07250.28190.3476
Hunter Lab26.5942-8.04251.8029
CIE-Lab31.9714-10.65550.5745

#38504a color RGB value is (56,80,74).

#38504a hex color red value is 56, green value is 80 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #38504a hue: 0.46 , saturation: 0.18 and the lightness value of 38504a is 0.27.

The process color (four color CMYK) of #38504a color hex is 0.30, 0.00, 0.07, 0.69. Web safe color of #38504a is #336633. Color #38504a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 01001010
Octal 70 120 112
Decimal 56 80 74
Hex 38 50 4A

RGB Percentages of Color #38504a

%26.67
%38.10
%35.24

CMYK Percentages of Color #38504a

%30
%0
%7
%69

Triadic Colors of #38504a

#38504a #4a3850 #504a38

Analogous Colors of #38504a

#38504a #384a50 #38503e

Monochromatic Colors of #38504a

#38504a

Complementary Color

#38504a #50383e

#38504a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38504a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38504a Color CSS Codes

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

#38504a Text Font Color

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

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


#38504a Background Color

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

This div background color is #38504a


#38504a Border Color

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

This div border color is #38504a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,80,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38504a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38504a;
  -webkit-box-shadow: 1px 1px 3px 2px #38504a;
  box-shadow:         1px 1px 3px 2px #38504a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38504a


Comments

No comments written yet.

Please login to write comment.