COLOR #449449

HEX: #449449
RGB: (68,148,73)

Renk bilgisi

#449449 contains mainly green color. #449449 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#449449 color RGB value is (68,148,73).

  • kırmız ton 68;
  • yeşil ton 148;
  • mavi ton 73.
RGB:
(68,148,73)
(27%,58%,29%)

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 148 of 255 = 58%
B 73 of 255 = 29%

68
148
73

R + G + B ~ 38%. #449449 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 148 + 73 = 289 (100%)
R 68 of 289 ~ 23.53%
G 148 of 289 ~ 51.21%
B 73 of 289 ~ 25.26%

%23.53
%51.21
%25.26

CMYK RENK MODELİ

#449449 rengi CMYK tonu (54,0,51,42).

  • camgöbeği tonu 54.05%
  • eflatun tonu 0.00%
  • sarı tonu 50.68%
  • ana renk tonu 41.96%
CMYK:
(54,0,51,42)
C54M0Y51K42 
(54%,0%,51%,42%)
(0.54/0.00/0.51/0.42)	

CMYK yüzdeleri

%54.05
%0
%50.68
%41.96

Codes

Color #449449 in popluar color models

449449
RGB6814873
HSL124°37.04%42.35%
HSB/HSV124°54.05%58.04%
CMYK54.05%0.00%50.68%
41.96%

Color #449449 in popluar number systems.

HEX449449
Decimal6814873
Binary1000100100101001001001
Octal104224111

Shades and tints

Shades of #449449

#449449
(68,148,73)
#3E8743
(62,135,67)
#387A3D
(56,122,61)
#326D37
(50,109,55)
#2C6031
(44,96,49)
#26532B
(38,83,43)
#204625
(32,70,37)
#1A391F
(26,57,31)
#142C19
(20,44,25)
#0E1F13
(14,31,19)
#08120D
(8,18,13)
#000000
(0,0,0)

Tints of #449449

#449449
(68,148,73)
#559D59
(85,157,89)
#66A669
(102,166,105)
#77AF79
(119,175,121)
#88B889
(136,184,137)
#99C199
(153,193,153)
#AACAA9
(170,202,169)
#BBD3B9
(187,211,185)
#CCDCC9
(204,220,201)
#DDE5D9
(221,229,217)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449449 color. Also use rgb(68,148,73) instead hex code.

Text Font Color

.myTextColor { color: #449449; }

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

This text font color is #449449.


Background Color

.myBgColor { background-color: #449449; }

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

This div background color is #449449.


Border color

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

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

This div border color is #449449.


Opacity

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

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

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

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

This text has shadow with #449449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449449 on black background.


Color preview on white background

This text has color #449449 on white background.



Black color preview on #449449 background

This text has black color on #449449 background.


White color preview on #449449 background

This text has white color on #449449 background.