COLOR #C58D30

HEX: #C58D30
RGB: (197,141,48)

Renk bilgisi

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

RGB renk modeli

#C58D30 color RGB value is (197,141,48).

  • kırmız ton 197;
  • yeşil ton 141;
  • mavi ton 48.
RGB:
(197,141,48)
(77%,55%,19%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 141 of 255 = 55%
B 48 of 255 = 19%

197
141
48

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 141 + 48 = 386 (100%)
R 197 of 386 ~ 51.04%
G 141 of 386 ~ 36.53%
B 48 of 386 ~ 12.44%

%51.04
%36.53
%12.44

CMYK RENK MODELİ

#C58D30 rengi CMYK tonu (0,28,76,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.43%
  • sarı tonu 75.63%
  • ana renk tonu 22.75%
CMYK:
(0,28,76,23)
C0M28Y76K23 
(0%,28%,76%,23%)
(0.00/0.28/0.76/0.23)	

CMYK yüzdeleri

%0
%28.43
%75.63
%22.75

Codes

Color #C58D30 in popluar color models

C58D30
RGB19714148
HSL37°60.82%48.04%
HSB/HSV37°75.63%77.25%
CMYK0.00%28.43%75.63%
22.75%

Color #C58D30 in popluar number systems.

HEXC58D30
Decimal19714148
Binary1100010110001101110000
Octal30521560

Shades and tints

Shades of #C58D30

#C58D30
(197,141,48)
#B4812C
(180,129,44)
#A37528
(163,117,40)
#926924
(146,105,36)
#815D20
(129,93,32)
#70511C
(112,81,28)
#5F4518
(95,69,24)
#4E3914
(78,57,20)
#3D2D10
(61,45,16)
#2C210C
(44,33,12)
#1B1508
(27,21,8)
#000000
(0,0,0)

Tints of #C58D30

#C58D30
(197,141,48)
#CA9742
(202,151,66)
#CFA154
(207,161,84)
#D4AB66
(212,171,102)
#D9B578
(217,181,120)
#DEBF8A
(222,191,138)
#E3C99C
(227,201,156)
#E8D3AE
(232,211,174)
#EDDDC0
(237,221,192)
#F2E7D2
(242,231,210)
#F7F1E4
(247,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58D30 color. Also use rgb(197,141,48) instead hex code.

Text Font Color

.myTextColor { color: #C58D30; }

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

This text font color is #C58D30.


Background Color

.myBgColor { background-color: #C58D30; }

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

This div background color is #C58D30.


Border color

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

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

This div border color is #C58D30.


Opacity

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

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

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

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

This text has shadow with #C58D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58D30 on black background.


Color preview on white background

This text has color #C58D30 on white background.



Black color preview on #C58D30 background

This text has black color on #C58D30 background.


White color preview on #C58D30 background

This text has white color on #C58D30 background.