COLOR #D38B2E

HEX: #D38B2E
RGB: (211,139,46)

Renk bilgisi

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

RGB renk modeli

#D38B2E color RGB value is (211,139,46).

  • kırmız ton 211;
  • yeşil ton 139;
  • mavi ton 46.
RGB:
(211,139,46)
(83%,55%,18%)

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 139 of 255 = 55%
B 46 of 255 = 18%

211
139
46

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

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 139 + 46 = 396 (100%)
R 211 of 396 ~ 53.28%
G 139 of 396 ~ 35.1%
B 46 of 396 ~ 11.62%

%53.28
%35.1
%11.62

CMYK RENK MODELİ

#D38B2E rengi CMYK tonu (0,34,78,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.12%
  • sarı tonu 78.20%
  • ana renk tonu 17.25%
CMYK:
(0,34,78,17)
C0M34Y78K17 
(0%,34%,78%,17%)
(0.00/0.34/0.78/0.17)	

CMYK yüzdeleri

%0
%34.12
%78.2
%17.25

Codes

Color #D38B2E in popluar color models

D38B2E
RGB21113946
HSL34°65.22%50.39%
HSB/HSV34°78.20%82.75%
CMYK0.00%34.12%78.20%
17.25%

Color #D38B2E in popluar number systems.

HEXD38B2E
Decimal21113946
Binary1101001110001011101110
Octal32321356

Shades and tints

Shades of #D38B2E

#D38B2E
(211,139,46)
#C07F2A
(192,127,42)
#AD7326
(173,115,38)
#9A6722
(154,103,34)
#875B1E
(135,91,30)
#744F1A
(116,79,26)
#614316
(97,67,22)
#4E3712
(78,55,18)
#3B2B0E
(59,43,14)
#281F0A
(40,31,10)
#151306
(21,19,6)
#000000
(0,0,0)

Tints of #D38B2E

#D38B2E
(211,139,46)
#D79541
(215,149,65)
#DB9F54
(219,159,84)
#DFA967
(223,169,103)
#E3B37A
(227,179,122)
#E7BD8D
(231,189,141)
#EBC7A0
(235,199,160)
#EFD1B3
(239,209,179)
#F3DBC6
(243,219,198)
#F7E5D9
(247,229,217)
#FBEFEC
(251,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38B2E color. Also use rgb(211,139,46) instead hex code.

Text Font Color

.myTextColor { color: #D38B2E; }

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

This text font color is #D38B2E.


Background Color

.myBgColor { background-color: #D38B2E; }

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

This div background color is #D38B2E.


Border color

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

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

This div border color is #D38B2E.


Opacity

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

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

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

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

This text has shadow with #D38B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38B2E on black background.


Color preview on white background

This text has color #D38B2E on white background.



Black color preview on #D38B2E background

This text has black color on #D38B2E background.


White color preview on #D38B2E background

This text has white color on #D38B2E background.