COLOR #301637

HEX: #301637
RGB: (48,22,55)

Color info

#301637 contains red, green and blue colors in about the same proportion. Web safe color of #301637 is #330033 (or #303).

RGB color model

#301637 color RGB value is (48,22,55).

  • red value is 48;
  • green value is 22;
  • blue value is 55.
RGB:
(48,22,55)
(19%,9%,22%)

RGB channels and saturation

R 48 of 255 = 19%
G 22 of 255 = 9%
B 55 of 255 = 22%

48
22
55

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

Portions of RGB colors in percentages

R + G + B =
48 + 22 + 55 = 125 (100%)
R 48 of 125 ~ 38.4%
G 22 of 125 ~ 17.6%
B 55 of 125 ~ 44%

%38.4
%17.6
%44

CMYK color model

#301637 color CMYK value is (13,60,0,78).

  • cyan value is 12.73%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(13,60,0,78)
C13M60Y0K78 
(13%,60%,0%,78%)
(0.13/0.60/0.00/0.78)	

CMYK percentages

%12.73
%60
%0
%78.43

Codes

Color #301637 in popluar color models

301637
RGB482255
HSL287°42.86%15.10%
HSB/HSV287°60.00%21.57%
CMYK12.73%60.00%0.00%
78.43%

Color #301637 in popluar number systems.

HEX301637
Decimal482255
Binary11000010110110111
Octal602667

Shades and tints

Shades of #301637

#301637
(48,22,55)
#2C1432
(44,20,50)
#28122D
(40,18,45)
#241028
(36,16,40)
#200E23
(32,14,35)
#1C0C1E
(28,12,30)
#180A19
(24,10,25)
#140814
(20,8,20)
#10060F
(16,6,15)
#0C040A
(12,4,10)
#080205
(8,2,5)
#000000
(0,0,0)

Tints of #301637

#301637
(48,22,55)
#422B49
(66,43,73)
#54405B
(84,64,91)
#66556D
(102,85,109)
#786A7F
(120,106,127)
#8A7F91
(138,127,145)
#9C94A3
(156,148,163)
#AEA9B5
(174,169,181)
#C0BEC7
(192,190,199)
#D2D3D9
(210,211,217)
#E4E8EB
(228,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #301637 color. Also use rgb(48,22,55) instead hex code.

Text Font Color

.myTextColor { color: #301637; }

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

This text font color is #301637.


Background Color

.myBgColor { background-color: #301637; }

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

This div background color is #301637.


Border color

.myBorderColor { border: 1px solid #301637; }

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

This div border color is #301637.


Opacity

.myOpacity80 { color: #301637; opacity: 0.8; }

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

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

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

This text has shadow with #301637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301637 on black background.


Color preview on white background

This text has color #301637 on white background.



Black color preview on #301637 background

This text has black color on #301637 background.


White color preview on #301637 background

This text has white color on #301637 background.