COLOR #485E3B

HEX: #485E3B
RGB: (72,94,59)

Color info

#485E3B contains red, green and blue colors in about the same proportion. Web safe color of #485E3B is #336633 (or #363).

RGB color model

#485E3B color RGB value is (72,94,59).

  • red value is 72;
  • green value is 94;
  • blue value is 59.
RGB:
(72,94,59)
(28%,37%,23%)

RGB channels and saturation

R 72 of 255 = 28%
G 94 of 255 = 37%
B 59 of 255 = 23%

72
94
59

R + G + B ~ 29%. #485E3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 94 + 59 = 225 (100%)
R 72 of 225 ~ 32%
G 94 of 225 ~ 41.78%
B 59 of 225 ~ 26.22%

%32
%41.78
%26.22

CMYK color model

#485E3B color CMYK value is (23,0,37,63).

  • cyan value is 23.40%
  • magenta value is 0.00%
  • yellow value is 37.23%
  • key color value is 63.14%
CMYK:
(23,0,37,63)
C23M0Y37K63 
(23%,0%,37%,63%)
(0.23/0.00/0.37/0.63)	

CMYK percentages

%23.4
%0
%37.23
%63.14

Codes

Color #485E3B in popluar color models

485E3B
RGB729459
HSL98°22.88%30.00%
HSB/HSV98°37.23%36.86%
CMYK23.40%0.00%37.23%
63.14%

Color #485E3B in popluar number systems.

HEX485E3B
Decimal729459
Binary10010001011110111011
Octal11013673

Shades and tints

Shades of #485E3B

#485E3B
(72,94,59)
#425636
(66,86,54)
#3C4E31
(60,78,49)
#36462C
(54,70,44)
#303E27
(48,62,39)
#2A3622
(42,54,34)
#242E1D
(36,46,29)
#1E2618
(30,38,24)
#181E13
(24,30,19)
#12160E
(18,22,14)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #485E3B

#485E3B
(72,94,59)
#586C4C
(88,108,76)
#687A5D
(104,122,93)
#78886E
(120,136,110)
#88967F
(136,150,127)
#98A490
(152,164,144)
#A8B2A1
(168,178,161)
#B8C0B2
(184,192,178)
#C8CEC3
(200,206,195)
#D8DCD4
(216,220,212)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485E3B color. Also use rgb(72,94,59) instead hex code.

Text Font Color

.myTextColor { color: #485E3B; }

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

This text font color is #485E3B.


Background Color

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

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

This div background color is #485E3B.


Border color

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

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

This div border color is #485E3B.


Opacity

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

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

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

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

This text has shadow with #485E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485E3B on black background.


Color preview on white background

This text has color #485E3B on white background.



Black color preview on #485E3B background

This text has black color on #485E3B background.


White color preview on #485E3B background

This text has white color on #485E3B background.