COLOR #443D18

HEX: #443D18
RGB: (68,61,24)

Color info

#443D18 contains red, green and blue colors in about the same proportion. Web safe color of #443D18 is #333300 (or #330).

RGB color model

#443D18 color RGB value is (68,61,24).

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

RGB channels and saturation

R 68 of 255 = 27%
G 61 of 255 = 24%
B 24 of 255 = 9%

68
61
24

R + G + B ~ 20%. #443D18 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 61 + 24 = 153 (100%)
R 68 of 153 ~ 44.44%
G 61 of 153 ~ 39.87%
B 24 of 153 ~ 15.69%

%44.44
%39.87
%15.69

CMYK color model

#443D18 color CMYK value is (0,10,65,73).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 64.71%
  • key color value is 73.33%
CMYK:
(0,10,65,73)
C0M10Y65K73 
(0%,10%,65%,73%)
(0.00/0.10/0.65/0.73)	

CMYK percentages

%0
%10.29
%64.71
%73.33

Codes

Color #443D18 in popluar color models

443D18
RGB686124
HSL50°47.83%18.04%
HSB/HSV50°64.71%26.67%
CMYK0.00%10.29%64.71%
73.33%

Color #443D18 in popluar number systems.

HEX443D18
Decimal686124
Binary100010011110111000
Octal1047530

Shades and tints

Shades of #443D18

#443D18
(68,61,24)
#3E3816
(62,56,22)
#383314
(56,51,20)
#322E12
(50,46,18)
#2C2910
(44,41,16)
#26240E
(38,36,14)
#201F0C
(32,31,12)
#1A1A0A
(26,26,10)
#141508
(20,21,8)
#0E1006
(14,16,6)
#080B04
(8,11,4)
#000000
(0,0,0)

Tints of #443D18

#443D18
(68,61,24)
#554E2D
(85,78,45)
#665F42
(102,95,66)
#777057
(119,112,87)
#88816C
(136,129,108)
#999281
(153,146,129)
#AAA396
(170,163,150)
#BBB4AB
(187,180,171)
#CCC5C0
(204,197,192)
#DDD6D5
(221,214,213)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443D18 color. Also use rgb(68,61,24) instead hex code.

Text Font Color

.myTextColor { color: #443D18; }

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

This text font color is #443D18.


Background Color

.myBgColor { background-color: #443D18; }

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

This div background color is #443D18.


Border color

.myBorderColor { border: 1px solid #443D18; }

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

This div border color is #443D18.


Opacity

.myOpacity80 { color: #443D18; opacity: 0.8; }

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

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

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

This text has shadow with #443D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443D18 on black background.


Color preview on white background

This text has color #443D18 on white background.



Black color preview on #443D18 background

This text has black color on #443D18 background.


White color preview on #443D18 background

This text has white color on #443D18 background.