COLOR #483A04

HEX: #483A04
RGB: (72,58,4)

Color info

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

RGB color model

#483A04 color RGB value is (72,58,4).

  • red value is 72;
  • green value is 58;
  • blue value is 4.
RGB:
(72,58,4)
(28%,23%,2%)

RGB channels and saturation

R 72 of 255 = 28%
G 58 of 255 = 23%
B 4 of 255 = 2%

72
58
4

R + G + B ~ 18%. #483A04 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 58 + 4 = 134 (100%)
R 72 of 134 ~ 53.73%
G 58 of 134 ~ 43.28%
B 4 of 134 ~ 2.99%

%53.73
%43.28

CMYK color model

#483A04 color CMYK value is (0,19,94,72).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 94.44%
  • key color value is 71.76%
CMYK:
(0,19,94,72)
C0M19Y94K72 
(0%,19%,94%,72%)
(0.00/0.19/0.94/0.72)	

CMYK percentages

%0
%19.44
%94.44
%71.76

Codes

Color #483A04 in popluar color models

483A04
RGB72584
HSL48°89.47%14.90%
HSB/HSV48°94.44%28.24%
CMYK0.00%19.44%94.44%
71.76%

Color #483A04 in popluar number systems.

HEX483A04
Decimal72584
Binary1001000111010100
Octal110724

Shades and tints

Shades of #483A04

#483A04
(72,58,4)
#423504
(66,53,4)
#3C3004
(60,48,4)
#362B04
(54,43,4)
#302604
(48,38,4)
#2A2104
(42,33,4)
#241C04
(36,28,4)
#1E1704
(30,23,4)
#181204
(24,18,4)
#120D04
(18,13,4)
#0C0804
(12,8,4)
#000000
(0,0,0)

Tints of #483A04

#483A04
(72,58,4)
#584B1A
(88,75,26)
#685C30
(104,92,48)
#786D46
(120,109,70)
#887E5C
(136,126,92)
#988F72
(152,143,114)
#A8A088
(168,160,136)
#B8B19E
(184,177,158)
#C8C2B4
(200,194,180)
#D8D3CA
(216,211,202)
#E8E4E0
(232,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483A04 color. Also use rgb(72,58,4) instead hex code.

Text Font Color

.myTextColor { color: #483A04; }

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

This text font color is #483A04.


Background Color

.myBgColor { background-color: #483A04; }

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

This div background color is #483A04.


Border color

.myBorderColor { border: 1px solid #483A04; }

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

This div border color is #483A04.


Opacity

.myOpacity80 { color: #483A04; opacity: 0.8; }

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

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

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

This text has shadow with #483A04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483A04 on black background.


Color preview on white background

This text has color #483A04 on white background.



Black color preview on #483A04 background

This text has black color on #483A04 background.


White color preview on #483A04 background

This text has white color on #483A04 background.