COLOR #441230

HEX: #441230
RGB: (68,18,48)

Color info

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

RGB color model

#441230 color RGB value is (68,18,48).

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

RGB channels and saturation

R 68 of 255 = 27%
G 18 of 255 = 7%
B 48 of 255 = 19%

68
18
48

R + G + B ~ 18%. #441230 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 18 + 48 = 134 (100%)
R 68 of 134 ~ 50.75%
G 18 of 134 ~ 13.43%
B 48 of 134 ~ 35.82%

%50.75
%13.43
%35.82

CMYK color model

#441230 color CMYK value is (0,74,29,73).

  • cyan value is 0.00%
  • magenta value is 73.53%
  • yellow value is 29.41%
  • key color value is 73.33%
CMYK:
(0,74,29,73)
C0M74Y29K73 
(0%,74%,29%,73%)
(0.00/0.74/0.29/0.73)	

CMYK percentages

%0
%73.53
%29.41
%73.33

Codes

Color #441230 in popluar color models

441230
RGB681848
HSL324°58.14%16.86%
HSB/HSV324°73.53%26.67%
CMYK0.00%73.53%29.41%
73.33%

Color #441230 in popluar number systems.

HEX441230
Decimal681848
Binary100010010010110000
Octal1042260

Shades and tints

Shades of #441230

#441230
(68,18,48)
#3E112C
(62,17,44)
#381028
(56,16,40)
#320F24
(50,15,36)
#2C0E20
(44,14,32)
#260D1C
(38,13,28)
#200C18
(32,12,24)
#1A0B14
(26,11,20)
#140A10
(20,10,16)
#0E090C
(14,9,12)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #441230

#441230
(68,18,48)
#552742
(85,39,66)
#663C54
(102,60,84)
#775166
(119,81,102)
#886678
(136,102,120)
#997B8A
(153,123,138)
#AA909C
(170,144,156)
#BBA5AE
(187,165,174)
#CCBAC0
(204,186,192)
#DDCFD2
(221,207,210)
#EEE4E4
(238,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441230 color. Also use rgb(68,18,48) instead hex code.

Text Font Color

.myTextColor { color: #441230; }

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

This text font color is #441230.


Background Color

.myBgColor { background-color: #441230; }

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

This div background color is #441230.


Border color

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

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

This div border color is #441230.


Opacity

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

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

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

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

This text has shadow with #441230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441230 on black background.


Color preview on white background

This text has color #441230 on white background.



Black color preview on #441230 background

This text has black color on #441230 background.


White color preview on #441230 background

This text has white color on #441230 background.