COLOR #C58831

HEX: #C58831
RGB: (197,136,49)

Renk bilgisi

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

RGB renk modeli

#C58831 color RGB value is (197,136,49).

  • kırmız ton 197;
  • yeşil ton 136;
  • mavi ton 49.
RGB:
(197,136,49)
(77%,53%,19%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 136 of 255 = 53%
B 49 of 255 = 19%

197
136
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 136 + 49 = 382 (100%)
R 197 of 382 ~ 51.57%
G 136 of 382 ~ 35.6%
B 49 of 382 ~ 12.83%

%51.57
%35.6
%12.83

CMYK RENK MODELİ

#C58831 rengi CMYK tonu (0,31,75,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.96%
  • sarı tonu 75.13%
  • ana renk tonu 22.75%
CMYK:
(0,31,75,23)
C0M31Y75K23 
(0%,31%,75%,23%)
(0.00/0.31/0.75/0.23)	

CMYK yüzdeleri

%0
%30.96
%75.13
%22.75

Codes

Color #C58831 in popluar color models

C58831
RGB19713649
HSL35°60.16%48.24%
HSB/HSV35°75.13%77.25%
CMYK0.00%30.96%75.13%
22.75%

Color #C58831 in popluar number systems.

HEXC58831
Decimal19713649
Binary1100010110001000110001
Octal30521061

Shades and tints

Shades of #C58831

#C58831
(197,136,49)
#B47C2D
(180,124,45)
#A37029
(163,112,41)
#926425
(146,100,37)
#815821
(129,88,33)
#704C1D
(112,76,29)
#5F4019
(95,64,25)
#4E3415
(78,52,21)
#3D2811
(61,40,17)
#2C1C0D
(44,28,13)
#1B1009
(27,16,9)
#000000
(0,0,0)

Tints of #C58831

#C58831
(197,136,49)
#CA9243
(202,146,67)
#CF9C55
(207,156,85)
#D4A667
(212,166,103)
#D9B079
(217,176,121)
#DEBA8B
(222,186,139)
#E3C49D
(227,196,157)
#E8CEAF
(232,206,175)
#EDD8C1
(237,216,193)
#F2E2D3
(242,226,211)
#F7ECE5
(247,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58831 color. Also use rgb(197,136,49) instead hex code.

Text Font Color

.myTextColor { color: #C58831; }

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

This text font color is #C58831.


Background Color

.myBgColor { background-color: #C58831; }

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

This div background color is #C58831.


Border color

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

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

This div border color is #C58831.


Opacity

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

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

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

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

This text has shadow with #C58831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58831 on black background.


Color preview on white background

This text has color #C58831 on white background.



Black color preview on #C58831 background

This text has black color on #C58831 background.


White color preview on #C58831 background

This text has white color on #C58831 background.