Color Hex Logo

#38504b Color Hex

#38504B
(56,80,75)
1 Favorites   0 Comments

Color spaces of #38504b

RGB 568075
HSL0.470.180.27
HSV168°30°31°
CMYK 0.300.000.06   0.69
XYZ5.76957.08617.7203
Yxy7.08610.28040.3444
Hunter Lab26.6197-7.89681.4384
CIE-Lab32.0021-10.4024-0.0170

#38504b color RGB value is (56,80,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 01001011
Octal 70 120 113
Decimal 56 80 75
Hex 38 50 4B

RGB Percentages of Color #38504b

%26.54
%37.91
%35.55

CMYK Percentages of Color #38504b

%30
%0
%6
%69

Triadic Colors of #38504b

#38504b #4b3850 #504b38

Analogous Colors of #38504b

#38504b #384950 #38503f

Monochromatic Colors of #38504b

#38504b

Complementary Color

#38504b #50383d

#38504b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38504b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38504b Color CSS Codes

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

#38504b Text Font Color

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

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


#38504b Background Color

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

This div background color is #38504b


#38504b Border Color

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

This div border color is #38504b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38504b


Comments

No comments written yet.

Please login to write comment.