COLOR #484625

HEX: #484625
RGB: (72,70,37)

Color info

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

RGB color model

#484625 color RGB value is (72,70,37).

  • red value is 72;
  • green value is 70;
  • blue value is 37.
RGB:
(72,70,37)
(28%,27%,15%)

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 37 of 255 = 15%

72
70
37

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

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 37 = 179 (100%)
R 72 of 179 ~ 40.22%
G 70 of 179 ~ 39.11%
B 37 of 179 ~ 20.67%

%40.22
%39.11
%20.67

CMYK color model

#484625 color CMYK value is (0,3,49,72).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 48.61%
  • key color value is 71.76%
CMYK:
(0,3,49,72)
C0M3Y49K72 
(0%,3%,49%,72%)
(0.00/0.03/0.49/0.72)	

CMYK percentages

%0
%2.78
%48.61
%71.76

Codes

Color #484625 in popluar color models

484625
RGB727037
HSL57°32.11%21.37%
HSB/HSV57°48.61%28.24%
CMYK0.00%2.78%48.61%
71.76%

Color #484625 in popluar number systems.

HEX484625
Decimal727037
Binary10010001000110100101
Octal11010645

Shades and tints

Shades of #484625

#484625
(72,70,37)
#424022
(66,64,34)
#3C3A1F
(60,58,31)
#36341C
(54,52,28)
#302E19
(48,46,25)
#2A2816
(42,40,22)
#242213
(36,34,19)
#1E1C10
(30,28,16)
#18160D
(24,22,13)
#12100A
(18,16,10)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #484625

#484625
(72,70,37)
#585638
(88,86,56)
#68664B
(104,102,75)
#78765E
(120,118,94)
#888671
(136,134,113)
#989684
(152,150,132)
#A8A697
(168,166,151)
#B8B6AA
(184,182,170)
#C8C6BD
(200,198,189)
#D8D6D0
(216,214,208)
#E8E6E3
(232,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484625 color. Also use rgb(72,70,37) instead hex code.

Text Font Color

.myTextColor { color: #484625; }

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

This text font color is #484625.


Background Color

.myBgColor { background-color: #484625; }

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

This div background color is #484625.


Border color

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

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

This div border color is #484625.


Opacity

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

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

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

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

This text has shadow with #484625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484625 on black background.


Color preview on white background

This text has color #484625 on white background.



Black color preview on #484625 background

This text has black color on #484625 background.


White color preview on #484625 background

This text has white color on #484625 background.