Color Hex Logo

#28461d Color Hex

#28461D
(40,70,29)
0 Favorites   0 Comments

Color spaces of #28461d

RGB 407029
HSL0.290.410.19
HSV104°59°27°
CMYK 0.430.000.59   0.73
XYZ3.28704.92011.9388
Yxy4.92010.32400.4849
Hunter Lab22.1813-12.365710.3445
CIE-Lab26.5059-20.314121.0599

#28461d color RGB value is (40,70,29).

#28461d hex color red value is 40, green value is 70 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #28461d hue: 0.29 , saturation: 0.41 and the lightness value of 28461d is 0.19.

The process color (four color CMYK) of #28461d color hex is 0.43, 0.00, 0.59, 0.73. Web safe color of #28461d is #333333. Color #28461d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01000110 00011101
Octal 50 106 35
Decimal 40 70 29
Hex 28 46 1D

RGB Percentages of Color #28461d

%28.78
%50.36
%20.86

CMYK Percentages of Color #28461d

%43
%0
%59
%73

Triadic Colors of #28461d

#28461d #1d2846 #461d28

Analogous Colors of #28461d

#28461d #1d4627 #3d461d

Monochromatic Colors of #28461d

#28461d

Complementary Color

#28461d #3b1d46

#28461d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28461d Color Preview on White Background

Lorem ipsum dolor sit amet.

#28461d Color CSS Codes

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

#28461d Text Font Color

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

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


#28461d Background Color

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

This div background color is #28461d


#28461d Border Color

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

This div border color is #28461d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,70,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28461d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28461d;
  -webkit-box-shadow: 1px 1px 3px 2px #28461d;
  box-shadow:         1px 1px 3px 2px #28461d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,70,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28461d


Comments

No comments written yet.

Please login to write comment.