COLOR #484A02

HEX: #484A02
RGB: (72,74,2)

Color info

#484A02 contains mainly red and green colors. Web safe color of #484A02 is #333300 (or #330).

RGB color model

#484A02 color RGB value is (72,74,2).

  • red value is 72;
  • green value is 74;
  • blue value is 2.
RGB:
(72,74,2)
(28%,29%,1%)

RGB channels and saturation

R 72 of 255 = 28%
G 74 of 255 = 29%
B 2 of 255 = 1%

72
74
2

R + G + B ~ 19%. #484A02 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 74 + 2 = 148 (100%)
R 72 of 148 ~ 48.65%
G 74 of 148 ~ 50%
B 2 of 148 ~ 1.35%

%48.65
%50

CMYK color model

#484A02 color CMYK value is (3,0,97,71).

  • cyan value is 2.70%
  • magenta value is 0.00%
  • yellow value is 97.30%
  • key color value is 70.98%
CMYK:
(3,0,97,71)
C3M0Y97K71 
(3%,0%,97%,71%)
(0.03/0.00/0.97/0.71)	

CMYK percentages

%2.7
%0
%97.3
%70.98

Codes

Color #484A02 in popluar color models

484A02
RGB72742
HSL62°94.74%14.90%
HSB/HSV62°97.30%29.02%
CMYK2.70%0.00%97.30%
70.98%

Color #484A02 in popluar number systems.

HEX484A02
Decimal72742
Binary1001000100101010
Octal1101122

Shades and tints

Shades of #484A02

#484A02
(72,74,2)
#424402
(66,68,2)
#3C3E02
(60,62,2)
#363802
(54,56,2)
#303202
(48,50,2)
#2A2C02
(42,44,2)
#242602
(36,38,2)
#1E2002
(30,32,2)
#181A02
(24,26,2)
#121402
(18,20,2)
#0C0E02
(12,14,2)
#000000
(0,0,0)

Tints of #484A02

#484A02
(72,74,2)
#585A19
(88,90,25)
#686A30
(104,106,48)
#787A47
(120,122,71)
#888A5E
(136,138,94)
#989A75
(152,154,117)
#A8AA8C
(168,170,140)
#B8BAA3
(184,186,163)
#C8CABA
(200,202,186)
#D8DAD1
(216,218,209)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484A02 color. Also use rgb(72,74,2) instead hex code.

Text Font Color

.myTextColor { color: #484A02; }

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

This text font color is #484A02.


Background Color

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

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

This div background color is #484A02.


Border color

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

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

This div border color is #484A02.


Opacity

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

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

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

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

This text has shadow with #484A02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484A02 on black background.


Color preview on white background

This text has color #484A02 on white background.



Black color preview on #484A02 background

This text has black color on #484A02 background.


White color preview on #484A02 background

This text has white color on #484A02 background.