COLOR #44674A

HEX: #44674A
RGB: (68,103,74)

Color info

#44674A contains red, green and blue colors in about the same proportion. Web safe color of #44674A is #336633 (or #363).

RGB color model

#44674A color RGB value is (68,103,74).

  • red value is 68;
  • green value is 103;
  • blue value is 74.
RGB:
(68,103,74)
(27%,40%,29%)

RGB channels and saturation

R 68 of 255 = 27%
G 103 of 255 = 40%
B 74 of 255 = 29%

68
103
74

R + G + B ~ 32%. #44674A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 103 + 74 = 245 (100%)
R 68 of 245 ~ 27.76%
G 103 of 245 ~ 42.04%
B 74 of 245 ~ 30.2%

%27.76
%42.04
%30.2

CMYK color model

#44674A color CMYK value is (34,0,28,60).

  • cyan value is 33.98%
  • magenta value is 0.00%
  • yellow value is 28.16%
  • key color value is 59.61%
CMYK:
(34,0,28,60)
C34M0Y28K60 
(34%,0%,28%,60%)
(0.34/0.00/0.28/0.60)	

CMYK percentages

%33.98
%0
%28.16
%59.61

Codes

Color #44674A in popluar color models

44674A
RGB6810374
HSL130°20.47%33.53%
HSB/HSV130°33.98%40.39%
CMYK33.98%0.00%28.16%
59.61%

Color #44674A in popluar number systems.

HEX44674A
Decimal6810374
Binary100010011001111001010
Octal104147112

Shades and tints

Shades of #44674A

#44674A
(68,103,74)
#3E5E44
(62,94,68)
#38553E
(56,85,62)
#324C38
(50,76,56)
#2C4332
(44,67,50)
#263A2C
(38,58,44)
#203126
(32,49,38)
#1A2820
(26,40,32)
#141F1A
(20,31,26)
#0E1614
(14,22,20)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #44674A

#44674A
(68,103,74)
#55745A
(85,116,90)
#66816A
(102,129,106)
#778E7A
(119,142,122)
#889B8A
(136,155,138)
#99A89A
(153,168,154)
#AAB5AA
(170,181,170)
#BBC2BA
(187,194,186)
#CCCFCA
(204,207,202)
#DDDCDA
(221,220,218)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44674A color. Also use rgb(68,103,74) instead hex code.

Text Font Color

.myTextColor { color: #44674A; }

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

This text font color is #44674A.


Background Color

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

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

This div background color is #44674A.


Border color

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

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

This div border color is #44674A.


Opacity

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

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

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

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

This text has shadow with #44674A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44674A on black background.


Color preview on white background

This text has color #44674A on white background.



Black color preview on #44674A background

This text has black color on #44674A background.


White color preview on #44674A background

This text has white color on #44674A background.