Color Hex Logo

#b24318 Color Hex

#B24318
(178,67,24)
0 Favorites   0 Comments

Color spaces of #b24318

RGB 1786724
HSL0.050.760.40
HSV17°87°70°
CMYK 0.000.620.87   0.30
XYZ20.532113.54522.3965
Yxy13.54520.56290.3714
Hunter Lab36.803835.174921.9020
CIE-Lab43.573543.227246.6638

#b24318 color RGB value is (178,67,24).

#b24318 hex color red value is 178, green value is 67 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #b24318 hue: 0.05 , saturation: 0.76 and the lightness value of b24318 is 0.40.

The process color (four color CMYK) of #b24318 color hex is 0.00, 0.62, 0.87, 0.30. Web safe color of #b24318 is #993300. Color #b24318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000011 00011000
Octal 262 103 30
Decimal 178 67 24
Hex B2 43 18

RGB Percentages of Color #b24318

%66.17
%24.91
%8.92

CMYK Percentages of Color #b24318

%0
%62
%87
%30

Triadic Colors of #b24318

#b24318 #18b243 #4318b2

Analogous Colors of #b24318

#b24318 #b29018 #b2183a

Monochromatic Colors of #b24318

#b24318

Complementary Color

#b24318 #1887b2

#b24318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24318 Color CSS Codes

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

#b24318 Text Font Color

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

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


#b24318 Background Color

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

This div background color is #b24318


#b24318 Border Color

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

This div border color is #b24318


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,67,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b24318; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b24318;
  -webkit-box-shadow: 1px 1px 3px 2px #b24318;
  box-shadow:         1px 1px 3px 2px #b24318; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,67,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24318


Comments

No comments written yet.

Please login to write comment.