COLOR #73483D

HEX: #73483D RGB: (115,72,61)

Color info

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

RGB color model

#73483D color RGB value is (115,72,61).

RGB: (115,72,61) (45%, 28%, 24%)

RGB channels and saturation

R 115 of 255 = 45%
G 72 of 255 = 28%
B 61 of 255 = 24%

115
72
61

R + G + B ~ 32%. #73483D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 72 + 61 = 248 (100%)
R 115 of 248 ~ 46.37%
G 72 of 248 ~ 29.03%
B 61 of 248 ~ 24.6'%

%46.37
%29.03
%24.6

CMYK color model

#73483D color CMYK value is (0,37,47,55).

  • cyan value is 0.00%
  • magenta value is 37.39%
  • yellow value is 46.96%
  • key color value is 54.90%

CMYK: (0,37,47,55)
C0M37Y47K55 (0%, 37%, 47%, 55%)
(0.00 / 0.37 / 0.47 / 0.55)

CMYK percentages

%0
%37.39
%46.96
%54.9

Codes

Color #73483D in popluar color models

73 48 3D
RGB 115 72 61
HSL 12° 30.68% 34.51%
HSB/HSV 12° 46.96% 45.10%
CMYK 0.00% 37.39% 46.96%
54.90%

Color #73483D in popluar number systems.

HEX 73 48 3D
Decimal 115 72 61
Binary 1110011 1001000 111101
Octal 163 110 75

Shades and tints

Shades of #73483D

#73483D
(115,72,61)
#694238
(105,66,56)
#5F3C33
(95,60,51)
#55362E
(85,54,46)
#4B3029
(75,48,41)
#412A24
(65,42,36)
#37241F
(55,36,31)
#2D1E1A
(45,30,26)
#231815
(35,24,21)
#191210
(25,18,16)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #73483D

#73483D
(115,72,61)
#7F584E
(127,88,78)
#8B685F
(139,104,95)
#977870
(151,120,112)
#A38881
(163,136,129)
#AF9892
(175,152,146)
#BBA8A3
(187,168,163)
#C7B8B4
(199,184,180)
#D3C8C5
(211,200,197)
#DFD8D6
(223,216,214)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73483D color. Also use rgb(115,72,61) instead hex code.

Text Font Color

.myTextColor { color: #73483D; }

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

This text font color is #73483D.

Background Color

.myBgColor { background-color: #73483D; }

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

This div background color is #73483D.

Border color

.myBorderColor { border: 1px solid #73483D; }

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

This div border color is #73483D.

Opacity

.myOpacity80 { color: #73483D; opacity: 0.8; }

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

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

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

This text has shadow with #73483D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73483D.

Preview

Color preview on black background

This text has color #73483D on black background.


Color preview on white background

This text has color #73483D on white background.


Black color preview on #73483D background

This text has black color on #73483D background.


White color preview on #73483D background

This text has white color on #73483D background.


Related colors

Complementary color

Complementary color for #hex is #8CB7C2.


I love getcolorcode.com

Triadic colors

1 #3D7348 and #483D73 with #73483D are triadic colors.

2 #3D4873 and #48733D with #73483D are triadic colors.