COLOR #49833D

HEX: #49833D
RGB: (73,131,61)

Renk bilgisi

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

RGB renk modeli

#49833D color RGB value is (73,131,61).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 131 of 255 = 51%
B 61 of 255 = 24%

73
131
61

R + G + B ~ 35%. #49833D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 131 + 61 = 265 (100%)
R 73 of 265 ~ 27.55%
G 131 of 265 ~ 49.43%
B 61 of 265 ~ 23.02%

%27.55
%49.43
%23.02

CMYK RENK MODELİ

#49833D rengi CMYK tonu (44,0,53,49).

  • camgöbeği tonu 44.27%
  • eflatun tonu 0.00%
  • sarı tonu 53.44%
  • ana renk tonu 48.63%
CMYK:
(44,0,53,49)
C44M0Y53K49 
(44%,0%,53%,49%)
(0.44/0.00/0.53/0.49)	

CMYK yüzdeleri

%44.27
%0
%53.44
%48.63

Codes

Color #49833D in popluar color models

49833D
RGB7313161
HSL110°36.46%37.65%
HSB/HSV110°53.44%51.37%
CMYK44.27%0.00%53.44%
48.63%

Color #49833D in popluar number systems.

HEX49833D
Decimal7313161
Binary100100110000011111101
Octal11120375

Shades and tints

Shades of #49833D

#49833D
(73,131,61)
#437838
(67,120,56)
#3D6D33
(61,109,51)
#37622E
(55,98,46)
#315729
(49,87,41)
#2B4C24
(43,76,36)
#25411F
(37,65,31)
#1F361A
(31,54,26)
#192B15
(25,43,21)
#132010
(19,32,16)
#0D150B
(13,21,11)
#000000
(0,0,0)

Tints of #49833D

#49833D
(73,131,61)
#598E4E
(89,142,78)
#69995F
(105,153,95)
#79A470
(121,164,112)
#89AF81
(137,175,129)
#99BA92
(153,186,146)
#A9C5A3
(169,197,163)
#B9D0B4
(185,208,180)
#C9DBC5
(201,219,197)
#D9E6D6
(217,230,214)
#E9F1E7
(233,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49833D; }

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

This text font color is #49833D.


Background Color

.myBgColor { background-color: #49833D; }

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

This div background color is #49833D.


Border color

.myBorderColor { border: 1px solid #49833D; }

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

This div border color is #49833D.


Opacity

.myOpacity80 { color: #49833D; opacity: 0.8; }

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

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

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

This text has shadow with #49833D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49833D on black background.


Color preview on white background

This text has color #49833D on white background.



Black color preview on #49833D background

This text has black color on #49833D background.


White color preview on #49833D background

This text has white color on #49833D background.