Color Hex Logo

#b33c23 Color Hex

#B33C23
(179,60,35)
0 Favorites   0 Comments

Color spaces of #b33c23

RGB 1796035
HSL0.030.670.42
HSV10°80°70°
CMYK 0.000.660.80   0.30
XYZ20.509612.93683.0062
Yxy12.93680.56260.3549
Hunter Lab35.967838.841020.2220
CIE-Lab42.667947.021140.7034

#b33c23 color RGB value is (179,60,35).

#b33c23 hex color red value is 179, green value is 60 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #b33c23 hue: 0.03 , saturation: 0.67 and the lightness value of b33c23 is 0.42.

The process color (four color CMYK) of #b33c23 color hex is 0.00, 0.66, 0.80, 0.30. Web safe color of #b33c23 is #cc3333. Color #b33c23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111100 00100011
Octal 263 74 43
Decimal 179 60 35
Hex B3 3C 23

RGB Percentages of Color #b33c23

%65.33
%21.90
%12.77

CMYK Percentages of Color #b33c23

%0
%66
%80
%30

Triadic Colors of #b33c23

#b33c23 #23b33c #3c23b3

Analogous Colors of #b33c23

#b33c23 #b38423 #b32352

Monochromatic Colors of #b33c23

#b33c23

Complementary Color

#b33c23 #239ab3

#b33c23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33c23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33c23 Color CSS Codes

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

#b33c23 Text Font Color

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

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


#b33c23 Background Color

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

This div background color is #b33c23


#b33c23 Border Color

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

This div border color is #b33c23


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,60,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b33c23; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b33c23;
  -webkit-box-shadow: 1px 1px 3px 2px #b33c23;
  box-shadow:         1px 1px 3px 2px #b33c23; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,60,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33c23


Comments

No comments written yet.

Please login to write comment.