COLOR #63873B

HEX: #63873B
RGB: (99,135,59)

Renk bilgisi

#63873B contains mainly red and green colors. #63873B ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#63873B color RGB value is (99,135,59).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 135 of 255 = 53%
B 59 of 255 = 23%

99
135
59

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 135 + 59 = 293 (100%)
R 99 of 293 ~ 33.79%
G 135 of 293 ~ 46.08%
B 59 of 293 ~ 20.14%

%33.79
%46.08
%20.14

CMYK RENK MODELİ

#63873B rengi CMYK tonu (27,0,56,47).

  • camgöbeği tonu 26.67%
  • eflatun tonu 0.00%
  • sarı tonu 56.30%
  • ana renk tonu 47.06%
CMYK:
(27,0,56,47)
C27M0Y56K47 
(27%,0%,56%,47%)
(0.27/0.00/0.56/0.47)	

CMYK yüzdeleri

%26.67
%0
%56.3
%47.06

Codes

Color #63873B in popluar color models

63873B
RGB9913559
HSL88°39.18%38.04%
HSB/HSV88°56.30%52.94%
CMYK26.67%0.00%56.30%
47.06%

Color #63873B in popluar number systems.

HEX63873B
Decimal9913559
Binary110001110000111111011
Octal14320773

Shades and tints

Shades of #63873B

#63873B
(99,135,59)
#5A7B36
(90,123,54)
#516F31
(81,111,49)
#48632C
(72,99,44)
#3F5727
(63,87,39)
#364B22
(54,75,34)
#2D3F1D
(45,63,29)
#243318
(36,51,24)
#1B2713
(27,39,19)
#121B0E
(18,27,14)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #63873B

#63873B
(99,135,59)
#71914C
(113,145,76)
#7F9B5D
(127,155,93)
#8DA56E
(141,165,110)
#9BAF7F
(155,175,127)
#A9B990
(169,185,144)
#B7C3A1
(183,195,161)
#C5CDB2
(197,205,178)
#D3D7C3
(211,215,195)
#E1E1D4
(225,225,212)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63873B color. Also use rgb(99,135,59) instead hex code.

Text Font Color

.myTextColor { color: #63873B; }

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

This text font color is #63873B.


Background Color

.myBgColor { background-color: #63873B; }

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

This div background color is #63873B.


Border color

.myBorderColor { border: 1px solid #63873B; }

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

This div border color is #63873B.


Opacity

.myOpacity80 { color: #63873B; opacity: 0.8; }

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

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

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

This text has shadow with #63873B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63873B on black background.


Color preview on white background

This text has color #63873B on white background.



Black color preview on #63873B background

This text has black color on #63873B background.


White color preview on #63873B background

This text has white color on #63873B background.