COLOR #C38C20

HEX: #C38C20
RGB: (195,140,32)

Renk bilgisi

#C38C20 contains mainly red and green colors. #C38C20 ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#C38C20 color RGB value is (195,140,32).

  • kırmız ton 195;
  • yeşil ton 140;
  • mavi ton 32.
RGB:
(195,140,32)
(76%,55%,13%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 140 of 255 = 55%
B 32 of 255 = 13%

195
140
32

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

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 140 + 32 = 367 (100%)
R 195 of 367 ~ 53.13%
G 140 of 367 ~ 38.15%
B 32 of 367 ~ 8.72%

%53.13
%38.15

CMYK RENK MODELİ

#C38C20 rengi CMYK tonu (0,28,84,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.21%
  • sarı tonu 83.59%
  • ana renk tonu 23.53%
CMYK:
(0,28,84,24)
C0M28Y84K24 
(0%,28%,84%,24%)
(0.00/0.28/0.84/0.24)	

CMYK yüzdeleri

%0
%28.21
%83.59
%23.53

Codes

Color #C38C20 in popluar color models

C38C20
RGB19514032
HSL40°71.81%44.51%
HSB/HSV40°83.59%76.47%
CMYK0.00%28.21%83.59%
23.53%

Color #C38C20 in popluar number systems.

HEXC38C20
Decimal19514032
Binary1100001110001100100000
Octal30321440

Shades and tints

Shades of #C38C20

#C38C20
(195,140,32)
#B2801E
(178,128,30)
#A1741C
(161,116,28)
#90681A
(144,104,26)
#7F5C18
(127,92,24)
#6E5016
(110,80,22)
#5D4414
(93,68,20)
#4C3812
(76,56,18)
#3B2C10
(59,44,16)
#2A200E
(42,32,14)
#19140C
(25,20,12)
#000000
(0,0,0)

Tints of #C38C20

#C38C20
(195,140,32)
#C89634
(200,150,52)
#CDA048
(205,160,72)
#D2AA5C
(210,170,92)
#D7B470
(215,180,112)
#DCBE84
(220,190,132)
#E1C898
(225,200,152)
#E6D2AC
(230,210,172)
#EBDCC0
(235,220,192)
#F0E6D4
(240,230,212)
#F5F0E8
(245,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38C20 color. Also use rgb(195,140,32) instead hex code.

Text Font Color

.myTextColor { color: #C38C20; }

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

This text font color is #C38C20.


Background Color

.myBgColor { background-color: #C38C20; }

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

This div background color is #C38C20.


Border color

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

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

This div border color is #C38C20.


Opacity

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

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

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

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

This text has shadow with #C38C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38C20 on black background.


Color preview on white background

This text has color #C38C20 on white background.



Black color preview on #C38C20 background

This text has black color on #C38C20 background.


White color preview on #C38C20 background

This text has white color on #C38C20 background.