COLOR #483743

HEX: #483743
RGB: (72,55,67)

Color info

#483743 contains red, green and blue colors in about the same proportion. Web safe color of #483743 is #333333 (or #333).

RGB color model

#483743 color RGB value is (72,55,67).

  • red value is 72;
  • green value is 55;
  • blue value is 67.
RGB:
(72,55,67)
(28%,22%,26%)

RGB channels and saturation

R 72 of 255 = 28%
G 55 of 255 = 22%
B 67 of 255 = 26%

72
55
67

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

Portions of RGB colors in percentages

R + G + B =
72 + 55 + 67 = 194 (100%)
R 72 of 194 ~ 37.11%
G 55 of 194 ~ 28.35%
B 67 of 194 ~ 34.54%

%37.11
%28.35
%34.54

CMYK color model

#483743 color CMYK value is (0,24,7,72).

  • cyan value is 0.00%
  • magenta value is 23.61%
  • yellow value is 6.94%
  • key color value is 71.76%
CMYK:
(0,24,7,72)
C0M24Y7K72 
(0%,24%,7%,72%)
(0.00/0.24/0.07/0.72)	

CMYK percentages

%0
%23.61
%6.94
%71.76

Codes

Color #483743 in popluar color models

483743
RGB725567
HSL318°13.39%24.90%
HSB/HSV318°23.61%28.24%
CMYK0.00%23.61%6.94%
71.76%

Color #483743 in popluar number systems.

HEX483743
Decimal725567
Binary10010001101111000011
Octal11067103

Shades and tints

Shades of #483743

#483743
(72,55,67)
#42323D
(66,50,61)
#3C2D37
(60,45,55)
#362831
(54,40,49)
#30232B
(48,35,43)
#2A1E25
(42,30,37)
#24191F
(36,25,31)
#1E1419
(30,20,25)
#180F13
(24,15,19)
#120A0D
(18,10,13)
#0C0507
(12,5,7)
#000000
(0,0,0)

Tints of #483743

#483743
(72,55,67)
#584954
(88,73,84)
#685B65
(104,91,101)
#786D76
(120,109,118)
#887F87
(136,127,135)
#989198
(152,145,152)
#A8A3A9
(168,163,169)
#B8B5BA
(184,181,186)
#C8C7CB
(200,199,203)
#D8D9DC
(216,217,220)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483743 color. Also use rgb(72,55,67) instead hex code.

Text Font Color

.myTextColor { color: #483743; }

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

This text font color is #483743.


Background Color

.myBgColor { background-color: #483743; }

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

This div background color is #483743.


Border color

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

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

This div border color is #483743.


Opacity

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

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

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

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

This text has shadow with #483743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483743 on black background.


Color preview on white background

This text has color #483743 on white background.



Black color preview on #483743 background

This text has black color on #483743 background.


White color preview on #483743 background

This text has white color on #483743 background.