COLOR #446240

HEX: #446240
RGB: (68,98,64)

Renk bilgisi

#446240 contains red, green and blue colors in about the same proportion. #446240 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#446240 color RGB value is (68,98,64).

  • kırmız ton 68;
  • yeşil ton 98;
  • mavi ton 64.
RGB:
(68,98,64)
(27%,38%,25%)

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 98 of 255 = 38%
B 64 of 255 = 25%

68
98
64

R + G + B ~ 30%. #446240 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 98 + 64 = 230 (100%)
R 68 of 230 ~ 29.57%
G 98 of 230 ~ 42.61%
B 64 of 230 ~ 27.83%

%29.57
%42.61
%27.83

CMYK RENK MODELİ

#446240 rengi CMYK tonu (31,0,35,62).

  • camgöbeği tonu 30.61%
  • eflatun tonu 0.00%
  • sarı tonu 34.69%
  • ana renk tonu 61.57%
CMYK:
(31,0,35,62)
C31M0Y35K62 
(31%,0%,35%,62%)
(0.31/0.00/0.35/0.62)	

CMYK yüzdeleri

%30.61
%0
%34.69
%61.57

Codes

Color #446240 in popluar color models

446240
RGB689864
HSL113°20.99%31.76%
HSB/HSV113°34.69%38.43%
CMYK30.61%0.00%34.69%
61.57%

Color #446240 in popluar number systems.

HEX446240
Decimal689864
Binary100010011000101000000
Octal104142100

Shades and tints

Shades of #446240

#446240
(68,98,64)
#3E5A3B
(62,90,59)
#385236
(56,82,54)
#324A31
(50,74,49)
#2C422C
(44,66,44)
#263A27
(38,58,39)
#203222
(32,50,34)
#1A2A1D
(26,42,29)
#142218
(20,34,24)
#0E1A13
(14,26,19)
#08120E
(8,18,14)
#000000
(0,0,0)

Tints of #446240

#446240
(68,98,64)
#557051
(85,112,81)
#667E62
(102,126,98)
#778C73
(119,140,115)
#889A84
(136,154,132)
#99A895
(153,168,149)
#AAB6A6
(170,182,166)
#BBC4B7
(187,196,183)
#CCD2C8
(204,210,200)
#DDE0D9
(221,224,217)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446240; }

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

This text font color is #446240.


Background Color

.myBgColor { background-color: #446240; }

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

This div background color is #446240.


Border color

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

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

This div border color is #446240.


Opacity

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

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

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

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

This text has shadow with #446240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446240 on black background.


Color preview on white background

This text has color #446240 on white background.



Black color preview on #446240 background

This text has black color on #446240 background.


White color preview on #446240 background

This text has white color on #446240 background.