Color Hex Logo

#7b3030 Color Hex

#7B3030
(123,48,48)
1 Favorites   0 Comments

Color spaces of #7b3030

RGB 1234848
HSL0.000.440.34
HSV61°48°
CMYK 0.000.610.61   0.52
XYZ9.75886.53833.5440
Yxy6.53830.49180.3295
Hunter Lab25.570123.37679.6815
CIE-Lab30.731832.699116.7152

#7b3030 color RGB value is (123,48,48).

#7b3030 hex color red value is 123, green value is 48 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #7b3030 hue: 0.00 , saturation: 0.44 and the lightness value of 7b3030 is 0.34.

The process color (four color CMYK) of #7b3030 color hex is 0.00, 0.61, 0.61, 0.52. Web safe color of #7b3030 is #663333. Color #7b3030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00110000 00110000
Octal 173 60 60
Decimal 123 48 48
Hex 7B 30 30

RGB Percentages of Color #7b3030

%56.16
%21.92
%21.92

CMYK Percentages of Color #7b3030

%0
%61
%61
%52

Triadic Colors of #7b3030

#7b3030 #307b30 #30307b

Analogous Colors of #7b3030

#7b3030 #7b5630 #7b3056

Monochromatic Colors of #7b3030

#7b3030

Complementary Color

#7b3030 #307b7b

#7b3030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b3030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b3030 Color CSS Codes

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

#7b3030 Text Font Color

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

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


#7b3030 Background Color

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

This div background color is #7b3030


#7b3030 Border Color

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

This div border color is #7b3030


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,48,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 #7b3030">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b3030


Comments

No comments written yet.

Please login to write comment.