COLOR #C08735

HEX: #C08735
RGB: (192,135,53)

Color info

#C08735 contains mainly red and green colors. Web safe color of #C08735 is #CC9933 (or #C93).

RGB color model

#C08735 color RGB value is (192,135,53).

  • red value is 192;
  • green value is 135;
  • blue value is 53.
RGB:
(192,135,53)
(75%,53%,21%)

RGB channels and saturation

R 192 of 255 = 75%
G 135 of 255 = 53%
B 53 of 255 = 21%

192
135
53

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

Portions of RGB colors in percentages

R + G + B =
192 + 135 + 53 = 380 (100%)
R 192 of 380 ~ 50.53%
G 135 of 380 ~ 35.53%
B 53 of 380 ~ 13.95%

%50.53
%35.53
%13.95

CMYK color model

#C08735 color CMYK value is (0,30,72,25).

  • cyan value is 0.00%
  • magenta value is 29.69%
  • yellow value is 72.40%
  • key color value is 24.71%
CMYK:
(0,30,72,25)
C0M30Y72K25 
(0%,30%,72%,25%)
(0.00/0.30/0.72/0.25)	

CMYK percentages

%0
%29.69
%72.4
%24.71

Codes

Color #C08735 in popluar color models

C08735
RGB19213553
HSL35°56.73%48.04%
HSB/HSV35°72.40%75.29%
CMYK0.00%29.69%72.40%
24.71%

Color #C08735 in popluar number systems.

HEXC08735
Decimal19213553
Binary1100000010000111110101
Octal30020765

Shades and tints

Shades of #C08735

#C08735
(192,135,53)
#AF7B31
(175,123,49)
#9E6F2D
(158,111,45)
#8D6329
(141,99,41)
#7C5725
(124,87,37)
#6B4B21
(107,75,33)
#5A3F1D
(90,63,29)
#493319
(73,51,25)
#382715
(56,39,21)
#271B11
(39,27,17)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #C08735

#C08735
(192,135,53)
#C59147
(197,145,71)
#CA9B59
(202,155,89)
#CFA56B
(207,165,107)
#D4AF7D
(212,175,125)
#D9B98F
(217,185,143)
#DEC3A1
(222,195,161)
#E3CDB3
(227,205,179)
#E8D7C5
(232,215,197)
#EDE1D7
(237,225,215)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08735 color. Also use rgb(192,135,53) instead hex code.

Text Font Color

.myTextColor { color: #C08735; }

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

This text font color is #C08735.


Background Color

.myBgColor { background-color: #C08735; }

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

This div background color is #C08735.


Border color

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

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

This div border color is #C08735.


Opacity

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

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

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

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

This text has shadow with #C08735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08735 on black background.


Color preview on white background

This text has color #C08735 on white background.



Black color preview on #C08735 background

This text has black color on #C08735 background.


White color preview on #C08735 background

This text has white color on #C08735 background.