Color Hex Logo

#3b4a48 Color Hex

#3B4A48
(59,74,72)
0 Favorites   0 Comments

Color spaces of #3b4a48

RGB 597472
HSL0.480.110.26
HSV172°20°29°
CMYK 0.200.000.03   0.71
XYZ5.42216.29527.0602
Yxy6.29520.28880.3353
Hunter Lab25.0902-5.33340.8794
CIE-Lab30.1453-6.4249-0.7884

#3b4a48 color RGB value is (59,74,72).

#3b4a48 hex color red value is 59, green value is 74 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #3b4a48 hue: 0.48 , saturation: 0.11 and the lightness value of 3b4a48 is 0.26.

The process color (four color CMYK) of #3b4a48 color hex is 0.20, 0.00, 0.03, 0.71. Web safe color of #3b4a48 is #333333. Color #3b4a48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01001010 01001000
Octal 73 112 110
Decimal 59 74 72
Hex 3B 4A 48

RGB Percentages of Color #3b4a48

%28.78
%36.10
%35.12

CMYK Percentages of Color #3b4a48

%20
%0
%3
%71

Triadic Colors of #3b4a48

#3b4a48 #483b4a #4a483b

Analogous Colors of #3b4a48

#3b4a48 #3b454a #3b4a41

Monochromatic Colors of #3b4a48

#3b4a48

Complementary Color

#3b4a48 #4a3b3d

#3b4a48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b4a48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b4a48 Color CSS Codes

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

#3b4a48 Text Font Color

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

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


#3b4a48 Background Color

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

This div background color is #3b4a48


#3b4a48 Border Color

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

This div border color is #3b4a48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b4a48


Comments

No comments written yet.

Please login to write comment.