COLOR #484034

HEX: #484034
RGB: (72,64,52)

Color info

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

RGB color model

#484034 color RGB value is (72,64,52).

  • red value is 72;
  • green value is 64;
  • blue value is 52.
RGB:
(72,64,52)
(28%,25%,20%)

RGB channels and saturation

R 72 of 255 = 28%
G 64 of 255 = 25%
B 52 of 255 = 20%

72
64
52

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

Portions of RGB colors in percentages

R + G + B =
72 + 64 + 52 = 188 (100%)
R 72 of 188 ~ 38.3%
G 64 of 188 ~ 34.04%
B 52 of 188 ~ 27.66%

%38.3
%34.04
%27.66

CMYK color model

#484034 color CMYK value is (0,11,28,72).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 27.78%
  • key color value is 71.76%
CMYK:
(0,11,28,72)
C0M11Y28K72 
(0%,11%,28%,72%)
(0.00/0.11/0.28/0.72)	

CMYK percentages

%0
%11.11
%27.78
%71.76

Codes

Color #484034 in popluar color models

484034
RGB726452
HSL36°16.13%24.31%
HSB/HSV36°27.78%28.24%
CMYK0.00%11.11%27.78%
71.76%

Color #484034 in popluar number systems.

HEX484034
Decimal726452
Binary10010001000000110100
Octal11010064

Shades and tints

Shades of #484034

#484034
(72,64,52)
#423B30
(66,59,48)
#3C362C
(60,54,44)
#363128
(54,49,40)
#302C24
(48,44,36)
#2A2720
(42,39,32)
#24221C
(36,34,28)
#1E1D18
(30,29,24)
#181814
(24,24,20)
#121310
(18,19,16)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #484034

#484034
(72,64,52)
#585146
(88,81,70)
#686258
(104,98,88)
#78736A
(120,115,106)
#88847C
(136,132,124)
#98958E
(152,149,142)
#A8A6A0
(168,166,160)
#B8B7B2
(184,183,178)
#C8C8C4
(200,200,196)
#D8D9D6
(216,217,214)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484034 color. Also use rgb(72,64,52) instead hex code.

Text Font Color

.myTextColor { color: #484034; }

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

This text font color is #484034.


Background Color

.myBgColor { background-color: #484034; }

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

This div background color is #484034.


Border color

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

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

This div border color is #484034.


Opacity

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

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

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

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

This text has shadow with #484034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484034 on black background.


Color preview on white background

This text has color #484034 on white background.



Black color preview on #484034 background

This text has black color on #484034 background.


White color preview on #484034 background

This text has white color on #484034 background.