COLOR #44634B

HEX: #44634B
RGB: (68,99,75)

Color info

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

RGB color model

#44634B color RGB value is (68,99,75).

  • red value is 68;
  • green value is 99;
  • blue value is 75.
RGB:
(68,99,75)
(27%,39%,29%)

RGB channels and saturation

R 68 of 255 = 27%
G 99 of 255 = 39%
B 75 of 255 = 29%

68
99
75

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

Portions of RGB colors in percentages

R + G + B =
68 + 99 + 75 = 242 (100%)
R 68 of 242 ~ 28.1%
G 99 of 242 ~ 40.91%
B 75 of 242 ~ 30.99%

%28.1
%40.91
%30.99

CMYK color model

#44634B color CMYK value is (31,0,24,61).

  • cyan value is 31.31%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 61.18%
CMYK:
(31,0,24,61)
C31M0Y24K61 
(31%,0%,24%,61%)
(0.31/0.00/0.24/0.61)	

CMYK percentages

%31.31
%0
%24.24
%61.18

Codes

Color #44634B in popluar color models

44634B
RGB689975
HSL134°18.56%32.75%
HSB/HSV134°31.31%38.82%
CMYK31.31%0.00%24.24%
61.18%

Color #44634B in popluar number systems.

HEX44634B
Decimal689975
Binary100010011000111001011
Octal104143113

Shades and tints

Shades of #44634B

#44634B
(68,99,75)
#3E5A45
(62,90,69)
#38513F
(56,81,63)
#324839
(50,72,57)
#2C3F33
(44,63,51)
#26362D
(38,54,45)
#202D27
(32,45,39)
#1A2421
(26,36,33)
#141B1B
(20,27,27)
#0E1215
(14,18,21)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #44634B

#44634B
(68,99,75)
#55715B
(85,113,91)
#667F6B
(102,127,107)
#778D7B
(119,141,123)
#889B8B
(136,155,139)
#99A99B
(153,169,155)
#AAB7AB
(170,183,171)
#BBC5BB
(187,197,187)
#CCD3CB
(204,211,203)
#DDE1DB
(221,225,219)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44634B color. Also use rgb(68,99,75) instead hex code.

Text Font Color

.myTextColor { color: #44634B; }

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

This text font color is #44634B.


Background Color

.myBgColor { background-color: #44634B; }

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

This div background color is #44634B.


Border color

.myBorderColor { border: 1px solid #44634B; }

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

This div border color is #44634B.


Opacity

.myOpacity80 { color: #44634B; opacity: 0.8; }

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

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

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

This text has shadow with #44634B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44634B on black background.


Color preview on white background

This text has color #44634B on white background.



Black color preview on #44634B background

This text has black color on #44634B background.


White color preview on #44634B background

This text has white color on #44634B background.