COLOR #C3951B

HEX: #C3951B
RGB: (195,149,27)

Color info

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

RGB color model

#C3951B color RGB value is (195,149,27).

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

RGB channels and saturation

R 195 of 255 = 76%
G 149 of 255 = 58%
B 27 of 255 = 11%

195
149
27

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

Portions of RGB colors in percentages

R + G + B =
195 + 149 + 27 = 371 (100%)
R 195 of 371 ~ 52.56%
G 149 of 371 ~ 40.16%
B 27 of 371 ~ 7.28%

%52.56
%40.16

CMYK color model

#C3951B color CMYK value is (0,24,86,24).

  • cyan value is 0.00%
  • magenta value is 23.59%
  • yellow value is 86.15%
  • key color value is 23.53%
CMYK:
(0,24,86,24)
C0M24Y86K24 
(0%,24%,86%,24%)
(0.00/0.24/0.86/0.24)	

CMYK percentages

%0
%23.59
%86.15
%23.53

Codes

Color #C3951B in popluar color models

C3951B
RGB19514927
HSL44°75.68%43.53%
HSB/HSV44°86.15%76.47%
CMYK0.00%23.59%86.15%
23.53%

Color #C3951B in popluar number systems.

HEXC3951B
Decimal19514927
Binary110000111001010111011
Octal30322533

Shades and tints

Shades of #C3951B

#C3951B
(195,149,27)
#B28819
(178,136,25)
#A17B17
(161,123,23)
#906E15
(144,110,21)
#7F6113
(127,97,19)
#6E5411
(110,84,17)
#5D470F
(93,71,15)
#4C3A0D
(76,58,13)
#3B2D0B
(59,45,11)
#2A2009
(42,32,9)
#191307
(25,19,7)
#000000
(0,0,0)

Tints of #C3951B

#C3951B
(195,149,27)
#C89E2F
(200,158,47)
#CDA743
(205,167,67)
#D2B057
(210,176,87)
#D7B96B
(215,185,107)
#DCC27F
(220,194,127)
#E1CB93
(225,203,147)
#E6D4A7
(230,212,167)
#EBDDBB
(235,221,187)
#F0E6CF
(240,230,207)
#F5EFE3
(245,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3951B; }

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

This text font color is #C3951B.


Background Color

.myBgColor { background-color: #C3951B; }

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

This div background color is #C3951B.


Border color

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

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

This div border color is #C3951B.


Opacity

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

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

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

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

This text has shadow with #C3951B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3951B on black background.


Color preview on white background

This text has color #C3951B on white background.



Black color preview on #C3951B background

This text has black color on #C3951B background.


White color preview on #C3951B background

This text has white color on #C3951B background.