COLOR #7C350A

HEX: #7C350A RGB: (124,53,10)

Color info

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

RGB color model

#7C350A color RGB value is (124,53,10).

RGB: (124,53,10) (49%, 21%, 4%)

RGB channels and saturation

R 124 of 255 = 49%
G 53 of 255 = 21%
B 10 of 255 = 4%

124
53
10

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

Portions of RGB colors in percentages

R + G + B = 124 + 53 + 10 = 187 (100%)
R 124 of 187 ~ 66.31%
G 53 of 187 ~ 28.34%
B 10 of 187 ~ 5.35'%

%66.31
%28.34

CMYK color model

#7C350A color CMYK value is (0,57,92,51).

  • cyan value is 0.00%
  • magenta value is 57.26%
  • yellow value is 91.94%
  • key color value is 51.37%

CMYK: (0,57,92,51)
C0M57Y92K51 (0%, 57%, 92%, 51%)
(0.00 / 0.57 / 0.92 / 0.51)

CMYK percentages

%0
%57.26
%91.94
%51.37

Codes

Color #7C350A in popluar color models

7C 35 0A
RGB 124 53 10
HSL 23° 85.07% 26.27%
HSB/HSV 23° 91.94% 48.63%
CMYK 0.00% 57.26% 91.94%
51.37%

Color #7C350A in popluar number systems.

HEX 7C 35 0A
Decimal 124 53 10
Binary 1111100 110101 1010
Octal 174 65 12

Shades and tints

Shades of #7C350A

#7C350A
(124,53,10)
#71310A
(113,49,10)
#662D0A
(102,45,10)
#5B290A
(91,41,10)
#50250A
(80,37,10)
#45210A
(69,33,10)
#3A1D0A
(58,29,10)
#2F190A
(47,25,10)
#24150A
(36,21,10)
#19110A
(25,17,10)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #7C350A

#7C350A
(124,53,10)
#874720
(135,71,32)
#925936
(146,89,54)
#9D6B4C
(157,107,76)
#A87D62
(168,125,98)
#B38F78
(179,143,120)
#BEA18E
(190,161,142)
#C9B3A4
(201,179,164)
#D4C5BA
(212,197,186)
#DFD7D0
(223,215,208)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C350A color. Also use rgb(124,53,10) instead hex code.

Text Font Color

.myTextColor { color: #7C350A; }

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

This text font color is #7C350A.

Background Color

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

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

This div background color is #7C350A.

Border color

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

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

This div border color is #7C350A.

Opacity

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

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

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

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

This text has shadow with #7C350A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C350A.

Preview

Color preview on black background

This text has color #7C350A on black background.


Color preview on white background

This text has color #7C350A on white background.


Black color preview on #7C350A background

This text has black color on #7C350A background.


White color preview on #7C350A background

This text has white color on #7C350A background.


Related colors

Complementary color

Complementary color for #hex is #83CAF5.


I love getcolorcode.com

Triadic colors

1 #0A7C35 and #350A7C with #7C350A are triadic colors.

2 #0A357C and #357C0A with #7C350A are triadic colors.