COLOR #483B02

HEX: #483B02 RGB: (72,59,2)

Color info

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

RGB color model

#483B02 color RGB value is (72,59,2).

RGB: (72,59,2) (28%, 23%, 1%)

RGB channels and saturation

R 72 of 255 = 28%
G 59 of 255 = 23%
B 2 of 255 = 1%

72
59
2

R + G + B ~ 17%. #483B02 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 59 + 2 = 133 (100%)
R 72 of 133 ~ 54.14%
G 59 of 133 ~ 44.36%
B 2 of 133 ~ 1.5'%

%54.14
%44.36

CMYK color model

#483B02 color CMYK value is (0,18,97,72).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 97.22%
  • key color value is 71.76%

CMYK: (0,18,97,72)
C0M18Y97K72 (0%, 18%, 97%, 72%)
(0.00 / 0.18 / 0.97 / 0.72)

CMYK percentages

%0
%18.06
%97.22
%71.76

Codes

Color #483B02 in popluar color models

48 3B 02
RGB 72 59 2
HSL 49° 94.59% 14.51%
HSB/HSV 49° 97.22% 28.24%
CMYK 0.00% 18.06% 97.22%
71.76%

Color #483B02 in popluar number systems.

HEX 48 3B 02
Decimal 72 59 2
Binary 1001000 111011 10
Octal 110 73 2

Shades and tints

Shades of #483B02

#483B02
(72,59,2)
#423602
(66,54,2)
#3C3102
(60,49,2)
#362C02
(54,44,2)
#302702
(48,39,2)
#2A2202
(42,34,2)
#241D02
(36,29,2)
#1E1802
(30,24,2)
#181302
(24,19,2)
#120E02
(18,14,2)
#0C0902
(12,9,2)
#000000
(0,0,0)

Tints of #483B02

#483B02
(72,59,2)
#584C19
(88,76,25)
#685D30
(104,93,48)
#786E47
(120,110,71)
#887F5E
(136,127,94)
#989075
(152,144,117)
#A8A18C
(168,161,140)
#B8B2A3
(184,178,163)
#C8C3BA
(200,195,186)
#D8D4D1
(216,212,209)
#E8E5E8
(232,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483B02 color. Also use rgb(72,59,2) instead hex code.

Text Font Color

.myTextColor { color: #483B02; }

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

This text font color is #483B02.

Background Color

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

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

This div background color is #483B02.

Border color

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

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

This div border color is #483B02.

Opacity

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

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

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

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

This text has shadow with #483B02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483B02.

Preview

Color preview on black background

This text has color #483B02 on black background.


Color preview on white background

This text has color #483B02 on white background.


Black color preview on #483B02 background

This text has black color on #483B02 background.


White color preview on #483B02 background

This text has white color on #483B02 background.


Related colors

Complementary color

Complementary color for #hex is #B7C4FD.


I love getcolorcode.com

Triadic colors

1 #02483B and #3B0248 with #483B02 are triadic colors.

2 #023B48 and #3B4802 with #483B02 are triadic colors.