COLOR #C3BE1B

HEX: #C3BE1B
RGB: (195,190,27)

Color info

#C3BE1B contains mainly red and green colors. Web safe color of #C3BE1B is #CCCC33 (or #CC3).

RGB color model

#C3BE1B color RGB value is (195,190,27).

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

RGB channels and saturation

R 195 of 255 = 76%
G 190 of 255 = 75%
B 27 of 255 = 11%

195
190
27

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

Portions of RGB colors in percentages

R + G + B =
195 + 190 + 27 = 412 (100%)
R 195 of 412 ~ 47.33%
G 190 of 412 ~ 46.12%
B 27 of 412 ~ 6.55%

%47.33
%46.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 86.15%
  • key color value is 23.53%
CMYK:
(0,3,86,24)
C0M3Y86K24 
(0%,3%,86%,24%)
(0.00/0.03/0.86/0.24)	

CMYK percentages

%0
%2.56
%86.15
%23.53

Codes

Color #C3BE1B in popluar color models

C3BE1B
RGB19519027
HSL58°75.68%43.53%
HSB/HSV58°86.15%76.47%
CMYK0.00%2.56%86.15%
23.53%

Color #C3BE1B in popluar number systems.

HEXC3BE1B
Decimal19519027
Binary110000111011111011011
Octal30327633

Shades and tints

Shades of #C3BE1B

#C3BE1B
(195,190,27)
#B2AD19
(178,173,25)
#A19C17
(161,156,23)
#908B15
(144,139,21)
#7F7A13
(127,122,19)
#6E6911
(110,105,17)
#5D580F
(93,88,15)
#4C470D
(76,71,13)
#3B360B
(59,54,11)
#2A2509
(42,37,9)
#191407
(25,20,7)
#000000
(0,0,0)

Tints of #C3BE1B

#C3BE1B
(195,190,27)
#C8C32F
(200,195,47)
#CDC843
(205,200,67)
#D2CD57
(210,205,87)
#D7D26B
(215,210,107)
#DCD77F
(220,215,127)
#E1DC93
(225,220,147)
#E6E1A7
(230,225,167)
#EBE6BB
(235,230,187)
#F0EBCF
(240,235,207)
#F5F0E3
(245,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BE1B; }

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

This text font color is #C3BE1B.


Background Color

.myBgColor { background-color: #C3BE1B; }

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

This div background color is #C3BE1B.


Border color

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

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

This div border color is #C3BE1B.


Opacity

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

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

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

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

This text has shadow with #C3BE1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BE1B on black background.


Color preview on white background

This text has color #C3BE1B on white background.



Black color preview on #C3BE1B background

This text has black color on #C3BE1B background.


White color preview on #C3BE1B background

This text has white color on #C3BE1B background.