COLOR #485F20

HEX: #485F20
RGB: (72,95,32)

Color info

#485F20 contains mainly red and green colors. Web safe color of #485F20 is #336633 (or #363).

RGB color model

#485F20 color RGB value is (72,95,32).

  • red value is 72;
  • green value is 95;
  • blue value is 32.
RGB:
(72,95,32)
(28%,37%,13%)

RGB channels and saturation

R 72 of 255 = 28%
G 95 of 255 = 37%
B 32 of 255 = 13%

72
95
32

R + G + B ~ 26%. #485F20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 95 + 32 = 199 (100%)
R 72 of 199 ~ 36.18%
G 95 of 199 ~ 47.74%
B 32 of 199 ~ 16.08%

%36.18
%47.74
%16.08

CMYK color model

#485F20 color CMYK value is (24,0,66,63).

  • cyan value is 24.21%
  • magenta value is 0.00%
  • yellow value is 66.32%
  • key color value is 62.75%
CMYK:
(24,0,66,63)
C24M0Y66K63 
(24%,0%,66%,63%)
(0.24/0.00/0.66/0.63)	

CMYK percentages

%24.21
%0
%66.32
%62.75

Codes

Color #485F20 in popluar color models

485F20
RGB729532
HSL82°49.61%24.90%
HSB/HSV82°66.32%37.25%
CMYK24.21%0.00%66.32%
62.75%

Color #485F20 in popluar number systems.

HEX485F20
Decimal729532
Binary10010001011111100000
Octal11013740

Shades and tints

Shades of #485F20

#485F20
(72,95,32)
#42571E
(66,87,30)
#3C4F1C
(60,79,28)
#36471A
(54,71,26)
#303F18
(48,63,24)
#2A3716
(42,55,22)
#242F14
(36,47,20)
#1E2712
(30,39,18)
#181F10
(24,31,16)
#12170E
(18,23,14)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #485F20

#485F20
(72,95,32)
#586D34
(88,109,52)
#687B48
(104,123,72)
#78895C
(120,137,92)
#889770
(136,151,112)
#98A584
(152,165,132)
#A8B398
(168,179,152)
#B8C1AC
(184,193,172)
#C8CFC0
(200,207,192)
#D8DDD4
(216,221,212)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485F20 color. Also use rgb(72,95,32) instead hex code.

Text Font Color

.myTextColor { color: #485F20; }

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

This text font color is #485F20.


Background Color

.myBgColor { background-color: #485F20; }

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

This div background color is #485F20.


Border color

.myBorderColor { border: 1px solid #485F20; }

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

This div border color is #485F20.


Opacity

.myOpacity80 { color: #485F20; opacity: 0.8; }

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

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

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

This text has shadow with #485F20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485F20 on black background.


Color preview on white background

This text has color #485F20 on white background.



Black color preview on #485F20 background

This text has black color on #485F20 background.


White color preview on #485F20 background

This text has white color on #485F20 background.