COLOR #485235

HEX: #485235
RGB: (72,82,53)

Color info

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

RGB color model

#485235 color RGB value is (72,82,53).

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

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 53 of 255 = 21%

72
82
53

R + G + B ~ 27%. #485235 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 82 + 53 = 207 (100%)
R 72 of 207 ~ 34.78%
G 82 of 207 ~ 39.61%
B 53 of 207 ~ 25.6%

%34.78
%39.61
%25.6

CMYK color model

#485235 color CMYK value is (12,0,35,68).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 35.37%
  • key color value is 67.84%
CMYK:
(12,0,35,68)
C12M0Y35K68 
(12%,0%,35%,68%)
(0.12/0.00/0.35/0.68)	

CMYK percentages

%12.2
%0
%35.37
%67.84

Codes

Color #485235 in popluar color models

485235
RGB728253
HSL81°21.48%26.47%
HSB/HSV81°35.37%32.16%
CMYK12.20%0.00%35.37%
67.84%

Color #485235 in popluar number systems.

HEX485235
Decimal728253
Binary10010001010010110101
Octal11012265

Shades and tints

Shades of #485235

#485235
(72,82,53)
#424B31
(66,75,49)
#3C442D
(60,68,45)
#363D29
(54,61,41)
#303625
(48,54,37)
#2A2F21
(42,47,33)
#24281D
(36,40,29)
#1E2119
(30,33,25)
#181A15
(24,26,21)
#121311
(18,19,17)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #485235

#485235
(72,82,53)
#586147
(88,97,71)
#687059
(104,112,89)
#787F6B
(120,127,107)
#888E7D
(136,142,125)
#989D8F
(152,157,143)
#A8ACA1
(168,172,161)
#B8BBB3
(184,187,179)
#C8CAC5
(200,202,197)
#D8D9D7
(216,217,215)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485235; }

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

This text font color is #485235.


Background Color

.myBgColor { background-color: #485235; }

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

This div background color is #485235.


Border color

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

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

This div border color is #485235.


Opacity

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

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

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

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

This text has shadow with #485235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485235 on black background.


Color preview on white background

This text has color #485235 on white background.



Black color preview on #485235 background

This text has black color on #485235 background.


White color preview on #485235 background

This text has white color on #485235 background.