COLOR #7E433C

HEX: #7E433C RGB: (126,67,60)

Color info

#7E433C contains mainly red and green colors. Web safe color of #7E433C is #663333 (or #633).

RGB color model

#7E433C color RGB value is (126,67,60).

RGB: (126,67,60) (49%, 26%, 24%)

RGB channels and saturation

R 126 of 255 = 49%
G 67 of 255 = 26%
B 60 of 255 = 24%

126
67
60

R + G + B ~ 33%. #7E433C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 67 + 60 = 253 (100%)
R 126 of 253 ~ 49.8%
G 67 of 253 ~ 26.48%
B 60 of 253 ~ 23.72'%

%49.8
%26.48
%23.72

CMYK color model

#7E433C color CMYK value is (0,47,52,51).

  • cyan value is 0.00%
  • magenta value is 46.83%
  • yellow value is 52.38%
  • key color value is 50.59%

CMYK: (0,47,52,51)
C0M47Y52K51 (0%, 47%, 52%, 51%)
(0.00 / 0.47 / 0.52 / 0.51)

CMYK percentages

%0
%46.83
%52.38
%50.59

Codes

Color #7E433C in popluar color models

7E 43 3C
RGB 126 67 60
HSL 35.48% 36.47%
HSB/HSV 52.38% 49.41%
CMYK 0.00% 46.83% 52.38%
50.59%

Color #7E433C in popluar number systems.

HEX 7E 43 3C
Decimal 126 67 60
Binary 1111110 1000011 111100
Octal 176 103 74

Shades and tints

Shades of #7E433C

#7E433C
(126,67,60)
#733D37
(115,61,55)
#683732
(104,55,50)
#5D312D
(93,49,45)
#522B28
(82,43,40)
#472523
(71,37,35)
#3C1F1E
(60,31,30)
#311919
(49,25,25)
#261314
(38,19,20)
#1B0D0F
(27,13,15)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #7E433C

#7E433C
(126,67,60)
#89544D
(137,84,77)
#94655E
(148,101,94)
#9F766F
(159,118,111)
#AA8780
(170,135,128)
#B59891
(181,152,145)
#C0A9A2
(192,169,162)
#CBBAB3
(203,186,179)
#D6CBC4
(214,203,196)
#E1DCD5
(225,220,213)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E433C; }

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

This text font color is #7E433C.

Background Color

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

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

This div background color is #7E433C.

Border color

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

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

This div border color is #7E433C.

Opacity

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

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

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

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

This text has shadow with #7E433C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E433C.

Preview

Color preview on black background

This text has color #7E433C on black background.


Color preview on white background

This text has color #7E433C on white background.


Black color preview on #7E433C background

This text has black color on #7E433C background.


White color preview on #7E433C background

This text has white color on #7E433C background.


Related colors

Complementary color

Complementary color for #hex is #81BCC3.


I love getcolorcode.com

Triadic colors

1 #3C7E43 and #433C7E with #7E433C are triadic colors.

2 #3C437E and #437E3C with #7E433C are triadic colors.