COLOR #4C633D

HEX: #4C633D
RGB: (76,99,61)

Renk bilgisi

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

RGB renk modeli

#4C633D color RGB value is (76,99,61).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 99 of 255 = 39%
B 61 of 255 = 24%

76
99
61

R + G + B ~ 31%. #4C633D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 99 + 61 = 236 (100%)
R 76 of 236 ~ 32.2%
G 99 of 236 ~ 41.95%
B 61 of 236 ~ 25.85%

%32.2
%41.95
%25.85

CMYK RENK MODELİ

#4C633D rengi CMYK tonu (23,0,38,61).

  • camgöbeği tonu 23.23%
  • eflatun tonu 0.00%
  • sarı tonu 38.38%
  • ana renk tonu 61.18%
CMYK:
(23,0,38,61)
C23M0Y38K61 
(23%,0%,38%,61%)
(0.23/0.00/0.38/0.61)	

CMYK yüzdeleri

%23.23
%0
%38.38
%61.18

Codes

Color #4C633D in popluar color models

4C633D
RGB769961
HSL96°23.75%31.37%
HSB/HSV96°38.38%38.82%
CMYK23.23%0.00%38.38%
61.18%

Color #4C633D in popluar number systems.

HEX4C633D
Decimal769961
Binary10011001100011111101
Octal11414375

Shades and tints

Shades of #4C633D

#4C633D
(76,99,61)
#465A38
(70,90,56)
#405133
(64,81,51)
#3A482E
(58,72,46)
#343F29
(52,63,41)
#2E3624
(46,54,36)
#282D1F
(40,45,31)
#22241A
(34,36,26)
#1C1B15
(28,27,21)
#161210
(22,18,16)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #4C633D

#4C633D
(76,99,61)
#5C714E
(92,113,78)
#6C7F5F
(108,127,95)
#7C8D70
(124,141,112)
#8C9B81
(140,155,129)
#9CA992
(156,169,146)
#ACB7A3
(172,183,163)
#BCC5B4
(188,197,180)
#CCD3C5
(204,211,197)
#DCE1D6
(220,225,214)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C633D; }

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

This text font color is #4C633D.


Background Color

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

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

This div background color is #4C633D.


Border color

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

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

This div border color is #4C633D.


Opacity

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

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

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

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

This text has shadow with #4C633D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C633D on black background.


Color preview on white background

This text has color #4C633D on white background.



Black color preview on #4C633D background

This text has black color on #4C633D background.


White color preview on #4C633D background

This text has white color on #4C633D background.