COLOR #484F3D

HEX: #484F3D
RGB: (72,79,61)

Color info

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

RGB color model

#484F3D color RGB value is (72,79,61).

  • red value is 72;
  • green value is 79;
  • blue value is 61.
RGB:
(72,79,61)
(28%,31%,24%)

RGB channels and saturation

R 72 of 255 = 28%
G 79 of 255 = 31%
B 61 of 255 = 24%

72
79
61

R + G + B ~ 28%. #484F3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 79 + 61 = 212 (100%)
R 72 of 212 ~ 33.96%
G 79 of 212 ~ 37.26%
B 61 of 212 ~ 28.77%

%33.96
%37.26
%28.77

CMYK color model

#484F3D color CMYK value is (9,0,23,69).

  • cyan value is 8.86%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 69.02%
CMYK:
(9,0,23,69)
C9M0Y23K69 
(9%,0%,23%,69%)
(0.09/0.00/0.23/0.69)	

CMYK percentages

%8.86
%0
%22.78
%69.02

Codes

Color #484F3D in popluar color models

484F3D
RGB727961
HSL83°12.86%27.45%
HSB/HSV83°22.78%30.98%
CMYK8.86%0.00%22.78%
69.02%

Color #484F3D in popluar number systems.

HEX484F3D
Decimal727961
Binary10010001001111111101
Octal11011775

Shades and tints

Shades of #484F3D

#484F3D
(72,79,61)
#424838
(66,72,56)
#3C4133
(60,65,51)
#363A2E
(54,58,46)
#303329
(48,51,41)
#2A2C24
(42,44,36)
#24251F
(36,37,31)
#1E1E1A
(30,30,26)
#181715
(24,23,21)
#121010
(18,16,16)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #484F3D

#484F3D
(72,79,61)
#585F4E
(88,95,78)
#686F5F
(104,111,95)
#787F70
(120,127,112)
#888F81
(136,143,129)
#989F92
(152,159,146)
#A8AFA3
(168,175,163)
#B8BFB4
(184,191,180)
#C8CFC5
(200,207,197)
#D8DFD6
(216,223,214)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484F3D color. Also use rgb(72,79,61) instead hex code.

Text Font Color

.myTextColor { color: #484F3D; }

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

This text font color is #484F3D.


Background Color

.myBgColor { background-color: #484F3D; }

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

This div background color is #484F3D.


Border color

.myBorderColor { border: 1px solid #484F3D; }

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

This div border color is #484F3D.


Opacity

.myOpacity80 { color: #484F3D; opacity: 0.8; }

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

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

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

This text has shadow with #484F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484F3D on black background.


Color preview on white background

This text has color #484F3D on white background.



Black color preview on #484F3D background

This text has black color on #484F3D background.


White color preview on #484F3D background

This text has white color on #484F3D background.