COLOR #4C6339

HEX: #4C6339
RGB: (76,99,57)

Renk bilgisi

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

RGB renk modeli

#4C6339 color RGB value is (76,99,57).

  • kırmız ton 76;
  • yeşil ton 99;
  • mavi ton 57.
RGB:
(76,99,57)
(30%,39%,22%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 99 of 255 = 39%
B 57 of 255 = 22%

76
99
57

R + G + B ~ 30%. #4C6339 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 99 + 57 = 232 (100%)
R 76 of 232 ~ 32.76%
G 99 of 232 ~ 42.67%
B 57 of 232 ~ 24.57%

%32.76
%42.67
%24.57

CMYK RENK MODELİ

#4C6339 rengi CMYK tonu (23,0,42,61).

  • camgöbeği tonu 23.23%
  • eflatun tonu 0.00%
  • sarı tonu 42.42%
  • ana renk tonu 61.18%
CMYK:
(23,0,42,61)
C23M0Y42K61 
(23%,0%,42%,61%)
(0.23/0.00/0.42/0.61)	

CMYK yüzdeleri

%23.23
%0
%42.42
%61.18

Codes

Color #4C6339 in popluar color models

4C6339
RGB769957
HSL93°26.92%30.59%
HSB/HSV93°42.42%38.82%
CMYK23.23%0.00%42.42%
61.18%

Color #4C6339 in popluar number systems.

HEX4C6339
Decimal769957
Binary10011001100011111001
Octal11414371

Shades and tints

Shades of #4C6339

#4C6339
(76,99,57)
#465A34
(70,90,52)
#40512F
(64,81,47)
#3A482A
(58,72,42)
#343F25
(52,63,37)
#2E3620
(46,54,32)
#282D1B
(40,45,27)
#222416
(34,36,22)
#1C1B11
(28,27,17)
#16120C
(22,18,12)
#100907
(16,9,7)
#000000
(0,0,0)

Tints of #4C6339

#4C6339
(76,99,57)
#5C714B
(92,113,75)
#6C7F5D
(108,127,93)
#7C8D6F
(124,141,111)
#8C9B81
(140,155,129)
#9CA993
(156,169,147)
#ACB7A5
(172,183,165)
#BCC5B7
(188,197,183)
#CCD3C9
(204,211,201)
#DCE1DB
(220,225,219)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6339 color. Also use rgb(76,99,57) instead hex code.

Text Font Color

.myTextColor { color: #4C6339; }

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

This text font color is #4C6339.


Background Color

.myBgColor { background-color: #4C6339; }

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

This div background color is #4C6339.


Border color

.myBorderColor { border: 1px solid #4C6339; }

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

This div border color is #4C6339.


Opacity

.myOpacity80 { color: #4C6339; opacity: 0.8; }

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

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

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

This text has shadow with #4C6339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6339 on black background.


Color preview on white background

This text has color #4C6339 on white background.



Black color preview on #4C6339 background

This text has black color on #4C6339 background.


White color preview on #4C6339 background

This text has white color on #4C6339 background.