COLOR #A7380C

HEX: #A7380C RGB: (167,56,12)

Color info

#A7380C contains mainly red color. Web safe color of #A7380C is #993300 (or #930).

RGB color model

#A7380C color RGB value is (167,56,12).

RGB: (167,56,12) (65%, 22%, 5%)

RGB channels and saturation

R 167 of 255 = 65%
G 56 of 255 = 22%
B 12 of 255 = 5%

167
56
12

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

Portions of RGB colors in percentages

R + G + B = 167 + 56 + 12 = 235 (100%)
R 167 of 235 ~ 71.06%
G 56 of 235 ~ 23.83%
B 12 of 235 ~ 5.11'%

%71.06
%23.83

CMYK color model

#A7380C color CMYK value is (0,66,93,35).

  • cyan value is 0.00%
  • magenta value is 66.47%
  • yellow value is 92.81%
  • key color value is 34.51%

CMYK: (0,66,93,35)
C0M66Y93K35 (0%, 66%, 93%, 35%)
(0.00 / 0.66 / 0.93 / 0.35)

CMYK percentages

%0
%66.47
%92.81
%34.51

Codes

Color #A7380C in popluar color models

A7 38 0C
RGB 167 56 12
HSL 17° 86.59% 35.10%
HSB/HSV 17° 92.81% 65.49%
CMYK 0.00% 66.47% 92.81%
34.51%

Color #A7380C in popluar number systems.

HEX A7 38 0C
Decimal 167 56 12
Binary 10100111 111000 1100
Octal 247 70 14

Shades and tints

Shades of #A7380C

#A7380C
(167,56,12)
#98330B
(152,51,11)
#892E0A
(137,46,10)
#7A2909
(122,41,9)
#6B2408
(107,36,8)
#5C1F07
(92,31,7)
#4D1A06
(77,26,6)
#3E1505
(62,21,5)
#2F1004
(47,16,4)
#200B03
(32,11,3)
#110602
(17,6,2)
#000000
(0,0,0)

Tints of #A7380C

#A7380C
(167,56,12)
#AF4A22
(175,74,34)
#B75C38
(183,92,56)
#BF6E4E
(191,110,78)
#C78064
(199,128,100)
#CF927A
(207,146,122)
#D7A490
(215,164,144)
#DFB6A6
(223,182,166)
#E7C8BC
(231,200,188)
#EFDAD2
(239,218,210)
#F7ECE8
(247,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7380C color. Also use rgb(167,56,12) instead hex code.

Text Font Color

.myTextColor { color: #A7380C; }

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

This text font color is #A7380C.

Background Color

.myBgColor { background-color: #A7380C; }

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

This div background color is #A7380C.

Border color

.myBorderColor { border: 1px solid #A7380C; }

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

This div border color is #A7380C.

Opacity

.myOpacity80 { color: #A7380C; opacity: 0.8; }

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

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

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

This text has shadow with #A7380C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7380C.

Preview

Color preview on black background

This text has color #A7380C on black background.


Color preview on white background

This text has color #A7380C on white background.


Black color preview on #A7380C background

This text has black color on #A7380C background.


White color preview on #A7380C background

This text has white color on #A7380C background.


Related colors

Complementary color

Complementary color for #hex is #58C7F3.


I love getcolorcode.com

Triadic colors

1 #0CA738 and #380CA7 with #A7380C are triadic colors.

2 #0C38A7 and #38A70C with #A7380C are triadic colors.