COLOR #483C02

HEX: #483C02 RGB: (72,60,2)

Color info

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

RGB color model

#483C02 color RGB value is (72,60,2).

RGB: (72,60,2) (28%, 24%, 1%)

RGB channels and saturation

R 72 of 255 = 28%
G 60 of 255 = 24%
B 2 of 255 = 1%

72
60
2

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

Portions of RGB colors in percentages

R + G + B = 72 + 60 + 2 = 134 (100%)
R 72 of 134 ~ 53.73%
G 60 of 134 ~ 44.78%
B 2 of 134 ~ 1.49'%

%53.73
%44.78

CMYK color model

#483C02 color CMYK value is (0,17,97,72).

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

CMYK: (0,17,97,72)
C0M17Y97K72 (0%, 17%, 97%, 72%)
(0.00 / 0.17 / 0.97 / 0.72)

CMYK percentages

%0
%16.67
%97.22
%71.76

Codes

Color #483C02 in popluar color models

48 3C 02
RGB 72 60 2
HSL 50° 94.59% 14.51%
HSB/HSV 50° 97.22% 28.24%
CMYK 0.00% 16.67% 97.22%
71.76%

Color #483C02 in popluar number systems.

HEX 48 3C 02
Decimal 72 60 2
Binary 1001000 111100 10
Octal 110 74 2

Shades and tints

Shades of #483C02

#483C02
(72,60,2)
#423702
(66,55,2)
#3C3202
(60,50,2)
#362D02
(54,45,2)
#302802
(48,40,2)
#2A2302
(42,35,2)
#241E02
(36,30,2)
#1E1902
(30,25,2)
#181402
(24,20,2)
#120F02
(18,15,2)
#0C0A02
(12,10,2)
#000000
(0,0,0)

Tints of #483C02

#483C02
(72,60,2)
#584D19
(88,77,25)
#685E30
(104,94,48)
#786F47
(120,111,71)
#88805E
(136,128,94)
#989175
(152,145,117)
#A8A28C
(168,162,140)
#B8B3A3
(184,179,163)
#C8C4BA
(200,196,186)
#D8D5D1
(216,213,209)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483C02; }

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

This text font color is #483C02.

Background Color

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

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

This div background color is #483C02.

Border color

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

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

This div border color is #483C02.

Opacity

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

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

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

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

This text has shadow with #483C02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483C02.

Preview

Color preview on black background

This text has color #483C02 on black background.


Color preview on white background

This text has color #483C02 on white background.


Black color preview on #483C02 background

This text has black color on #483C02 background.


White color preview on #483C02 background

This text has white color on #483C02 background.


Related colors

Complementary color

Complementary color for #hex is #B7C3FD.


I love getcolorcode.com

Triadic colors

1 #02483C and #3C0248 with #483C02 are triadic colors.

2 #023C48 and #3C4802 with #483C02 are triadic colors.