COLOR #874C17

HEX: #874C17
RGB: (135,76,23)

Renk bilgisi

#874C17 contains mainly red and green colors. #874C17 ‘ nin web güvenlik rengi #993300 (ya da #930) dir.

RGB renk modeli

#874C17 color RGB value is (135,76,23).

  • kırmız ton 135;
  • yeşil ton 76;
  • mavi ton 23.
RGB:
(135,76,23)
(53%,30%,9%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 76 of 255 = 30%
B 23 of 255 = 9%

135
76
23

R + G + B ~ 31%. #874C17 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 76 + 23 = 234 (100%)
R 135 of 234 ~ 57.69%
G 76 of 234 ~ 32.48%
B 23 of 234 ~ 9.83%

%57.69
%32.48
%9.83

CMYK RENK MODELİ

#874C17 rengi CMYK tonu (0,44,83,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.70%
  • sarı tonu 82.96%
  • ana renk tonu 47.06%
CMYK:
(0,44,83,47)
C0M44Y83K47 
(0%,44%,83%,47%)
(0.00/0.44/0.83/0.47)	

CMYK yüzdeleri

%0
%43.7
%82.96
%47.06

Codes

Color #874C17 in popluar color models

874C17
RGB1357623
HSL28°70.89%30.98%
HSB/HSV28°82.96%52.94%
CMYK0.00%43.70%82.96%
47.06%

Color #874C17 in popluar number systems.

HEX874C17
Decimal1357623
Binary10000111100110010111
Octal20711427

Shades and tints

Shades of #874C17

#874C17
(135,76,23)
#7B4615
(123,70,21)
#6F4013
(111,64,19)
#633A11
(99,58,17)
#57340F
(87,52,15)
#4B2E0D
(75,46,13)
#3F280B
(63,40,11)
#332209
(51,34,9)
#271C07
(39,28,7)
#1B1605
(27,22,5)
#0F1003
(15,16,3)
#000000
(0,0,0)

Tints of #874C17

#874C17
(135,76,23)
#915C2C
(145,92,44)
#9B6C41
(155,108,65)
#A57C56
(165,124,86)
#AF8C6B
(175,140,107)
#B99C80
(185,156,128)
#C3AC95
(195,172,149)
#CDBCAA
(205,188,170)
#D7CCBF
(215,204,191)
#E1DCD4
(225,220,212)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874C17 color. Also use rgb(135,76,23) instead hex code.

Text Font Color

.myTextColor { color: #874C17; }

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

This text font color is #874C17.


Background Color

.myBgColor { background-color: #874C17; }

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

This div background color is #874C17.


Border color

.myBorderColor { border: 1px solid #874C17; }

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

This div border color is #874C17.


Opacity

.myOpacity80 { color: #874C17; opacity: 0.8; }

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

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

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

This text has shadow with #874C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874C17 on black background.


Color preview on white background

This text has color #874C17 on white background.



Black color preview on #874C17 background

This text has black color on #874C17 background.


White color preview on #874C17 background

This text has white color on #874C17 background.