Color Hex Logo

#38471a Color Hex

#38471A
(56,71,26)
0 Favorites   0 Comments

Color spaces of #38471a

RGB 567126
HSL0.220.460.19
HSV80°63°28°
CMYK 0.210.000.63   0.72
XYZ4.07065.42181.8093
Yxy5.42180.36020.4797
Hunter Lab23.2848-9.543311.6923
CIE-Lab27.9042-14.307124.6604

#38471a color RGB value is (56,71,26).

#38471a hex color red value is 56, green value is 71 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #38471a hue: 0.22 , saturation: 0.46 and the lightness value of 38471a is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000111 00011010
Octal 70 107 32
Decimal 56 71 26
Hex 38 47 1A

RGB Percentages of Color #38471a

%36.60
%46.41
%16.99

CMYK Percentages of Color #38471a

%21
%0
%63
%72

Triadic Colors of #38471a

#38471a #1a3847 #471a38

Analogous Colors of #38471a

#38471a #22471a #47401a

Monochromatic Colors of #38471a

#38471a

Complementary Color

#38471a #291a47

#38471a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38471a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38471a Color CSS Codes

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

#38471a Text Font Color

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

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


#38471a Background Color

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

This div background color is #38471a


#38471a Border Color

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

This div border color is #38471a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38471a


Comments

No comments written yet.

Please login to write comment.