COLOR #263C12

HEX: #263C12
RGB: (38,60,18)

Color info

#263C12 contains red, green and blue colors in about the same proportion. Web safe color of #263C12 is #333300 (or #330).

RGB color model

#263C12 color RGB value is (38,60,18).

  • red value is 38;
  • green value is 60;
  • blue value is 18.
RGB:
(38,60,18)
(15%,24%,7%)

RGB channels and saturation

R 38 of 255 = 15%
G 60 of 255 = 24%
B 18 of 255 = 7%

38
60
18

R + G + B ~ 15%. #263C12 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 60 + 18 = 116 (100%)
R 38 of 116 ~ 32.76%
G 60 of 116 ~ 51.72%
B 18 of 116 ~ 15.52%

%32.76
%51.72
%15.52

CMYK color model

#263C12 color CMYK value is (37,0,70,76).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 76.47%
CMYK:
(37,0,70,76)
C37M0Y70K76 
(37%,0%,70%,76%)
(0.37/0.00/0.70/0.76)	

CMYK percentages

%36.67
%0
%70
%76.47

Codes

Color #263C12 in popluar color models

263C12
RGB386018
HSL91°53.85%15.29%
HSB/HSV91°70.00%23.53%
CMYK36.67%0.00%70.00%
76.47%

Color #263C12 in popluar number systems.

HEX263C12
Decimal386018
Binary10011011110010010
Octal467422

Shades and tints

Shades of #263C12

#263C12
(38,60,18)
#233711
(35,55,17)
#203210
(32,50,16)
#1D2D0F
(29,45,15)
#1A280E
(26,40,14)
#17230D
(23,35,13)
#141E0C
(20,30,12)
#11190B
(17,25,11)
#0E140A
(14,20,10)
#0B0F09
(11,15,9)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #263C12

#263C12
(38,60,18)
#394D27
(57,77,39)
#4C5E3C
(76,94,60)
#5F6F51
(95,111,81)
#728066
(114,128,102)
#85917B
(133,145,123)
#98A290
(152,162,144)
#ABB3A5
(171,179,165)
#BEC4BA
(190,196,186)
#D1D5CF
(209,213,207)
#E4E6E4
(228,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263C12 color. Also use rgb(38,60,18) instead hex code.

Text Font Color

.myTextColor { color: #263C12; }

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

This text font color is #263C12.


Background Color

.myBgColor { background-color: #263C12; }

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

This div background color is #263C12.


Border color

.myBorderColor { border: 1px solid #263C12; }

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

This div border color is #263C12.


Opacity

.myOpacity80 { color: #263C12; opacity: 0.8; }

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

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

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

This text has shadow with #263C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263C12 on black background.


Color preview on white background

This text has color #263C12 on white background.



Black color preview on #263C12 background

This text has black color on #263C12 background.


White color preview on #263C12 background

This text has white color on #263C12 background.