COLOR #723A3A

HEX: #723A3A
RGB: (114,58,58)

Color info

#723A3A contains red, green and blue colors in about the same proportion. Web safe color of #723A3A is #663333 (or #633).

RGB color model

#723A3A color RGB value is (114,58,58).

  • red value is 114;
  • green value is 58;
  • blue value is 58.
RGB:
(114,58,58)
(45%,23%,23%)

RGB channels and saturation

R 114 of 255 = 45%
G 58 of 255 = 23%
B 58 of 255 = 23%

114
58
58

R + G + B ~ 30%. #723A3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 58 + 58 = 230 (100%)
R 114 of 230 ~ 49.57%
G 58 of 230 ~ 25.22%
B 58 of 230 ~ 25.22%

%49.57
%25.22
%25.22

CMYK color model

#723A3A color CMYK value is (0,49,49,55).

  • cyan value is 0.00%
  • magenta value is 49.12%
  • yellow value is 49.12%
  • key color value is 55.29%
CMYK:
(0,49,49,55)
C0M49Y49K55 
(0%,49%,49%,55%)
(0.00/0.49/0.49/0.55)	

CMYK percentages

%0
%49.12
%49.12
%55.29

Codes

Color #723A3A in popluar color models

723A3A
RGB1145858
HSL32.56%33.73%
HSB/HSV49.12%44.71%
CMYK0.00%49.12%49.12%
55.29%

Color #723A3A in popluar number systems.

HEX723A3A
Decimal1145858
Binary1110010111010111010
Octal1627272

Shades and tints

Shades of #723A3A

#723A3A
(114,58,58)
#683535
(104,53,53)
#5E3030
(94,48,48)
#542B2B
(84,43,43)
#4A2626
(74,38,38)
#402121
(64,33,33)
#361C1C
(54,28,28)
#2C1717
(44,23,23)
#221212
(34,18,18)
#180D0D
(24,13,13)
#0E0808
(14,8,8)
#000000
(0,0,0)

Tints of #723A3A

#723A3A
(114,58,58)
#7E4B4B
(126,75,75)
#8A5C5C
(138,92,92)
#966D6D
(150,109,109)
#A27E7E
(162,126,126)
#AE8F8F
(174,143,143)
#BAA0A0
(186,160,160)
#C6B1B1
(198,177,177)
#D2C2C2
(210,194,194)
#DED3D3
(222,211,211)
#EAE4E4
(234,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #723A3A color. Also use rgb(114,58,58) instead hex code.

Text Font Color

.myTextColor { color: #723A3A; }

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

This text font color is #723A3A.


Background Color

.myBgColor { background-color: #723A3A; }

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

This div background color is #723A3A.


Border color

.myBorderColor { border: 1px solid #723A3A; }

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

This div border color is #723A3A.


Opacity

.myOpacity80 { color: #723A3A; opacity: 0.8; }

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

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

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

This text has shadow with #723A3A color.

.textShadow {text-shadow: 3px 3px 1px #723A3A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723A3A on black background.


Color preview on white background

This text has color #723A3A on white background.



Black color preview on #723A3A background

This text has black color on #723A3A background.


White color preview on #723A3A background

This text has white color on #723A3A background.