COLOR #446B43

HEX: #446B43
RGB: (68,107,67)

Color info

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

RGB color model

#446B43 color RGB value is (68,107,67).

  • red value is 68;
  • green value is 107;
  • blue value is 67.
RGB:
(68,107,67)
(27%,42%,26%)

RGB channels and saturation

R 68 of 255 = 27%
G 107 of 255 = 42%
B 67 of 255 = 26%

68
107
67

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

Portions of RGB colors in percentages

R + G + B =
68 + 107 + 67 = 242 (100%)
R 68 of 242 ~ 28.1%
G 107 of 242 ~ 44.21%
B 67 of 242 ~ 27.69%

%28.1
%44.21
%27.69

CMYK color model

#446B43 color CMYK value is (36,0,37,58).

  • cyan value is 36.45%
  • magenta value is 0.00%
  • yellow value is 37.38%
  • key color value is 58.04%
CMYK:
(36,0,37,58)
C36M0Y37K58 
(36%,0%,37%,58%)
(0.36/0.00/0.37/0.58)	

CMYK percentages

%36.45
%0
%37.38
%58.04

Codes

Color #446B43 in popluar color models

446B43
RGB6810767
HSL119°22.99%34.12%
HSB/HSV119°37.38%41.96%
CMYK36.45%0.00%37.38%
58.04%

Color #446B43 in popluar number systems.

HEX446B43
Decimal6810767
Binary100010011010111000011
Octal104153103

Shades and tints

Shades of #446B43

#446B43
(68,107,67)
#3E623D
(62,98,61)
#385937
(56,89,55)
#325031
(50,80,49)
#2C472B
(44,71,43)
#263E25
(38,62,37)
#20351F
(32,53,31)
#1A2C19
(26,44,25)
#142313
(20,35,19)
#0E1A0D
(14,26,13)
#081107
(8,17,7)
#000000
(0,0,0)

Tints of #446B43

#446B43
(68,107,67)
#557854
(85,120,84)
#668565
(102,133,101)
#779276
(119,146,118)
#889F87
(136,159,135)
#99AC98
(153,172,152)
#AAB9A9
(170,185,169)
#BBC6BA
(187,198,186)
#CCD3CB
(204,211,203)
#DDE0DC
(221,224,220)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446B43 color. Also use rgb(68,107,67) instead hex code.

Text Font Color

.myTextColor { color: #446B43; }

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

This text font color is #446B43.


Background Color

.myBgColor { background-color: #446B43; }

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

This div background color is #446B43.


Border color

.myBorderColor { border: 1px solid #446B43; }

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

This div border color is #446B43.


Opacity

.myOpacity80 { color: #446B43; opacity: 0.8; }

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

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

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

This text has shadow with #446B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446B43 on black background.


Color preview on white background

This text has color #446B43 on white background.



Black color preview on #446B43 background

This text has black color on #446B43 background.


White color preview on #446B43 background

This text has white color on #446B43 background.