Color Hex Logo

#3a483e Color Hex

#3A483E
(58,72,62)
0 Favorites   0 Comments

Color spaces of #3a483e

RGB 587262
HSL0.380.110.25
HSV137°19°28°
CMYK 0.190.000.14   0.72
XYZ4.93185.88215.4328
Yxy5.88210.30360.3620
Hunter Lab24.2530-6.14533.6959
CIE-Lab29.1130-7.96134.1517

#3a483e color RGB value is (58,72,62).

#3a483e hex color red value is 58, green value is 72 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #3a483e hue: 0.38 , saturation: 0.11 and the lightness value of 3a483e is 0.25.

The process color (four color CMYK) of #3a483e color hex is 0.19, 0.00, 0.14, 0.72. Web safe color of #3a483e is #333333. Color #3a483e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01001000 00111110
Octal 72 110 76
Decimal 58 72 62
Hex 3A 48 3E

RGB Percentages of Color #3a483e

%30.21
%37.50
%32.29

CMYK Percentages of Color #3a483e

%19
%0
%14
%72

Triadic Colors of #3a483e

#3a483e #3e3a48 #483e3a

Analogous Colors of #3a483e

#3a483e #3a4845 #3d483a

Monochromatic Colors of #3a483e

#3a483e

Complementary Color

#3a483e #483a44

#3a483e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a483e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a483e Color CSS Codes

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

#3a483e Text Font Color

<p style="color:#3a483e">Text here</p>

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


#3a483e Background Color

<div style="background-color:#3a483e">
Div content here</div>

This div background color is #3a483e


#3a483e Border Color

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

This div border color is #3a483e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,72,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a483e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a483e;
  -webkit-box-shadow: 1px 1px 3px 2px #3a483e;
  box-shadow:         1px 1px 3px 2px #3a483e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,72,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a483e


Comments

No comments written yet.

Please login to write comment.