COLOR #444830

HEX: #444830
RGB: (68,72,48)

Color info

#444830 contains red, green and blue colors in about the same proportion. Web safe color of #444830 is #333333 (or #333).

RGB color model

#444830 color RGB value is (68,72,48).

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

RGB channels and saturation

R 68 of 255 = 27%
G 72 of 255 = 28%
B 48 of 255 = 19%

68
72
48

R + G + B ~ 25%. #444830 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 72 + 48 = 188 (100%)
R 68 of 188 ~ 36.17%
G 72 of 188 ~ 38.3%
B 48 of 188 ~ 25.53%

%36.17
%38.3
%25.53

CMYK color model

#444830 color CMYK value is (6,0,33,72).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 71.76%
CMYK:
(6,0,33,72)
C6M0Y33K72 
(6%,0%,33%,72%)
(0.06/0.00/0.33/0.72)	

CMYK percentages

%5.56
%0
%33.33
%71.76

Codes

Color #444830 in popluar color models

444830
RGB687248
HSL70°20.00%23.53%
HSB/HSV70°33.33%28.24%
CMYK5.56%0.00%33.33%
71.76%

Color #444830 in popluar number systems.

HEX444830
Decimal687248
Binary10001001001000110000
Octal10411060

Shades and tints

Shades of #444830

#444830
(68,72,48)
#3E422C
(62,66,44)
#383C28
(56,60,40)
#323624
(50,54,36)
#2C3020
(44,48,32)
#262A1C
(38,42,28)
#202418
(32,36,24)
#1A1E14
(26,30,20)
#141810
(20,24,16)
#0E120C
(14,18,12)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #444830

#444830
(68,72,48)
#555842
(85,88,66)
#666854
(102,104,84)
#777866
(119,120,102)
#888878
(136,136,120)
#99988A
(153,152,138)
#AAA89C
(170,168,156)
#BBB8AE
(187,184,174)
#CCC8C0
(204,200,192)
#DDD8D2
(221,216,210)
#EEE8E4
(238,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444830; }

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

This text font color is #444830.


Background Color

.myBgColor { background-color: #444830; }

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

This div background color is #444830.


Border color

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

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

This div border color is #444830.


Opacity

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

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

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

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

This text has shadow with #444830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444830 on black background.


Color preview on white background

This text has color #444830 on white background.



Black color preview on #444830 background

This text has black color on #444830 background.


White color preview on #444830 background

This text has white color on #444830 background.