Color Hex Logo

#38471e Color Hex

#38471E
(56,71,30)
0 Favorites   0 Comments

Color spaces of #38471e

RGB 567130
HSL0.230.410.20
HSV82°58°28°
CMYK 0.210.000.58   0.72
XYZ4.11855.44102.0614
Yxy5.44100.35440.4682
Hunter Lab23.3260-9.303911.0885
CIE-Lab27.9559-13.846822.4816

#38471e color RGB value is (56,71,30).

#38471e hex color red value is 56, green value is 71 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #38471e hue: 0.23 , saturation: 0.41 and the lightness value of 38471e is 0.20.

The process color (four color CMYK) of #38471e color hex is 0.21, 0.00, 0.58, 0.72. Web safe color of #38471e is #333333. Color #38471e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000111 00011110
Octal 70 107 36
Decimal 56 71 30
Hex 38 47 1E

RGB Percentages of Color #38471e

%35.67
%45.22
%19.11

CMYK Percentages of Color #38471e

%21
%0
%58
%72

Triadic Colors of #38471e

#38471e #1e3847 #471e38

Analogous Colors of #38471e

#38471e #24471e #47421e

Monochromatic Colors of #38471e

#38471e

Complementary Color

#38471e #2d1e47

#38471e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38471e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38471e Color CSS Codes

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

#38471e Text Font Color

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

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


#38471e Background Color

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

This div background color is #38471e


#38471e Border Color

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

This div border color is #38471e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,71,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38471e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38471e;
  -webkit-box-shadow: 1px 1px 3px 2px #38471e;
  box-shadow:         1px 1px 3px 2px #38471e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38471e


Comments

No comments written yet.

Please login to write comment.