COLOR #C7835A

HEX: #C7835A
RGB: (199,131,90)

Renk bilgisi

#C7835A contains mainly red color. #C7835A ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#C7835A color RGB value is (199,131,90).

  • kırmız ton 199;
  • yeşil ton 131;
  • mavi ton 90.
RGB:
(199,131,90)
(78%,51%,35%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 131 of 255 = 51%
B 90 of 255 = 35%

199
131
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 131 + 90 = 420 (100%)
R 199 of 420 ~ 47.38%
G 131 of 420 ~ 31.19%
B 90 of 420 ~ 21.43%

%47.38
%31.19
%21.43

CMYK RENK MODELİ

#C7835A rengi CMYK tonu (0,34,55,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.17%
  • sarı tonu 54.77%
  • ana renk tonu 21.96%
CMYK:
(0,34,55,22)
C0M34Y55K22 
(0%,34%,55%,22%)
(0.00/0.34/0.55/0.22)	

CMYK yüzdeleri

%0
%34.17
%54.77
%21.96

Codes

Color #C7835A in popluar color models

C7835A
RGB19913190
HSL23°49.32%56.67%
HSB/HSV23°54.77%78.04%
CMYK0.00%34.17%54.77%
21.96%

Color #C7835A in popluar number systems.

HEXC7835A
Decimal19913190
Binary11000111100000111011010
Octal307203132

Shades and tints

Shades of #C7835A

#C7835A
(199,131,90)
#B57852
(181,120,82)
#A36D4A
(163,109,74)
#916242
(145,98,66)
#7F573A
(127,87,58)
#6D4C32
(109,76,50)
#5B412A
(91,65,42)
#493622
(73,54,34)
#372B1A
(55,43,26)
#252012
(37,32,18)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #C7835A

#C7835A
(199,131,90)
#CC8E69
(204,142,105)
#D19978
(209,153,120)
#D6A487
(214,164,135)
#DBAF96
(219,175,150)
#E0BAA5
(224,186,165)
#E5C5B4
(229,197,180)
#EAD0C3
(234,208,195)
#EFDBD2
(239,219,210)
#F4E6E1
(244,230,225)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7835A color. Also use rgb(199,131,90) instead hex code.

Text Font Color

.myTextColor { color: #C7835A; }

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

This text font color is #C7835A.


Background Color

.myBgColor { background-color: #C7835A; }

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

This div background color is #C7835A.


Border color

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

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

This div border color is #C7835A.


Opacity

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

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

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

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

This text has shadow with #C7835A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7835A on black background.


Color preview on white background

This text has color #C7835A on white background.



Black color preview on #C7835A background

This text has black color on #C7835A background.


White color preview on #C7835A background

This text has white color on #C7835A background.