COLOR #301635

HEX: #301635 RGB: (48,22,53)

Color info

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

RGB color model

#301635 color RGB value is (48,22,53).

RGB: (48,22,53) (19%, 9%, 21%)

RGB channels and saturation

R 48 of 255 = 19%
G 22 of 255 = 9%
B 53 of 255 = 21%

48
22
53

R + G + B ~ 16%. #301635 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 22 + 53 = 123 (100%)
R 48 of 123 ~ 39.02%
G 22 of 123 ~ 17.89%
B 53 of 123 ~ 43.09'%

%39.02
%17.89
%43.09

CMYK color model

#301635 color CMYK value is (9,58,0,79).

  • cyan value is 9.43%
  • magenta value is 58.49%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK: (9,58,0,79) C9M58Y0K79 (9%,58%,0%,79%) (0.09/0.58/0.00/0.79) 

CMYK percentages

%9.43
%58.49
%0
%79.22

Codes

Color #301635 in popluar color models

30 16 35
RGB 48 22 53
HSL 290° 41.33% 14.71%
HSB/HSV 290° 58.49% 20.78%
CMYK 9.43% 58.49% 0.00%
79.22%

Color #301635 in popluar number systems.

HEX 30 16 35
Decimal 48 22 53
Binary 110000 10110 110101
Octal 60 26 65

Shades and tints

Shades of #301635

#301635
(48,22,53)
#2C1431
(44,20,49)
#28122D
(40,18,45)
#241029
(36,16,41)
#200E25
(32,14,37)
#1C0C21
(28,12,33)
#180A1D
(24,10,29)
#140819
(20,8,25)
#100615
(16,6,21)
#0C0411
(12,4,17)
#08020D
(8,2,13)
#000000
(0,0,0)

Tints of #301635

#301635
(48,22,53)
#422B47
(66,43,71)
#544059
(84,64,89)
#66556B
(102,85,107)
#786A7D
(120,106,125)
#8A7F8F
(138,127,143)
#9C94A1
(156,148,161)
#AEA9B3
(174,169,179)
#C0BEC5
(192,190,197)
#D2D3D7
(210,211,215)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301635; }

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

This text font color is #301635.

Background Color

.myBgColor { background-color: #301635; }

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

This div background color is #301635.

Border color

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

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

This div border color is #301635.

Opacity

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

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

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

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

This text has shadow with #301635 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #301635.

Preview

Color preview on black background

This text has color #301635 on black background.


Color preview on white background

This text has color #301635 on white background.


Black color preview on #301635 background

This text has black color on #301635 background.


White color preview on #301635 background

This text has white color on #301635 background.


Related colors

Complementary color

Complementary color for #hex is #CFE9CA.


I love getcolorcode.com

Triadic colors

1 #353016 and #163530 with #301635 are triadic colors.

2 #351630 and #163035 with #301635 are triadic colors.