COLOR #7E3838

HEX: #7E3838
RGB: (126,56,56)

Color info

#7E3838 contains mainly red color. Web safe color of #7E3838 is #663333 (or #633).

RGB color model

#7E3838 color RGB value is (126,56,56).

  • red value is 126;
  • green value is 56;
  • blue value is 56.
RGB:
(126,56,56)
(49%,22%,22%)

RGB channels and saturation

R 126 of 255 = 49%
G 56 of 255 = 22%
B 56 of 255 = 22%

126
56
56

R + G + B ~ 31%. #7E3838 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 56 + 56 = 238 (100%)
R 126 of 238 ~ 52.94%
G 56 of 238 ~ 23.53%
B 56 of 238 ~ 23.53%

%52.94
%23.53
%23.53

CMYK color model

#7E3838 color CMYK value is (0,56,56,51).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 55.56%
  • key color value is 50.59%
CMYK:
(0,56,56,51)
C0M56Y56K51 
(0%,56%,56%,51%)
(0.00/0.56/0.56/0.51)	

CMYK percentages

%0
%55.56
%55.56
%50.59

Codes

Color #7E3838 in popluar color models

7E3838
RGB1265656
HSL38.46%35.69%
HSB/HSV55.56%49.41%
CMYK0.00%55.56%55.56%
50.59%

Color #7E3838 in popluar number systems.

HEX7E3838
Decimal1265656
Binary1111110111000111000
Octal1767070

Shades and tints

Shades of #7E3838

#7E3838
(126,56,56)
#733333
(115,51,51)
#682E2E
(104,46,46)
#5D2929
(93,41,41)
#522424
(82,36,36)
#471F1F
(71,31,31)
#3C1A1A
(60,26,26)
#311515
(49,21,21)
#261010
(38,16,16)
#1B0B0B
(27,11,11)
#100606
(16,6,6)
#000000
(0,0,0)

Tints of #7E3838

#7E3838
(126,56,56)
#894A4A
(137,74,74)
#945C5C
(148,92,92)
#9F6E6E
(159,110,110)
#AA8080
(170,128,128)
#B59292
(181,146,146)
#C0A4A4
(192,164,164)
#CBB6B6
(203,182,182)
#D6C8C8
(214,200,200)
#E1DADA
(225,218,218)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3838; }

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

This text font color is #7E3838.


Background Color

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

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

This div background color is #7E3838.


Border color

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

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

This div border color is #7E3838.


Opacity

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

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

Text with #7E3838 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 #7E3838;}

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

This text has shadow with #7E3838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3838 on black background.


Color preview on white background

This text has color #7E3838 on white background.



Black color preview on #7E3838 background

This text has black color on #7E3838 background.


White color preview on #7E3838 background

This text has white color on #7E3838 background.