Color Hex Logo

#38552d Color Hex

#38552D
(56,85,45)
0 Favorites   0 Comments

Color spaces of #38552d

RGB 568545
HSL0.290.310.25
HSV104°47°33°
CMYK 0.340.000.47   0.67
XYZ5.35307.52723.6534
Yxy7.52720.32380.4553
Hunter Lab27.4357-13.185311.3098
CIE-Lab32.9782-19.456519.9378

#38552d color RGB value is (56,85,45).

#38552d hex color red value is 56, green value is 85 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #38552d hue: 0.29 , saturation: 0.31 and the lightness value of 38552d is 0.25.

The process color (four color CMYK) of #38552d color hex is 0.34, 0.00, 0.47, 0.67. Web safe color of #38552d is #336633. Color #38552d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010101 00101101
Octal 70 125 55
Decimal 56 85 45
Hex 38 55 2D

RGB Percentages of Color #38552d

%30.11
%45.70
%24.19

CMYK Percentages of Color #38552d

%34
%0
%47
%67

Triadic Colors of #38552d

#38552d #2d3855 #552d38

Analogous Colors of #38552d

#38552d #2d5536 #4c552d

Monochromatic Colors of #38552d

#38552d

Complementary Color

#38552d #4a2d55

#38552d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38552d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38552d Color CSS Codes

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

#38552d Text Font Color

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

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


#38552d Background Color

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

This div background color is #38552d


#38552d Border Color

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

This div border color is #38552d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,85,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38552d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38552d;
  -webkit-box-shadow: 1px 1px 3px 2px #38552d;
  box-shadow:         1px 1px 3px 2px #38552d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38552d


Comments

No comments written yet.

Please login to write comment.