COLOR #482700

HEX: #482700 RGB: (72,39,0)

Color info

#482700 contains only red and green colors. Web safe color of #482700 is #333300 (or #330).

RGB color model

#482700 color RGB value is (72,39,0).

RGB: (72,39,0) (28%, 15%, 0%)

RGB channels and saturation

R 72 of 255 = 28%
G 39 of 255 = 15%
B 0 of 255 = 0%

72
39
0

R + G + B ~ 14%. #482700 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 39 + 0 = 111 (100%)
R 72 of 111 ~ 64.86%
G 39 of 111 ~ 35.14%
B 0 of 111 ~ 0'%

%64.86
%35.14

CMYK color model

#482700 color CMYK value is (0,46,100,72).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 100.00%
  • key color value is 71.76%

CMYK: (0,46,100,72)
C0M46Y100K72 (0%, 46%, 100%, 72%)
(0.00 / 0.46 / 1.00 / 0.72)

CMYK percentages

%0
%45.83
%100
%71.76

Codes

Color #482700 in popluar color models

48 27 00
RGB 72 39 0
HSL 33° 100.00% 14.12%
HSB/HSV 33° 100.00% 28.24%
CMYK 0.00% 45.83% 100.00%
71.76%

Color #482700 in popluar number systems.

HEX 48 27 00
Decimal 72 39 0
Binary 1001000 100111 0
Octal 110 47 0

Shades and tints

Shades of #482700

#482700
(72,39,0)
#422400
(66,36,0)
#3C2100
(60,33,0)
#361E00
(54,30,0)
#301B00
(48,27,0)
#2A1800
(42,24,0)
#241500
(36,21,0)
#1E1200
(30,18,0)
#180F00
(24,15,0)
#120C00
(18,12,0)
#0C0900
(12,9,0)
#000000
(0,0,0)

Tints of #482700

#482700
(72,39,0)
#583A17
(88,58,23)
#684D2E
(104,77,46)
#786045
(120,96,69)
#88735C
(136,115,92)
#988673
(152,134,115)
#A8998A
(168,153,138)
#B8ACA1
(184,172,161)
#C8BFB8
(200,191,184)
#D8D2CF
(216,210,207)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482700 color. Also use rgb(72,39,0) instead hex code.

Text Font Color

.myTextColor { color: #482700; }

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

This text font color is #482700.

Background Color

.myBgColor { background-color: #482700; }

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

This div background color is #482700.

Border color

.myBorderColor { border: 1px solid #482700; }

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

This div border color is #482700.

Opacity

.myOpacity80 { color: #482700; opacity: 0.8; }

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

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

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

This text has shadow with #482700 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482700.

Preview

Color preview on black background

This text has color #482700 on black background.


Color preview on white background

This text has color #482700 on white background.


Black color preview on #482700 background

This text has black color on #482700 background.


White color preview on #482700 background

This text has white color on #482700 background.


Related colors

Complementary color

Complementary color for #hex is #B7D8FF.


I love getcolorcode.com

Triadic colors

1 #004827 and #270048 with #482700 are triadic colors.

2 #002748 and #274800 with #482700 are triadic colors.