COLOR #484138

HEX: #484138
RGB: (72,65,56)

Color info

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

RGB color model

#484138 color RGB value is (72,65,56).

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

RGB channels and saturation

R 72 of 255 = 28%
G 65 of 255 = 25%
B 56 of 255 = 22%

72
65
56

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

Portions of RGB colors in percentages

R + G + B =
72 + 65 + 56 = 193 (100%)
R 72 of 193 ~ 37.31%
G 65 of 193 ~ 33.68%
B 56 of 193 ~ 29.02%

%37.31
%33.68
%29.02

CMYK color model

#484138 color CMYK value is (0,10,22,72).

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 22.22%
  • key color value is 71.76%
CMYK:
(0,10,22,72)
C0M10Y22K72 
(0%,10%,22%,72%)
(0.00/0.10/0.22/0.72)	

CMYK percentages

%0
%9.72
%22.22
%71.76

Codes

Color #484138 in popluar color models

484138
RGB726556
HSL34°12.50%25.10%
HSB/HSV34°22.22%28.24%
CMYK0.00%9.72%22.22%
71.76%

Color #484138 in popluar number systems.

HEX484138
Decimal726556
Binary10010001000001111000
Octal11010170

Shades and tints

Shades of #484138

#484138
(72,65,56)
#423C33
(66,60,51)
#3C372E
(60,55,46)
#363229
(54,50,41)
#302D24
(48,45,36)
#2A281F
(42,40,31)
#24231A
(36,35,26)
#1E1E15
(30,30,21)
#181910
(24,25,16)
#12140B
(18,20,11)
#0C0F06
(12,15,6)
#000000
(0,0,0)

Tints of #484138

#484138
(72,65,56)
#58524A
(88,82,74)
#68635C
(104,99,92)
#78746E
(120,116,110)
#888580
(136,133,128)
#989692
(152,150,146)
#A8A7A4
(168,167,164)
#B8B8B6
(184,184,182)
#C8C9C8
(200,201,200)
#D8DADA
(216,218,218)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484138; }

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

This text font color is #484138.


Background Color

.myBgColor { background-color: #484138; }

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

This div background color is #484138.


Border color

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

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

This div border color is #484138.


Opacity

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

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

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

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

This text has shadow with #484138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484138 on black background.


Color preview on white background

This text has color #484138 on white background.



Black color preview on #484138 background

This text has black color on #484138 background.


White color preview on #484138 background

This text has white color on #484138 background.