COLOR #30381A

HEX: #30381A
RGB: (48,56,26)

Color info

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

RGB color model

#30381A color RGB value is (48,56,26).

  • red value is 48;
  • green value is 56;
  • blue value is 26.
RGB:
(48,56,26)
(19%,22%,10%)

RGB channels and saturation

R 48 of 255 = 19%
G 56 of 255 = 22%
B 26 of 255 = 10%

48
56
26

R + G + B ~ 17%. #30381A is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 56 + 26 = 130 (100%)
R 48 of 130 ~ 36.92%
G 56 of 130 ~ 43.08%
B 26 of 130 ~ 20%

%36.92
%43.08
%20

CMYK color model

#30381A color CMYK value is (14,0,54,78).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 53.57%
  • key color value is 78.04%
CMYK:
(14,0,54,78)
C14M0Y54K78 
(14%,0%,54%,78%)
(0.14/0.00/0.54/0.78)	

CMYK percentages

%14.29
%0
%53.57
%78.04

Codes

Color #30381A in popluar color models

30381A
RGB485626
HSL76°36.59%16.08%
HSB/HSV76°53.57%21.96%
CMYK14.29%0.00%53.57%
78.04%

Color #30381A in popluar number systems.

HEX30381A
Decimal485626
Binary11000011100011010
Octal607032

Shades and tints

Shades of #30381A

#30381A
(48,56,26)
#2C3318
(44,51,24)
#282E16
(40,46,22)
#242914
(36,41,20)
#202412
(32,36,18)
#1C1F10
(28,31,16)
#181A0E
(24,26,14)
#14150C
(20,21,12)
#10100A
(16,16,10)
#0C0B08
(12,11,8)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #30381A

#30381A
(48,56,26)
#424A2E
(66,74,46)
#545C42
(84,92,66)
#666E56
(102,110,86)
#78806A
(120,128,106)
#8A927E
(138,146,126)
#9CA492
(156,164,146)
#AEB6A6
(174,182,166)
#C0C8BA
(192,200,186)
#D2DACE
(210,218,206)
#E4ECE2
(228,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30381A color. Also use rgb(48,56,26) instead hex code.

Text Font Color

.myTextColor { color: #30381A; }

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

This text font color is #30381A.


Background Color

.myBgColor { background-color: #30381A; }

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

This div background color is #30381A.


Border color

.myBorderColor { border: 1px solid #30381A; }

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

This div border color is #30381A.


Opacity

.myOpacity80 { color: #30381A; opacity: 0.8; }

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

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

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

This text has shadow with #30381A color.

.textShadow {text-shadow: 3px 3px 1px #30381A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30381A on black background.


Color preview on white background

This text has color #30381A on white background.



Black color preview on #30381A background

This text has black color on #30381A background.


White color preview on #30381A background

This text has white color on #30381A background.