COLOR #448349

HEX: #448349
RGB: (68,131,73)

Renk bilgisi

#448349 contains mainly green and blue colors. #448349 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#448349 color RGB value is (68,131,73).

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

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 131 of 255 = 51%
B 73 of 255 = 29%

68
131
73

R + G + B ~ 36%. #448349 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 131 + 73 = 272 (100%)
R 68 of 272 ~ 25%
G 131 of 272 ~ 48.16%
B 73 of 272 ~ 26.84%

%25
%48.16
%26.84

CMYK RENK MODELİ

#448349 rengi CMYK tonu (48,0,44,49).

  • camgöbeği tonu 48.09%
  • eflatun tonu 0.00%
  • sarı tonu 44.27%
  • ana renk tonu 48.63%
CMYK:
(48,0,44,49)
C48M0Y44K49 
(48%,0%,44%,49%)
(0.48/0.00/0.44/0.49)	

CMYK yüzdeleri

%48.09
%0
%44.27
%48.63

Codes

Color #448349 in popluar color models

448349
RGB6813173
HSL125°31.66%39.02%
HSB/HSV125°48.09%51.37%
CMYK48.09%0.00%44.27%
48.63%

Color #448349 in popluar number systems.

HEX448349
Decimal6813173
Binary1000100100000111001001
Octal104203111

Shades and tints

Shades of #448349

#448349
(68,131,73)
#3E7843
(62,120,67)
#386D3D
(56,109,61)
#326237
(50,98,55)
#2C5731
(44,87,49)
#264C2B
(38,76,43)
#204125
(32,65,37)
#1A361F
(26,54,31)
#142B19
(20,43,25)
#0E2013
(14,32,19)
#08150D
(8,21,13)
#000000
(0,0,0)

Tints of #448349

#448349
(68,131,73)
#558E59
(85,142,89)
#669969
(102,153,105)
#77A479
(119,164,121)
#88AF89
(136,175,137)
#99BA99
(153,186,153)
#AAC5A9
(170,197,169)
#BBD0B9
(187,208,185)
#CCDBC9
(204,219,201)
#DDE6D9
(221,230,217)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448349; }

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

This text font color is #448349.


Background Color

.myBgColor { background-color: #448349; }

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

This div background color is #448349.


Border color

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

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

This div border color is #448349.


Opacity

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

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

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

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

This text has shadow with #448349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448349 on black background.


Color preview on white background

This text has color #448349 on white background.



Black color preview on #448349 background

This text has black color on #448349 background.


White color preview on #448349 background

This text has white color on #448349 background.