COLOR #484B2A

HEX: #484B2A
RGB: (72,75,42)

Color info

#484B2A contains red, green and blue colors in about the same proportion. Web safe color of #484B2A is #333333 (or #333).

RGB color model

#484B2A color RGB value is (72,75,42).

  • red value is 72;
  • green value is 75;
  • blue value is 42.
RGB:
(72,75,42)
(28%,29%,16%)

RGB channels and saturation

R 72 of 255 = 28%
G 75 of 255 = 29%
B 42 of 255 = 16%

72
75
42

R + G + B ~ 24%. #484B2A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 75 + 42 = 189 (100%)
R 72 of 189 ~ 38.1%
G 75 of 189 ~ 39.68%
B 42 of 189 ~ 22.22%

%38.1
%39.68
%22.22

CMYK color model

#484B2A color CMYK value is (4,0,44,71).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 70.59%
CMYK:
(4,0,44,71)
C4M0Y44K71 
(4%,0%,44%,71%)
(0.04/0.00/0.44/0.71)	

CMYK percentages

%4
%0
%44
%70.59

Codes

Color #484B2A in popluar color models

484B2A
RGB727542
HSL65°28.21%22.94%
HSB/HSV65°44.00%29.41%
CMYK4.00%0.00%44.00%
70.59%

Color #484B2A in popluar number systems.

HEX484B2A
Decimal727542
Binary10010001001011101010
Octal11011352

Shades and tints

Shades of #484B2A

#484B2A
(72,75,42)
#424527
(66,69,39)
#3C3F24
(60,63,36)
#363921
(54,57,33)
#30331E
(48,51,30)
#2A2D1B
(42,45,27)
#242718
(36,39,24)
#1E2115
(30,33,21)
#181B12
(24,27,18)
#12150F
(18,21,15)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #484B2A

#484B2A
(72,75,42)
#585B3D
(88,91,61)
#686B50
(104,107,80)
#787B63
(120,123,99)
#888B76
(136,139,118)
#989B89
(152,155,137)
#A8AB9C
(168,171,156)
#B8BBAF
(184,187,175)
#C8CBC2
(200,203,194)
#D8DBD5
(216,219,213)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484B2A color. Also use rgb(72,75,42) instead hex code.

Text Font Color

.myTextColor { color: #484B2A; }

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

This text font color is #484B2A.


Background Color

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

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

This div background color is #484B2A.


Border color

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

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

This div border color is #484B2A.


Opacity

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

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

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

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

This text has shadow with #484B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484B2A on black background.


Color preview on white background

This text has color #484B2A on white background.



Black color preview on #484B2A background

This text has black color on #484B2A background.


White color preview on #484B2A background

This text has white color on #484B2A background.