COLOR #485230

HEX: #485230
RGB: (72,82,48)

Color info

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

RGB color model

#485230 color RGB value is (72,82,48).

  • red value is 72;
  • green value is 82;
  • blue value is 48.
RGB:
(72,82,48)
(28%,32%,19%)

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 48 of 255 = 19%

72
82
48

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

Portions of RGB colors in percentages

R + G + B =
72 + 82 + 48 = 202 (100%)
R 72 of 202 ~ 35.64%
G 82 of 202 ~ 40.59%
B 48 of 202 ~ 23.76%

%35.64
%40.59
%23.76

CMYK color model

#485230 color CMYK value is (12,0,41,68).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 67.84%
CMYK:
(12,0,41,68)
C12M0Y41K68 
(12%,0%,41%,68%)
(0.12/0.00/0.41/0.68)	

CMYK percentages

%12.2
%0
%41.46
%67.84

Codes

Color #485230 in popluar color models

485230
RGB728248
HSL78°26.15%25.49%
HSB/HSV78°41.46%32.16%
CMYK12.20%0.00%41.46%
67.84%

Color #485230 in popluar number systems.

HEX485230
Decimal728248
Binary10010001010010110000
Octal11012260

Shades and tints

Shades of #485230

#485230
(72,82,48)
#424B2C
(66,75,44)
#3C4428
(60,68,40)
#363D24
(54,61,36)
#303620
(48,54,32)
#2A2F1C
(42,47,28)
#242818
(36,40,24)
#1E2114
(30,33,20)
#181A10
(24,26,16)
#12130C
(18,19,12)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #485230

#485230
(72,82,48)
#586142
(88,97,66)
#687054
(104,112,84)
#787F66
(120,127,102)
#888E78
(136,142,120)
#989D8A
(152,157,138)
#A8AC9C
(168,172,156)
#B8BBAE
(184,187,174)
#C8CAC0
(200,202,192)
#D8D9D2
(216,217,210)
#E8E8E4
(232,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485230 color. Also use rgb(72,82,48) instead hex code.

Text Font Color

.myTextColor { color: #485230; }

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

This text font color is #485230.


Background Color

.myBgColor { background-color: #485230; }

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

This div background color is #485230.


Border color

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

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

This div border color is #485230.


Opacity

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

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

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

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

This text has shadow with #485230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485230 on black background.


Color preview on white background

This text has color #485230 on white background.



Black color preview on #485230 background

This text has black color on #485230 background.


White color preview on #485230 background

This text has white color on #485230 background.