COLOR #8A3734

HEX: #8A3734
RGB: (138,55,52)

Color info

#8A3734 contains mainly red color. Web safe color of #8A3734 is #993333 (or #933).

RGB color model

#8A3734 color RGB value is (138,55,52).

  • red value is 138;
  • green value is 55;
  • blue value is 52.
RGB:
(138,55,52)
(54%,22%,20%)

RGB channels and saturation

R 138 of 255 = 54%
G 55 of 255 = 22%
B 52 of 255 = 20%

138
55
52

R + G + B ~ 32%. #8A3734 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 55 + 52 = 245 (100%)
R 138 of 245 ~ 56.33%
G 55 of 245 ~ 22.45%
B 52 of 245 ~ 21.22%

%56.33
%22.45
%21.22

CMYK color model

#8A3734 color CMYK value is (0,60,62,46).

  • cyan value is 0.00%
  • magenta value is 60.14%
  • yellow value is 62.32%
  • key color value is 45.88%
CMYK:
(0,60,62,46)
C0M60Y62K46 
(0%,60%,62%,46%)
(0.00/0.60/0.62/0.46)	

CMYK percentages

%0
%60.14
%62.32
%45.88

Codes

Color #8A3734 in popluar color models

8A3734
RGB1385552
HSL45.26%37.25%
HSB/HSV62.32%54.12%
CMYK0.00%60.14%62.32%
45.88%

Color #8A3734 in popluar number systems.

HEX8A3734
Decimal1385552
Binary10001010110111110100
Octal2126764

Shades and tints

Shades of #8A3734

#8A3734
(138,55,52)
#7E3230
(126,50,48)
#722D2C
(114,45,44)
#662828
(102,40,40)
#5A2324
(90,35,36)
#4E1E20
(78,30,32)
#42191C
(66,25,28)
#361418
(54,20,24)
#2A0F14
(42,15,20)
#1E0A10
(30,10,16)
#12050C
(18,5,12)
#000000
(0,0,0)

Tints of #8A3734

#8A3734
(138,55,52)
#944946
(148,73,70)
#9E5B58
(158,91,88)
#A86D6A
(168,109,106)
#B27F7C
(178,127,124)
#BC918E
(188,145,142)
#C6A3A0
(198,163,160)
#D0B5B2
(208,181,178)
#DAC7C4
(218,199,196)
#E4D9D6
(228,217,214)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A3734 color. Also use rgb(138,55,52) instead hex code.

Text Font Color

.myTextColor { color: #8A3734; }

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

This text font color is #8A3734.


Background Color

.myBgColor { background-color: #8A3734; }

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

This div background color is #8A3734.


Border color

.myBorderColor { border: 1px solid #8A3734; }

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

This div border color is #8A3734.


Opacity

.myOpacity80 { color: #8A3734; opacity: 0.8; }

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

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

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

This text has shadow with #8A3734 color.

.textShadow {text-shadow: 3px 3px 1px #8A3734, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A3734 on black background.


Color preview on white background

This text has color #8A3734 on white background.



Black color preview on #8A3734 background

This text has black color on #8A3734 background.


White color preview on #8A3734 background

This text has white color on #8A3734 background.