Color Hex Logo

#3b223e Color Hex

#3B223E
(59,34,62)
0 Favorites   0 Comments

Color spaces of #3b223e

RGB 593462
HSL0.820.290.19
HSV294°45°24°
CMYK 0.050.450.00   0.76
XYZ3.24522.42174.8538
Yxy2.42170.30850.2302
Hunter Lab15.56189.9905-7.5996
CIE-Lab17.560717.5492-13.0515

#3b223e color RGB value is (59,34,62).

#3b223e hex color red value is 59, green value is 34 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #3b223e hue: 0.82 , saturation: 0.29 and the lightness value of 3b223e is 0.19.

The process color (four color CMYK) of #3b223e color hex is 0.05, 0.45, 0.00, 0.76. Web safe color of #3b223e is #333333. Color #3b223e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00100010 00111110
Octal 73 42 76
Decimal 59 34 62
Hex 3B 22 3E

RGB Percentages of Color #3b223e

%38.06
%21.94
%40.00

CMYK Percentages of Color #3b223e

%5
%45
%0
%76

Triadic Colors of #3b223e

#3b223e #3e3b22 #223e3b

Analogous Colors of #3b223e

#3b223e #3e2233 #2d223e

Monochromatic Colors of #3b223e

#3b223e

Complementary Color

#3b223e #253e22

#3b223e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b223e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b223e Color CSS Codes

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

#3b223e Text Font Color

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

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


#3b223e Background Color

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

This div background color is #3b223e


#3b223e Border Color

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

This div border color is #3b223e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,34,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 #3b223e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b223e


Comments

No comments written yet.

Please login to write comment.