COLOR #496251

HEX: #496251
RGB: (73,98,81)

Renk bilgisi

#496251 contains red, green and blue colors in about the same proportion. #496251 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#496251 color RGB value is (73,98,81).

  • kırmız ton 73;
  • yeşil ton 98;
  • mavi ton 81.
RGB:
(73,98,81)
(29%,38%,32%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 98 of 255 = 38%
B 81 of 255 = 32%

73
98
81

R + G + B ~ 33%. #496251 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 98 + 81 = 252 (100%)
R 73 of 252 ~ 28.97%
G 98 of 252 ~ 38.89%
B 81 of 252 ~ 32.14%

%28.97
%38.89
%32.14

CMYK RENK MODELİ

#496251 rengi CMYK tonu (26,0,17,62).

  • camgöbeği tonu 25.51%
  • eflatun tonu 0.00%
  • sarı tonu 17.35%
  • ana renk tonu 61.57%
CMYK:
(26,0,17,62)
C26M0Y17K62 
(26%,0%,17%,62%)
(0.26/0.00/0.17/0.62)	

CMYK yüzdeleri

%25.51
%0
%17.35
%61.57

Codes

Color #496251 in popluar color models

496251
RGB739881
HSL139°14.62%33.53%
HSB/HSV139°25.51%38.43%
CMYK25.51%0.00%17.35%
61.57%

Color #496251 in popluar number systems.

HEX496251
Decimal739881
Binary100100111000101010001
Octal111142121

Shades and tints

Shades of #496251

#496251
(73,98,81)
#435A4A
(67,90,74)
#3D5243
(61,82,67)
#374A3C
(55,74,60)
#314235
(49,66,53)
#2B3A2E
(43,58,46)
#253227
(37,50,39)
#1F2A20
(31,42,32)
#192219
(25,34,25)
#131A12
(19,26,18)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #496251

#496251
(73,98,81)
#597060
(89,112,96)
#697E6F
(105,126,111)
#798C7E
(121,140,126)
#899A8D
(137,154,141)
#99A89C
(153,168,156)
#A9B6AB
(169,182,171)
#B9C4BA
(185,196,186)
#C9D2C9
(201,210,201)
#D9E0D8
(217,224,216)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496251 color. Also use rgb(73,98,81) instead hex code.

Text Font Color

.myTextColor { color: #496251; }

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

This text font color is #496251.


Background Color

.myBgColor { background-color: #496251; }

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

This div background color is #496251.


Border color

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

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

This div border color is #496251.


Opacity

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

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

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

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

This text has shadow with #496251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496251 on black background.


Color preview on white background

This text has color #496251 on white background.



Black color preview on #496251 background

This text has black color on #496251 background.


White color preview on #496251 background

This text has white color on #496251 background.