COLOR #44583D

HEX: #44583D
RGB: (68,88,61)

Color info

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

RGB color model

#44583D color RGB value is (68,88,61).

  • red value is 68;
  • green value is 88;
  • blue value is 61.
RGB:
(68,88,61)
(27%,35%,24%)

RGB channels and saturation

R 68 of 255 = 27%
G 88 of 255 = 35%
B 61 of 255 = 24%

68
88
61

R + G + B ~ 29%. #44583D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 88 + 61 = 217 (100%)
R 68 of 217 ~ 31.34%
G 88 of 217 ~ 40.55%
B 61 of 217 ~ 28.11%

%31.34
%40.55
%28.11

CMYK color model

#44583D color CMYK value is (23,0,31,65).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 30.68%
  • key color value is 65.49%
CMYK:
(23,0,31,65)
C23M0Y31K65 
(23%,0%,31%,65%)
(0.23/0.00/0.31/0.65)	

CMYK percentages

%22.73
%0
%30.68
%65.49

Codes

Color #44583D in popluar color models

44583D
RGB688861
HSL104°18.12%29.22%
HSB/HSV104°30.68%34.51%
CMYK22.73%0.00%30.68%
65.49%

Color #44583D in popluar number systems.

HEX44583D
Decimal688861
Binary10001001011000111101
Octal10413075

Shades and tints

Shades of #44583D

#44583D
(68,88,61)
#3E5038
(62,80,56)
#384833
(56,72,51)
#32402E
(50,64,46)
#2C3829
(44,56,41)
#263024
(38,48,36)
#20281F
(32,40,31)
#1A201A
(26,32,26)
#141815
(20,24,21)
#0E1010
(14,16,16)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #44583D

#44583D
(68,88,61)
#55674E
(85,103,78)
#66765F
(102,118,95)
#778570
(119,133,112)
#889481
(136,148,129)
#99A392
(153,163,146)
#AAB2A3
(170,178,163)
#BBC1B4
(187,193,180)
#CCD0C5
(204,208,197)
#DDDFD6
(221,223,214)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44583D color. Also use rgb(68,88,61) instead hex code.

Text Font Color

.myTextColor { color: #44583D; }

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

This text font color is #44583D.


Background Color

.myBgColor { background-color: #44583D; }

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

This div background color is #44583D.


Border color

.myBorderColor { border: 1px solid #44583D; }

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

This div border color is #44583D.


Opacity

.myOpacity80 { color: #44583D; opacity: 0.8; }

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

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

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

This text has shadow with #44583D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44583D on black background.


Color preview on white background

This text has color #44583D on white background.



Black color preview on #44583D background

This text has black color on #44583D background.


White color preview on #44583D background

This text has white color on #44583D background.