COLOR #449959

HEX: #449959
RGB: (68,153,89)

Renk bilgisi

#449959 contains mainly green color. #449959 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#449959 color RGB value is (68,153,89).

  • kırmız ton 68;
  • yeşil ton 153;
  • mavi ton 89.
RGB:
(68,153,89)
(27%,60%,35%)

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 153 of 255 = 60%
B 89 of 255 = 35%

68
153
89

R + G + B ~ 41%. #449959 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 153 + 89 = 310 (100%)
R 68 of 310 ~ 21.94%
G 153 of 310 ~ 49.35%
B 89 of 310 ~ 28.71%

%21.94
%49.35
%28.71

CMYK RENK MODELİ

#449959 rengi CMYK tonu (56,0,42,40).

  • camgöbeği tonu 55.56%
  • eflatun tonu 0.00%
  • sarı tonu 41.83%
  • ana renk tonu 40.00%
CMYK:
(56,0,42,40)
C56M0Y42K40 
(56%,0%,42%,40%)
(0.56/0.00/0.42/0.40)	

CMYK yüzdeleri

%55.56
%0
%41.83
%40

Codes

Color #449959 in popluar color models

449959
RGB6815389
HSL135°38.46%43.33%
HSB/HSV135°55.56%60.00%
CMYK55.56%0.00%41.83%
40.00%

Color #449959 in popluar number systems.

HEX449959
Decimal6815389
Binary1000100100110011011001
Octal104231131

Shades and tints

Shades of #449959

#449959
(68,153,89)
#3E8C51
(62,140,81)
#387F49
(56,127,73)
#327241
(50,114,65)
#2C6539
(44,101,57)
#265831
(38,88,49)
#204B29
(32,75,41)
#1A3E21
(26,62,33)
#143119
(20,49,25)
#0E2411
(14,36,17)
#081709
(8,23,9)
#000000
(0,0,0)

Tints of #449959

#449959
(68,153,89)
#55A268
(85,162,104)
#66AB77
(102,171,119)
#77B486
(119,180,134)
#88BD95
(136,189,149)
#99C6A4
(153,198,164)
#AACFB3
(170,207,179)
#BBD8C2
(187,216,194)
#CCE1D1
(204,225,209)
#DDEAE0
(221,234,224)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449959 color. Also use rgb(68,153,89) instead hex code.

Text Font Color

.myTextColor { color: #449959; }

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

This text font color is #449959.


Background Color

.myBgColor { background-color: #449959; }

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

This div background color is #449959.


Border color

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

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

This div border color is #449959.


Opacity

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

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

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

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

This text has shadow with #449959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449959 on black background.


Color preview on white background

This text has color #449959 on white background.



Black color preview on #449959 background

This text has black color on #449959 background.


White color preview on #449959 background

This text has white color on #449959 background.