COLOR #485F3B

HEX: #485F3B
RGB: (72,95,59)

Color info

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

RGB color model

#485F3B color RGB value is (72,95,59).

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

RGB channels and saturation

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

72
95
59

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

Portions of RGB colors in percentages

R + G + B =
72 + 95 + 59 = 226 (100%)
R 72 of 226 ~ 31.86%
G 95 of 226 ~ 42.04%
B 59 of 226 ~ 26.11%

%31.86
%42.04
%26.11

CMYK color model

#485F3B color CMYK value is (24,0,38,63).

  • cyan value is 24.21%
  • magenta value is 0.00%
  • yellow value is 37.89%
  • key color value is 62.75%
CMYK:
(24,0,38,63)
C24M0Y38K63 
(24%,0%,38%,63%)
(0.24/0.00/0.38/0.63)	

CMYK percentages

%24.21
%0
%37.89
%62.75

Codes

Color #485F3B in popluar color models

485F3B
RGB729559
HSL98°23.38%30.20%
HSB/HSV98°37.89%37.25%
CMYK24.21%0.00%37.89%
62.75%

Color #485F3B in popluar number systems.

HEX485F3B
Decimal729559
Binary10010001011111111011
Octal11013773

Shades and tints

Shades of #485F3B

#485F3B
(72,95,59)
#425736
(66,87,54)
#3C4F31
(60,79,49)
#36472C
(54,71,44)
#303F27
(48,63,39)
#2A3722
(42,55,34)
#242F1D
(36,47,29)
#1E2718
(30,39,24)
#181F13
(24,31,19)
#12170E
(18,23,14)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #485F3B

#485F3B
(72,95,59)
#586D4C
(88,109,76)
#687B5D
(104,123,93)
#78896E
(120,137,110)
#88977F
(136,151,127)
#98A590
(152,165,144)
#A8B3A1
(168,179,161)
#B8C1B2
(184,193,178)
#C8CFC3
(200,207,195)
#D8DDD4
(216,221,212)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485F3B; }

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

This text font color is #485F3B.


Background Color

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

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

This div background color is #485F3B.


Border color

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

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

This div border color is #485F3B.


Opacity

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

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

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

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

This text has shadow with #485F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485F3B on black background.


Color preview on white background

This text has color #485F3B on white background.



Black color preview on #485F3B background

This text has black color on #485F3B background.


White color preview on #485F3B background

This text has white color on #485F3B background.