COLOR #484230

HEX: #484230
RGB: (72,66,48)

Color info

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

RGB color model

#484230 color RGB value is (72,66,48).

  • red value is 72;
  • green value is 66;
  • blue value is 48.
RGB:
(72,66,48)
(28%,26%,19%)

RGB channels and saturation

R 72 of 255 = 28%
G 66 of 255 = 26%
B 48 of 255 = 19%

72
66
48

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

Portions of RGB colors in percentages

R + G + B =
72 + 66 + 48 = 186 (100%)
R 72 of 186 ~ 38.71%
G 66 of 186 ~ 35.48%
B 48 of 186 ~ 25.81%

%38.71
%35.48
%25.81

CMYK color model

#484230 color CMYK value is (0,8,33,72).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 33.33%
  • key color value is 71.76%
CMYK:
(0,8,33,72)
C0M8Y33K72 
(0%,8%,33%,72%)
(0.00/0.08/0.33/0.72)	

CMYK percentages

%0
%8.33
%33.33
%71.76

Codes

Color #484230 in popluar color models

484230
RGB726648
HSL45°20.00%23.53%
HSB/HSV45°33.33%28.24%
CMYK0.00%8.33%33.33%
71.76%

Color #484230 in popluar number systems.

HEX484230
Decimal726648
Binary10010001000010110000
Octal11010260

Shades and tints

Shades of #484230

#484230
(72,66,48)
#423C2C
(66,60,44)
#3C3628
(60,54,40)
#363024
(54,48,36)
#302A20
(48,42,32)
#2A241C
(42,36,28)
#241E18
(36,30,24)
#1E1814
(30,24,20)
#181210
(24,18,16)
#120C0C
(18,12,12)
#0C0608
(12,6,8)
#000000
(0,0,0)

Tints of #484230

#484230
(72,66,48)
#585342
(88,83,66)
#686454
(104,100,84)
#787566
(120,117,102)
#888678
(136,134,120)
#98978A
(152,151,138)
#A8A89C
(168,168,156)
#B8B9AE
(184,185,174)
#C8CAC0
(200,202,192)
#D8DBD2
(216,219,210)
#E8ECE4
(232,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484230 color. Also use rgb(72,66,48) instead hex code.

Text Font Color

.myTextColor { color: #484230; }

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

This text font color is #484230.


Background Color

.myBgColor { background-color: #484230; }

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

This div background color is #484230.


Border color

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

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

This div border color is #484230.


Opacity

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

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

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

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

This text has shadow with #484230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484230 on black background.


Color preview on white background

This text has color #484230 on white background.



Black color preview on #484230 background

This text has black color on #484230 background.


White color preview on #484230 background

This text has white color on #484230 background.