COLOR #30482D

HEX: #30482D
RGB: (48,72,45)

Color info

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

RGB color model

#30482D color RGB value is (48,72,45).

  • red value is 48;
  • green value is 72;
  • blue value is 45.
RGB:
(48,72,45)
(19%,28%,18%)

RGB channels and saturation

R 48 of 255 = 19%
G 72 of 255 = 28%
B 45 of 255 = 18%

48
72
45

R + G + B ~ 22%. #30482D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 72 + 45 = 165 (100%)
R 48 of 165 ~ 29.09%
G 72 of 165 ~ 43.64%
B 45 of 165 ~ 27.27%

%29.09
%43.64
%27.27

CMYK color model

#30482D color CMYK value is (33,0,38,72).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 71.76%
CMYK:
(33,0,38,72)
C33M0Y38K72 
(33%,0%,38%,72%)
(0.33/0.00/0.38/0.72)	

CMYK percentages

%33.33
%0
%37.5
%71.76

Codes

Color #30482D in popluar color models

30482D
RGB487245
HSL113°23.08%22.94%
HSB/HSV113°37.50%28.24%
CMYK33.33%0.00%37.50%
71.76%

Color #30482D in popluar number systems.

HEX30482D
Decimal487245
Binary1100001001000101101
Octal6011055

Shades and tints

Shades of #30482D

#30482D
(48,72,45)
#2C4229
(44,66,41)
#283C25
(40,60,37)
#243621
(36,54,33)
#20301D
(32,48,29)
#1C2A19
(28,42,25)
#182415
(24,36,21)
#141E11
(20,30,17)
#10180D
(16,24,13)
#0C1209
(12,18,9)
#080C05
(8,12,5)
#000000
(0,0,0)

Tints of #30482D

#30482D
(48,72,45)
#425840
(66,88,64)
#546853
(84,104,83)
#667866
(102,120,102)
#788879
(120,136,121)
#8A988C
(138,152,140)
#9CA89F
(156,168,159)
#AEB8B2
(174,184,178)
#C0C8C5
(192,200,197)
#D2D8D8
(210,216,216)
#E4E8EB
(228,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30482D color. Also use rgb(48,72,45) instead hex code.

Text Font Color

.myTextColor { color: #30482D; }

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

This text font color is #30482D.


Background Color

.myBgColor { background-color: #30482D; }

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

This div background color is #30482D.


Border color

.myBorderColor { border: 1px solid #30482D; }

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

This div border color is #30482D.


Opacity

.myOpacity80 { color: #30482D; opacity: 0.8; }

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

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

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

This text has shadow with #30482D color.

.textShadow {text-shadow: 3px 3px 1px #30482D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30482D on black background.


Color preview on white background

This text has color #30482D on white background.



Black color preview on #30482D background

This text has black color on #30482D background.


White color preview on #30482D background

This text has white color on #30482D background.