COLOR #449357

HEX: #449357
RGB: (68,147,87)

Renk bilgisi

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

RGB renk modeli

#449357 color RGB value is (68,147,87).

  • kırmız ton 68;
  • yeşil ton 147;
  • mavi ton 87.
RGB:
(68,147,87)
(27%,58%,34%)

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 147 of 255 = 58%
B 87 of 255 = 34%

68
147
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 147 + 87 = 302 (100%)
R 68 of 302 ~ 22.52%
G 147 of 302 ~ 48.68%
B 87 of 302 ~ 28.81%

%22.52
%48.68
%28.81

CMYK RENK MODELİ

#449357 rengi CMYK tonu (54,0,41,42).

  • camgöbeği tonu 53.74%
  • eflatun tonu 0.00%
  • sarı tonu 40.82%
  • ana renk tonu 42.35%
CMYK:
(54,0,41,42)
C54M0Y41K42 
(54%,0%,41%,42%)
(0.54/0.00/0.41/0.42)	

CMYK yüzdeleri

%53.74
%0
%40.82
%42.35

Codes

Color #449357 in popluar color models

449357
RGB6814787
HSL134°36.74%42.16%
HSB/HSV134°53.74%57.65%
CMYK53.74%0.00%40.82%
42.35%

Color #449357 in popluar number systems.

HEX449357
Decimal6814787
Binary1000100100100111010111
Octal104223127

Shades and tints

Shades of #449357

#449357
(68,147,87)
#3E8650
(62,134,80)
#387949
(56,121,73)
#326C42
(50,108,66)
#2C5F3B
(44,95,59)
#265234
(38,82,52)
#20452D
(32,69,45)
#1A3826
(26,56,38)
#142B1F
(20,43,31)
#0E1E18
(14,30,24)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #449357

#449357
(68,147,87)
#559C66
(85,156,102)
#66A575
(102,165,117)
#77AE84
(119,174,132)
#88B793
(136,183,147)
#99C0A2
(153,192,162)
#AAC9B1
(170,201,177)
#BBD2C0
(187,210,192)
#CCDBCF
(204,219,207)
#DDE4DE
(221,228,222)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449357 color. Also use rgb(68,147,87) instead hex code.

Text Font Color

.myTextColor { color: #449357; }

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

This text font color is #449357.


Background Color

.myBgColor { background-color: #449357; }

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

This div background color is #449357.


Border color

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

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

This div border color is #449357.


Opacity

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

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

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

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

This text has shadow with #449357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449357 on black background.


Color preview on white background

This text has color #449357 on white background.



Black color preview on #449357 background

This text has black color on #449357 background.


White color preview on #449357 background

This text has white color on #449357 background.