COLOR #30350D

HEX: #30350D
RGB: (48,53,13)

Color info

#30350D contains red, green and blue colors in about the same proportion. Web safe color of #30350D is #333300 (or #330).

RGB color model

#30350D color RGB value is (48,53,13).

  • red value is 48;
  • green value is 53;
  • blue value is 13.
RGB:
(48,53,13)
(19%,21%,5%)

RGB channels and saturation

R 48 of 255 = 19%
G 53 of 255 = 21%
B 13 of 255 = 5%

48
53
13

R + G + B ~ 15%. #30350D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 53 + 13 = 114 (100%)
R 48 of 114 ~ 42.11%
G 53 of 114 ~ 46.49%
B 13 of 114 ~ 11.4%

%42.11
%46.49
%11.4

CMYK color model

#30350D color CMYK value is (9,0,75,79).

  • cyan value is 9.43%
  • magenta value is 0.00%
  • yellow value is 75.47%
  • key color value is 79.22%
CMYK:
(9,0,75,79)
C9M0Y75K79 
(9%,0%,75%,79%)
(0.09/0.00/0.75/0.79)	

CMYK percentages

%9.43
%0
%75.47
%79.22

Codes

Color #30350D in popluar color models

30350D
RGB485313
HSL68°60.61%12.94%
HSB/HSV68°75.47%20.78%
CMYK9.43%0.00%75.47%
79.22%

Color #30350D in popluar number systems.

HEX30350D
Decimal485313
Binary1100001101011101
Octal606515

Shades and tints

Shades of #30350D

#30350D
(48,53,13)
#2C310C
(44,49,12)
#282D0B
(40,45,11)
#24290A
(36,41,10)
#202509
(32,37,9)
#1C2108
(28,33,8)
#181D07
(24,29,7)
#141906
(20,25,6)
#101505
(16,21,5)
#0C1104
(12,17,4)
#080D03
(8,13,3)
#000000
(0,0,0)

Tints of #30350D

#30350D
(48,53,13)
#424723
(66,71,35)
#545939
(84,89,57)
#666B4F
(102,107,79)
#787D65
(120,125,101)
#8A8F7B
(138,143,123)
#9CA191
(156,161,145)
#AEB3A7
(174,179,167)
#C0C5BD
(192,197,189)
#D2D7D3
(210,215,211)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30350D color. Also use rgb(48,53,13) instead hex code.

Text Font Color

.myTextColor { color: #30350D; }

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

This text font color is #30350D.


Background Color

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

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

This div background color is #30350D.


Border color

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

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

This div border color is #30350D.


Opacity

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

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

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

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

This text has shadow with #30350D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30350D on black background.


Color preview on white background

This text has color #30350D on white background.



Black color preview on #30350D background

This text has black color on #30350D background.


White color preview on #30350D background

This text has white color on #30350D background.