Color Hex Logo

#33413b Color Hex

#33413B
(51,65,59)
0 Favorites   0 Comments

Color spaces of #33413b

RGB 516559
HSL0.430.120.23
HSV154°22°25°
CMYK 0.220.000.09   0.75
XYZ4.04504.80024.8510
Yxy4.80020.29530.3505
Hunter Lab21.9094-5.38592.2090
CIE-Lab26.1578-7.14711.7846

#33413b color RGB value is (51,65,59).

#33413b hex color red value is 51, green value is 65 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #33413b hue: 0.43 , saturation: 0.12 and the lightness value of 33413b is 0.23.

The process color (four color CMYK) of #33413b color hex is 0.22, 0.00, 0.09, 0.75. Web safe color of #33413b is #333333. Color #33413b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000001 00111011
Octal 63 101 73
Decimal 51 65 59
Hex 33 41 3B

RGB Percentages of Color #33413b

%29.14
%37.14
%33.71

CMYK Percentages of Color #33413b

%22
%0
%9
%75

Triadic Colors of #33413b

#33413b #3b3341 #413b33

Analogous Colors of #33413b

#33413b #334041 #334134

Monochromatic Colors of #33413b

#33413b

Complementary Color

#33413b #413339

#33413b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33413b Color Preview on White Background

Lorem ipsum dolor sit amet.

#33413b Color CSS Codes

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

#33413b Text Font Color

<p style="color:#33413b">Text here</p>

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


#33413b Background Color

<div style="background-color:#33413b">
Div content here</div>

This div background color is #33413b


#33413b Border Color

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

This div border color is #33413b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,65,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33413b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33413b;
  -webkit-box-shadow: 1px 1px 3px 2px #33413b;
  box-shadow:         1px 1px 3px 2px #33413b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33413b


Comments

No comments written yet.

Please login to write comment.