COLOR #30462D

HEX: #30462D
RGB: (48,70,45)

Color info

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

RGB color model

#30462D color RGB value is (48,70,45).

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

RGB channels and saturation

R 48 of 255 = 19%
G 70 of 255 = 27%
B 45 of 255 = 18%

48
70
45

R + G + B ~ 21%. #30462D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 70 + 45 = 163 (100%)
R 48 of 163 ~ 29.45%
G 70 of 163 ~ 42.94%
B 45 of 163 ~ 27.61%

%29.45
%42.94
%27.61

CMYK color model

#30462D color CMYK value is (31,0,36,73).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 72.55%
CMYK:
(31,0,36,73)
C31M0Y36K73 
(31%,0%,36%,73%)
(0.31/0.00/0.36/0.73)	

CMYK percentages

%31.43
%0
%35.71
%72.55

Codes

Color #30462D in popluar color models

30462D
RGB487045
HSL113°21.74%22.55%
HSB/HSV113°35.71%27.45%
CMYK31.43%0.00%35.71%
72.55%

Color #30462D in popluar number systems.

HEX30462D
Decimal487045
Binary1100001000110101101
Octal6010655

Shades and tints

Shades of #30462D

#30462D
(48,70,45)
#2C4029
(44,64,41)
#283A25
(40,58,37)
#243421
(36,52,33)
#202E1D
(32,46,29)
#1C2819
(28,40,25)
#182215
(24,34,21)
#141C11
(20,28,17)
#10160D
(16,22,13)
#0C1009
(12,16,9)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #30462D

#30462D
(48,70,45)
#425640
(66,86,64)
#546653
(84,102,83)
#667666
(102,118,102)
#788679
(120,134,121)
#8A968C
(138,150,140)
#9CA69F
(156,166,159)
#AEB6B2
(174,182,178)
#C0C6C5
(192,198,197)
#D2D6D8
(210,214,216)
#E4E6EB
(228,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30462D; }

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

This text font color is #30462D.


Background Color

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

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

This div background color is #30462D.


Border color

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

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

This div border color is #30462D.


Opacity

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

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

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

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

This text has shadow with #30462D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30462D on black background.


Color preview on white background

This text has color #30462D on white background.



Black color preview on #30462D background

This text has black color on #30462D background.


White color preview on #30462D background

This text has white color on #30462D background.