COLOR #484725

HEX: #484725 RGB: (72,71,37)

Color info

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

RGB color model

#484725 color RGB value is (72,71,37).

RGB: (72,71,37) (28%, 28%, 15%)

RGB channels and saturation

R 72 of 255 = 28%
G 71 of 255 = 28%
B 37 of 255 = 15%

72
71
37

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

Portions of RGB colors in percentages

R + G + B = 72 + 71 + 37 = 180 (100%)
R 72 of 180 ~ 40%
G 71 of 180 ~ 39.44%
B 37 of 180 ~ 20.56'%

%40
%39.44
%20.56

CMYK color model

#484725 color CMYK value is (0,1,49,72).

  • cyan value is 0.00%
  • magenta value is 1.39%
  • yellow value is 48.61%
  • key color value is 71.76%
CMYK: (0,1,49,72) C0M1Y49K72 (0%,1%,49%,72%) (0.00/0.01/0.49/0.72) 

CMYK percentages

%0
%1.39
%48.61
%71.76

Codes

Color #484725 in popluar color models

48 47 25
RGB 72 71 37
HSL 58° 32.11% 21.37%
HSB/HSV 58° 48.61% 28.24%
CMYK 0.00% 1.39% 48.61%
71.76%

Color #484725 in popluar number systems.

HEX 48 47 25
Decimal 72 71 37
Binary 1001000 1000111 100101
Octal 110 107 45

Shades and tints

Shades of #484725

#484725
(72,71,37)
#424122
(66,65,34)
#3C3B1F
(60,59,31)
#36351C
(54,53,28)
#302F19
(48,47,25)
#2A2916
(42,41,22)
#242313
(36,35,19)
#1E1D10
(30,29,16)
#18170D
(24,23,13)
#12110A
(18,17,10)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #484725

#484725
(72,71,37)
#585738
(88,87,56)
#68674B
(104,103,75)
#78775E
(120,119,94)
#888771
(136,135,113)
#989784
(152,151,132)
#A8A797
(168,167,151)
#B8B7AA
(184,183,170)
#C8C7BD
(200,199,189)
#D8D7D0
(216,215,208)
#E8E7E3
(232,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484725; }

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

This text font color is #484725.

Background Color

.myBgColor { background-color: #484725; }

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

This div background color is #484725.

Border color

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

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

This div border color is #484725.

Opacity

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

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

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

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

This text has shadow with #484725 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484725.

Preview

Color preview on black background

This text has color #484725 on black background.


Color preview on white background

This text has color #484725 on white background.


Black color preview on #484725 background

This text has black color on #484725 background.


White color preview on #484725 background

This text has white color on #484725 background.


Related colors

Complementary color

Complementary color for #hex is #B7B8DA.


I love getcolorcode.com

Triadic colors

1 #254847 and #472548 with #484725 are triadic colors.

2 #254748 and #474825 with #484725 are triadic colors.