COLOR #3B6349

HEX: #3B6349
RGB: (59,99,73)

Renk bilgisi

#3B6349 contains red, green and blue colors in about the same proportion. #3B6349 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#3B6349 color RGB value is (59,99,73).

  • kırmız ton 59;
  • yeşil ton 99;
  • mavi ton 73.
RGB:
(59,99,73)
(23%,39%,29%)

RGB bağlantıları ve doygunluk

R 59 of 255 = 23%
G 99 of 255 = 39%
B 73 of 255 = 29%

59
99
73

R + G + B ~ 30%. #3B6349 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
59 + 99 + 73 = 231 (100%)
R 59 of 231 ~ 25.54%
G 99 of 231 ~ 42.86%
B 73 of 231 ~ 31.6%

%25.54
%42.86
%31.6

CMYK RENK MODELİ

#3B6349 rengi CMYK tonu (40,0,26,61).

  • camgöbeği tonu 40.40%
  • eflatun tonu 0.00%
  • sarı tonu 26.26%
  • ana renk tonu 61.18%
CMYK:
(40,0,26,61)
C40M0Y26K61 
(40%,0%,26%,61%)
(0.40/0.00/0.26/0.61)	

CMYK yüzdeleri

%40.4
%0
%26.26
%61.18

Codes

Color #3B6349 in popluar color models

3B6349
RGB599973
HSL141°25.32%30.98%
HSB/HSV141°40.40%38.82%
CMYK40.40%0.00%26.26%
61.18%

Color #3B6349 in popluar number systems.

HEX3B6349
Decimal599973
Binary11101111000111001001
Octal73143111

Shades and tints

Shades of #3B6349

#3B6349
(59,99,73)
#365A43
(54,90,67)
#31513D
(49,81,61)
#2C4837
(44,72,55)
#273F31
(39,63,49)
#22362B
(34,54,43)
#1D2D25
(29,45,37)
#18241F
(24,36,31)
#131B19
(19,27,25)
#0E1213
(14,18,19)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #3B6349

#3B6349
(59,99,73)
#4C7159
(76,113,89)
#5D7F69
(93,127,105)
#6E8D79
(110,141,121)
#7F9B89
(127,155,137)
#90A999
(144,169,153)
#A1B7A9
(161,183,169)
#B2C5B9
(178,197,185)
#C3D3C9
(195,211,201)
#D4E1D9
(212,225,217)
#E5EFE9
(229,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6349 color. Also use rgb(59,99,73) instead hex code.

Text Font Color

.myTextColor { color: #3B6349; }

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

This text font color is #3B6349.


Background Color

.myBgColor { background-color: #3B6349; }

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

This div background color is #3B6349.


Border color

.myBorderColor { border: 1px solid #3B6349; }

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

This div border color is #3B6349.


Opacity

.myOpacity80 { color: #3B6349; opacity: 0.8; }

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

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

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

This text has shadow with #3B6349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6349 on black background.


Color preview on white background

This text has color #3B6349 on white background.



Black color preview on #3B6349 background

This text has black color on #3B6349 background.


White color preview on #3B6349 background

This text has white color on #3B6349 background.