COLOR #7B380A

HEX: #7B380A
RGB: (123,56,10)

Color info

#7B380A contains mainly red color. Web safe color of #7B380A is #663300 (or #630).

RGB color model

#7B380A color RGB value is (123,56,10).

  • red value is 123;
  • green value is 56;
  • blue value is 10.
RGB:
(123,56,10)
(48%,22%,4%)

RGB channels and saturation

R 123 of 255 = 48%
G 56 of 255 = 22%
B 10 of 255 = 4%

123
56
10

R + G + B ~ 25%. #7B380A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 56 + 10 = 189 (100%)
R 123 of 189 ~ 65.08%
G 56 of 189 ~ 29.63%
B 10 of 189 ~ 5.29%

%65.08
%29.63

CMYK color model

#7B380A color CMYK value is (0,54,92,52).

  • cyan value is 0.00%
  • magenta value is 54.47%
  • yellow value is 91.87%
  • key color value is 51.76%
CMYK:
(0,54,92,52)
C0M54Y92K52 
(0%,54%,92%,52%)
(0.00/0.54/0.92/0.52)	

CMYK percentages

%0
%54.47
%91.87
%51.76

Codes

Color #7B380A in popluar color models

7B380A
RGB1235610
HSL24°84.96%26.08%
HSB/HSV24°91.87%48.24%
CMYK0.00%54.47%91.87%
51.76%

Color #7B380A in popluar number systems.

HEX7B380A
Decimal1235610
Binary11110111110001010
Octal1737012

Shades and tints

Shades of #7B380A

#7B380A
(123,56,10)
#70330A
(112,51,10)
#652E0A
(101,46,10)
#5A290A
(90,41,10)
#4F240A
(79,36,10)
#441F0A
(68,31,10)
#391A0A
(57,26,10)
#2E150A
(46,21,10)
#23100A
(35,16,10)
#180B0A
(24,11,10)
#0D060A
(13,6,10)
#000000
(0,0,0)

Tints of #7B380A

#7B380A
(123,56,10)
#874A20
(135,74,32)
#935C36
(147,92,54)
#9F6E4C
(159,110,76)
#AB8062
(171,128,98)
#B79278
(183,146,120)
#C3A48E
(195,164,142)
#CFB6A4
(207,182,164)
#DBC8BA
(219,200,186)
#E7DAD0
(231,218,208)
#F3ECE6
(243,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B380A color. Also use rgb(123,56,10) instead hex code.

Text Font Color

.myTextColor { color: #7B380A; }

<p style="color:#7B380A">This sample text font color is #7B380A.</p>

This text font color is #7B380A.


Background Color

.myBgColor { background-color: #7B380A; }

<div style="background-color:#7B380A">Inner text</div>

This div background color is #7B380A.


Border color

.myBorderColor { border: 1px solid #7B380A; }

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

This div border color is #7B380A.


Opacity

.myOpacity80 { color: #7B380A; opacity: 0.8; }

<p style="color:#7B380A;opacity:0.8;">80%</p>

Text with #7B380A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7B380A;}

<p style="text-shadow: 3px 3px 1px #7B380A">Text here.</p>

This text has shadow with #7B380A color.

.textShadow {text-shadow: 3px 3px 1px #7B380A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7B380A, 5px 5px 20px red">Text here.</p>

This text has shadow with #7B380A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7B380A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7B380A, Direction=45, Strength=4)">Text</p>

This text has shadow with #7B380A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7B380A;
  -webkit-box-shadow:	1px 1px 3px 2px #7B380A;
  box-shadow:		1px 1px 3px 2px #7B380A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7B380A;
-webkit-box-shadow: 1px 1px 3px 2px #7B380A;
box-shadow:1px 1px 3px 2px #7B380A;">
Div content here</div>
This div box has shadow with color #7B380A.

Preview

Color preview on black background

This text has color #7B380A on black background.


Color preview on white background

This text has color #7B380A on white background.



Black color preview on #7B380A background

This text has black color on #7B380A background.


White color preview on #7B380A background

This text has white color on #7B380A background.