COLOR #538349

HEX: #538349
RGB: (83,131,73)

Renk bilgisi

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

RGB renk modeli

#538349 color RGB value is (83,131,73).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 131 of 255 = 51%
B 73 of 255 = 29%

83
131
73

R + G + B ~ 38%. #538349 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 131 + 73 = 287 (100%)
R 83 of 287 ~ 28.92%
G 131 of 287 ~ 45.64%
B 73 of 287 ~ 25.44%

%28.92
%45.64
%25.44

CMYK RENK MODELİ

#538349 rengi CMYK tonu (37,0,44,49).

  • camgöbeği tonu 36.64%
  • eflatun tonu 0.00%
  • sarı tonu 44.27%
  • ana renk tonu 48.63%
CMYK:
(37,0,44,49)
C37M0Y44K49 
(37%,0%,44%,49%)
(0.37/0.00/0.44/0.49)	

CMYK yüzdeleri

%36.64
%0
%44.27
%48.63

Codes

Color #538349 in popluar color models

538349
RGB8313173
HSL110°28.43%40.00%
HSB/HSV110°44.27%51.37%
CMYK36.64%0.00%44.27%
48.63%

Color #538349 in popluar number systems.

HEX538349
Decimal8313173
Binary1010011100000111001001
Octal123203111

Shades and tints

Shades of #538349

#538349
(83,131,73)
#4C7843
(76,120,67)
#456D3D
(69,109,61)
#3E6237
(62,98,55)
#375731
(55,87,49)
#304C2B
(48,76,43)
#294125
(41,65,37)
#22361F
(34,54,31)
#1B2B19
(27,43,25)
#142013
(20,32,19)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #538349

#538349
(83,131,73)
#628E59
(98,142,89)
#719969
(113,153,105)
#80A479
(128,164,121)
#8FAF89
(143,175,137)
#9EBA99
(158,186,153)
#ADC5A9
(173,197,169)
#BCD0B9
(188,208,185)
#CBDBC9
(203,219,201)
#DAE6D9
(218,230,217)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538349; }

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

This text font color is #538349.


Background Color

.myBgColor { background-color: #538349; }

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

This div background color is #538349.


Border color

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

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

This div border color is #538349.


Opacity

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

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

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

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

This text has shadow with #538349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538349 on black background.


Color preview on white background

This text has color #538349 on white background.



Black color preview on #538349 background

This text has black color on #538349 background.


White color preview on #538349 background

This text has white color on #538349 background.