COLOR #C39525

HEX: #C39525
RGB: (195,149,37)

Color info

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

RGB color model

#C39525 color RGB value is (195,149,37).

  • red value is 195;
  • green value is 149;
  • blue value is 37.
RGB:
(195,149,37)
(76%,58%,15%)

RGB channels and saturation

R 195 of 255 = 76%
G 149 of 255 = 58%
B 37 of 255 = 15%

195
149
37

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

Portions of RGB colors in percentages

R + G + B =
195 + 149 + 37 = 381 (100%)
R 195 of 381 ~ 51.18%
G 149 of 381 ~ 39.11%
B 37 of 381 ~ 9.71%

%51.18
%39.11
%9.71

CMYK color model

#C39525 color CMYK value is (0,24,81,24).

  • cyan value is 0.00%
  • magenta value is 23.59%
  • yellow value is 81.03%
  • key color value is 23.53%
CMYK:
(0,24,81,24)
C0M24Y81K24 
(0%,24%,81%,24%)
(0.00/0.24/0.81/0.24)	

CMYK percentages

%0
%23.59
%81.03
%23.53

Codes

Color #C39525 in popluar color models

C39525
RGB19514937
HSL43°68.10%45.49%
HSB/HSV43°81.03%76.47%
CMYK0.00%23.59%81.03%
23.53%

Color #C39525 in popluar number systems.

HEXC39525
Decimal19514937
Binary1100001110010101100101
Octal30322545

Shades and tints

Shades of #C39525

#C39525
(195,149,37)
#B28822
(178,136,34)
#A17B1F
(161,123,31)
#906E1C
(144,110,28)
#7F6119
(127,97,25)
#6E5416
(110,84,22)
#5D4713
(93,71,19)
#4C3A10
(76,58,16)
#3B2D0D
(59,45,13)
#2A200A
(42,32,10)
#191307
(25,19,7)
#000000
(0,0,0)

Tints of #C39525

#C39525
(195,149,37)
#C89E38
(200,158,56)
#CDA74B
(205,167,75)
#D2B05E
(210,176,94)
#D7B971
(215,185,113)
#DCC284
(220,194,132)
#E1CB97
(225,203,151)
#E6D4AA
(230,212,170)
#EBDDBD
(235,221,189)
#F0E6D0
(240,230,208)
#F5EFE3
(245,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39525 color. Also use rgb(195,149,37) instead hex code.

Text Font Color

.myTextColor { color: #C39525; }

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

This text font color is #C39525.


Background Color

.myBgColor { background-color: #C39525; }

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

This div background color is #C39525.


Border color

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

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

This div border color is #C39525.


Opacity

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

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

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

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

This text has shadow with #C39525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39525 on black background.


Color preview on white background

This text has color #C39525 on white background.



Black color preview on #C39525 background

This text has black color on #C39525 background.


White color preview on #C39525 background

This text has white color on #C39525 background.