COLOR #C38B15

HEX: #C38B15
RGB: (195,139,21)

Color info

#C38B15 contains mainly red and green colors. Web safe color of #C38B15 is #CC9900 (or #C90).

RGB color model

#C38B15 color RGB value is (195,139,21).

  • red value is 195;
  • green value is 139;
  • blue value is 21.
RGB:
(195,139,21)
(76%,55%,8%)

RGB channels and saturation

R 195 of 255 = 76%
G 139 of 255 = 55%
B 21 of 255 = 8%

195
139
21

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

Portions of RGB colors in percentages

R + G + B =
195 + 139 + 21 = 355 (100%)
R 195 of 355 ~ 54.93%
G 139 of 355 ~ 39.15%
B 21 of 355 ~ 5.92%

%54.93
%39.15

CMYK color model

#C38B15 color CMYK value is (0,29,89,24).

  • cyan value is 0.00%
  • magenta value is 28.72%
  • yellow value is 89.23%
  • key color value is 23.53%
CMYK:
(0,29,89,24)
C0M29Y89K24 
(0%,29%,89%,24%)
(0.00/0.29/0.89/0.24)	

CMYK percentages

%0
%28.72
%89.23
%23.53

Codes

Color #C38B15 in popluar color models

C38B15
RGB19513921
HSL41°80.56%42.35%
HSB/HSV41°89.23%76.47%
CMYK0.00%28.72%89.23%
23.53%

Color #C38B15 in popluar number systems.

HEXC38B15
Decimal19513921
Binary110000111000101110101
Octal30321325

Shades and tints

Shades of #C38B15

#C38B15
(195,139,21)
#B27F14
(178,127,20)
#A17313
(161,115,19)
#906712
(144,103,18)
#7F5B11
(127,91,17)
#6E4F10
(110,79,16)
#5D430F
(93,67,15)
#4C370E
(76,55,14)
#3B2B0D
(59,43,13)
#2A1F0C
(42,31,12)
#19130B
(25,19,11)
#000000
(0,0,0)

Tints of #C38B15

#C38B15
(195,139,21)
#C8952A
(200,149,42)
#CD9F3F
(205,159,63)
#D2A954
(210,169,84)
#D7B369
(215,179,105)
#DCBD7E
(220,189,126)
#E1C793
(225,199,147)
#E6D1A8
(230,209,168)
#EBDBBD
(235,219,189)
#F0E5D2
(240,229,210)
#F5EFE7
(245,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38B15 color. Also use rgb(195,139,21) instead hex code.

Text Font Color

.myTextColor { color: #C38B15; }

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

This text font color is #C38B15.


Background Color

.myBgColor { background-color: #C38B15; }

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

This div background color is #C38B15.


Border color

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

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

This div border color is #C38B15.


Opacity

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

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

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

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

This text has shadow with #C38B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38B15 on black background.


Color preview on white background

This text has color #C38B15 on white background.



Black color preview on #C38B15 background

This text has black color on #C38B15 background.


White color preview on #C38B15 background

This text has white color on #C38B15 background.