COLOR #484027

HEX: #484027
RGB: (72,64,39)

Color info

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

RGB color model

#484027 color RGB value is (72,64,39).

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

RGB channels and saturation

R 72 of 255 = 28%
G 64 of 255 = 25%
B 39 of 255 = 15%

72
64
39

R + G + B ~ 23%. #484027 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 64 + 39 = 175 (100%)
R 72 of 175 ~ 41.14%
G 64 of 175 ~ 36.57%
B 39 of 175 ~ 22.29%

%41.14
%36.57
%22.29

CMYK color model

#484027 color CMYK value is (0,11,46,72).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 45.83%
  • key color value is 71.76%
CMYK:
(0,11,46,72)
C0M11Y46K72 
(0%,11%,46%,72%)
(0.00/0.11/0.46/0.72)	

CMYK percentages

%0
%11.11
%45.83
%71.76

Codes

Color #484027 in popluar color models

484027
RGB726439
HSL45°29.73%21.76%
HSB/HSV45°45.83%28.24%
CMYK0.00%11.11%45.83%
71.76%

Color #484027 in popluar number systems.

HEX484027
Decimal726439
Binary10010001000000100111
Octal11010047

Shades and tints

Shades of #484027

#484027
(72,64,39)
#423B24
(66,59,36)
#3C3621
(60,54,33)
#36311E
(54,49,30)
#302C1B
(48,44,27)
#2A2718
(42,39,24)
#242215
(36,34,21)
#1E1D12
(30,29,18)
#18180F
(24,24,15)
#12130C
(18,19,12)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #484027

#484027
(72,64,39)
#58513A
(88,81,58)
#68624D
(104,98,77)
#787360
(120,115,96)
#888473
(136,132,115)
#989586
(152,149,134)
#A8A699
(168,166,153)
#B8B7AC
(184,183,172)
#C8C8BF
(200,200,191)
#D8D9D2
(216,217,210)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484027; }

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

This text font color is #484027.


Background Color

.myBgColor { background-color: #484027; }

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

This div background color is #484027.


Border color

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

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

This div border color is #484027.


Opacity

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

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

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

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

This text has shadow with #484027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484027 on black background.


Color preview on white background

This text has color #484027 on white background.



Black color preview on #484027 background

This text has black color on #484027 background.


White color preview on #484027 background

This text has white color on #484027 background.