COLOR #446250

HEX: #446250
RGB: (68,98,80)

Color info

#446250 contains red, green and blue colors in about the same proportion. Web safe color of #446250 is #336666 (or #366).

RGB color model

#446250 color RGB value is (68,98,80).

  • red value is 68;
  • green value is 98;
  • blue value is 80.
RGB:
(68,98,80)
(27%,38%,31%)

RGB channels and saturation

R 68 of 255 = 27%
G 98 of 255 = 38%
B 80 of 255 = 31%

68
98
80

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

Portions of RGB colors in percentages

R + G + B =
68 + 98 + 80 = 246 (100%)
R 68 of 246 ~ 27.64%
G 98 of 246 ~ 39.84%
B 80 of 246 ~ 32.52%

%27.64
%39.84
%32.52

CMYK color model

#446250 color CMYK value is (31,0,18,62).

  • cyan value is 30.61%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 61.57%
CMYK:
(31,0,18,62)
C31M0Y18K62 
(31%,0%,18%,62%)
(0.31/0.00/0.18/0.62)	

CMYK percentages

%30.61
%0
%18.37
%61.57

Codes

Color #446250 in popluar color models

446250
RGB689880
HSL144°18.07%32.55%
HSB/HSV144°30.61%38.43%
CMYK30.61%0.00%18.37%
61.57%

Color #446250 in popluar number systems.

HEX446250
Decimal689880
Binary100010011000101010000
Octal104142120

Shades and tints

Shades of #446250

#446250
(68,98,80)
#3E5A49
(62,90,73)
#385242
(56,82,66)
#324A3B
(50,74,59)
#2C4234
(44,66,52)
#263A2D
(38,58,45)
#203226
(32,50,38)
#1A2A1F
(26,42,31)
#142218
(20,34,24)
#0E1A11
(14,26,17)
#08120A
(8,18,10)
#000000
(0,0,0)

Tints of #446250

#446250
(68,98,80)
#55705F
(85,112,95)
#667E6E
(102,126,110)
#778C7D
(119,140,125)
#889A8C
(136,154,140)
#99A89B
(153,168,155)
#AAB6AA
(170,182,170)
#BBC4B9
(187,196,185)
#CCD2C8
(204,210,200)
#DDE0D7
(221,224,215)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446250 color. Also use rgb(68,98,80) instead hex code.

Text Font Color

.myTextColor { color: #446250; }

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

This text font color is #446250.


Background Color

.myBgColor { background-color: #446250; }

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

This div background color is #446250.


Border color

.myBorderColor { border: 1px solid #446250; }

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

This div border color is #446250.


Opacity

.myOpacity80 { color: #446250; opacity: 0.8; }

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

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

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

This text has shadow with #446250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446250 on black background.


Color preview on white background

This text has color #446250 on white background.



Black color preview on #446250 background

This text has black color on #446250 background.


White color preview on #446250 background

This text has white color on #446250 background.