Color Hex Logo

#4a263d Color Hex

#4A263D
(74,38,61)
0 Favorites   0 Comments

Color spaces of #4a263d

RGB 743861
HSL0.890.320.22
HSV322°49°29°
CMYK 0.000.490.18   0.71
XYZ4.35953.17904.7987
Yxy3.17900.35340.2577
Hunter Lab17.829812.4424-3.4765
CIE-Lab20.747020.5872-7.2887

#4a263d color RGB value is (74,38,61).

#4a263d hex color red value is 74, green value is 38 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #4a263d hue: 0.89 , saturation: 0.32 and the lightness value of 4a263d is 0.22.

The process color (four color CMYK) of #4a263d color hex is 0.00, 0.49, 0.18, 0.71. Web safe color of #4a263d is #333333. Color #4a263d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00100110 00111101
Octal 112 46 75
Decimal 74 38 61
Hex 4A 26 3D

RGB Percentages of Color #4a263d

%42.77
%21.97
%35.26

CMYK Percentages of Color #4a263d

%0
%49
%18
%71

Triadic Colors of #4a263d

#4a263d #3d4a26 #263d4a

Analogous Colors of #4a263d

#4a263d #4a262b #45264a

Monochromatic Colors of #4a263d

#4a263d

Complementary Color

#4a263d #264a33

#4a263d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a263d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a263d Color CSS Codes

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

#4a263d Text Font Color

<p style="color:#4a263d">Text here</p>

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


#4a263d Background Color

<div style="background-color:#4a263d">
Div content here</div>

This div background color is #4a263d


#4a263d Border Color

<div style="border:3px solid #4a263d">
Div here</div>

This div border color is #4a263d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,38,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a263d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a263d;
  -webkit-box-shadow: 1px 1px 3px 2px #4a263d;
  box-shadow:         1px 1px 3px 2px #4a263d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,38,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a263d


Comments

No comments written yet.

Please login to write comment.