Color Hex Logo

#b35030 Color Hex

#B35030
(179,80,48)
0 Favorites   0 Comments

Color spaces of #b35030

RGB 1798048
HSL0.040.580.45
HSV15°73°70°
CMYK 0.000.550.73   0.30
XYZ21.992615.53444.6356
Yxy15.53440.52160.3684
Hunter Lab39.413730.627920.6163
CIE-Lab46.357638.177837.6772

#b35030 color RGB value is (179,80,48).

#b35030 hex color red value is 179, green value is 80 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #b35030 hue: 0.04 , saturation: 0.58 and the lightness value of b35030 is 0.45.

The process color (four color CMYK) of #b35030 color hex is 0.00, 0.55, 0.73, 0.30. Web safe color of #b35030 is #cc6633. Color #b35030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010000 00110000
Octal 263 120 60
Decimal 179 80 48
Hex B3 50 30

RGB Percentages of Color #b35030

%58.31
%26.06
%15.64

CMYK Percentages of Color #b35030

%0
%55
%73
%30

Triadic Colors of #b35030

#b35030 #30b350 #5030b3

Analogous Colors of #b35030

#b35030 #b39230 #b33051

Monochromatic Colors of #b35030

#b35030

Complementary Color

#b35030 #3093b3

#b35030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35030 Color CSS Codes

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

#b35030 Text Font Color

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

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


#b35030 Background Color

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

This div background color is #b35030


#b35030 Border Color

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

This div border color is #b35030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35030


Comments

No comments written yet.

Please login to write comment.