COLOR #483A34

HEX: #483A34 RGB: (72,58,52)

Color info

#483A34 contains red, green and blue colors in about the same proportion. Web safe color of #483A34 is #333333 (or #333).

RGB color model

#483A34 color RGB value is (72,58,52).

RGB: (72,58,52) (28%, 23%, 20%)

RGB channels and saturation

R 72 of 255 = 28%
G 58 of 255 = 23%
B 52 of 255 = 20%

72
58
52

R + G + B ~ 24%. #483A34 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 58 + 52 = 182 (100%)
R 72 of 182 ~ 39.56%
G 58 of 182 ~ 31.87%
B 52 of 182 ~ 28.57'%

%39.56
%31.87
%28.57

CMYK color model

#483A34 color CMYK value is (0,19,28,72).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 27.78%
  • key color value is 71.76%

CMYK: (0,19,28,72)
C0M19Y28K72 (0%, 19%, 28%, 72%)
(0.00 / 0.19 / 0.28 / 0.72)

CMYK percentages

%0
%19.44
%27.78
%71.76

Codes

Color #483A34 in popluar color models

48 3A 34
RGB 72 58 52
HSL 18° 16.13% 24.31%
HSB/HSV 18° 27.78% 28.24%
CMYK 0.00% 19.44% 27.78%
71.76%

Color #483A34 in popluar number systems.

HEX 48 3A 34
Decimal 72 58 52
Binary 1001000 111010 110100
Octal 110 72 64

Shades and tints

Shades of #483A34

#483A34
(72,58,52)
#423530
(66,53,48)
#3C302C
(60,48,44)
#362B28
(54,43,40)
#302624
(48,38,36)
#2A2120
(42,33,32)
#241C1C
(36,28,28)
#1E1718
(30,23,24)
#181214
(24,18,20)
#120D10
(18,13,16)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #483A34

#483A34
(72,58,52)
#584B46
(88,75,70)
#685C58
(104,92,88)
#786D6A
(120,109,106)
#887E7C
(136,126,124)
#988F8E
(152,143,142)
#A8A0A0
(168,160,160)
#B8B1B2
(184,177,178)
#C8C2C4
(200,194,196)
#D8D3D6
(216,211,214)
#E8E4E8
(232,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483A34; }

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

This text font color is #483A34.

Background Color

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

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

This div background color is #483A34.

Border color

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

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

This div border color is #483A34.

Opacity

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

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

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

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

This text has shadow with #483A34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483A34.

Preview

Color preview on black background

This text has color #483A34 on black background.


Color preview on white background

This text has color #483A34 on white background.


Black color preview on #483A34 background

This text has black color on #483A34 background.


White color preview on #483A34 background

This text has white color on #483A34 background.


Related colors

Complementary color

Complementary color for #hex is #B7C5CB.


I love getcolorcode.com

Triadic colors

1 #34483A and #3A3448 with #483A34 are triadic colors.

2 #343A48 and #3A4834 with #483A34 are triadic colors.