COLOR #483738

HEX: #483738
RGB: (72,55,56)

Color info

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

RGB color model

#483738 color RGB value is (72,55,56).

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

RGB channels and saturation

R 72 of 255 = 28%
G 55 of 255 = 22%
B 56 of 255 = 22%

72
55
56

R + G + B ~ 24%. #483738 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 55 + 56 = 183 (100%)
R 72 of 183 ~ 39.34%
G 55 of 183 ~ 30.05%
B 56 of 183 ~ 30.6%

%39.34
%30.05
%30.6

CMYK color model

#483738 color CMYK value is (0,24,22,72).

  • cyan value is 0.00%
  • magenta value is 23.61%
  • yellow value is 22.22%
  • key color value is 71.76%
CMYK:
(0,24,22,72)
C0M24Y22K72 
(0%,24%,22%,72%)
(0.00/0.24/0.22/0.72)	

CMYK percentages

%0
%23.61
%22.22
%71.76

Codes

Color #483738 in popluar color models

483738
RGB725556
HSL356°13.39%24.90%
HSB/HSV356°23.61%28.24%
CMYK0.00%23.61%22.22%
71.76%

Color #483738 in popluar number systems.

HEX483738
Decimal725556
Binary1001000110111111000
Octal1106770

Shades and tints

Shades of #483738

#483738
(72,55,56)
#423233
(66,50,51)
#3C2D2E
(60,45,46)
#362829
(54,40,41)
#302324
(48,35,36)
#2A1E1F
(42,30,31)
#24191A
(36,25,26)
#1E1415
(30,20,21)
#180F10
(24,15,16)
#120A0B
(18,10,11)
#0C0506
(12,5,6)
#000000
(0,0,0)

Tints of #483738

#483738
(72,55,56)
#58494A
(88,73,74)
#685B5C
(104,91,92)
#786D6E
(120,109,110)
#887F80
(136,127,128)
#989192
(152,145,146)
#A8A3A4
(168,163,164)
#B8B5B6
(184,181,182)
#C8C7C8
(200,199,200)
#D8D9DA
(216,217,218)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483738; }

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

This text font color is #483738.


Background Color

.myBgColor { background-color: #483738; }

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

This div background color is #483738.


Border color

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

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

This div border color is #483738.


Opacity

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

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

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

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

This text has shadow with #483738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483738 on black background.


Color preview on white background

This text has color #483738 on white background.



Black color preview on #483738 background

This text has black color on #483738 background.


White color preview on #483738 background

This text has white color on #483738 background.