COLOR #D5974D

HEX: #D5974D
RGB: (213,151,77)

Renk bilgisi

#D5974D contains mainly red color. #D5974D ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#D5974D color RGB value is (213,151,77).

  • kırmız ton 213;
  • yeşil ton 151;
  • mavi ton 77.
RGB:
(213,151,77)
(84%,59%,30%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 151 of 255 = 59%
B 77 of 255 = 30%

213
151
77

R + G + B ~ 58%. #D5974D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 151 + 77 = 441 (100%)
R 213 of 441 ~ 48.3%
G 151 of 441 ~ 34.24%
B 77 of 441 ~ 17.46%

%48.3
%34.24
%17.46

CMYK RENK MODELİ

#D5974D rengi CMYK tonu (0,29,64,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.11%
  • sarı tonu 63.85%
  • ana renk tonu 16.47%
CMYK:
(0,29,64,16)
C0M29Y64K16 
(0%,29%,64%,16%)
(0.00/0.29/0.64/0.16)	

CMYK yüzdeleri

%0
%29.11
%63.85
%16.47

Codes

Color #D5974D in popluar color models

D5974D
RGB21315177
HSL33°61.82%56.86%
HSB/HSV33°63.85%83.53%
CMYK0.00%29.11%63.85%
16.47%

Color #D5974D in popluar number systems.

HEXD5974D
Decimal21315177
Binary11010101100101111001101
Octal325227115

Shades and tints

Shades of #D5974D

#D5974D
(213,151,77)
#C28A46
(194,138,70)
#AF7D3F
(175,125,63)
#9C7038
(156,112,56)
#896331
(137,99,49)
#76562A
(118,86,42)
#634923
(99,73,35)
#503C1C
(80,60,28)
#3D2F15
(61,47,21)
#2A220E
(42,34,14)
#171507
(23,21,7)
#000000
(0,0,0)

Tints of #D5974D

#D5974D
(213,151,77)
#D8A05D
(216,160,93)
#DBA96D
(219,169,109)
#DEB27D
(222,178,125)
#E1BB8D
(225,187,141)
#E4C49D
(228,196,157)
#E7CDAD
(231,205,173)
#EAD6BD
(234,214,189)
#EDDFCD
(237,223,205)
#F0E8DD
(240,232,221)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5974D color. Also use rgb(213,151,77) instead hex code.

Text Font Color

.myTextColor { color: #D5974D; }

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

This text font color is #D5974D.


Background Color

.myBgColor { background-color: #D5974D; }

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

This div background color is #D5974D.


Border color

.myBorderColor { border: 1px solid #D5974D; }

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

This div border color is #D5974D.


Opacity

.myOpacity80 { color: #D5974D; opacity: 0.8; }

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

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

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

This text has shadow with #D5974D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5974D on black background.


Color preview on white background

This text has color #D5974D on white background.



Black color preview on #D5974D background

This text has black color on #D5974D background.


White color preview on #D5974D background

This text has white color on #D5974D background.