COLOR #263B0C

HEX: #263B0C
RGB: (38,59,12)

Color info

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

RGB color model

#263B0C color RGB value is (38,59,12).

  • red value is 38;
  • green value is 59;
  • blue value is 12.
RGB:
(38,59,12)
(15%,23%,5%)

RGB channels and saturation

R 38 of 255 = 15%
G 59 of 255 = 23%
B 12 of 255 = 5%

38
59
12

R + G + B ~ 14%. #263B0C is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 59 + 12 = 109 (100%)
R 38 of 109 ~ 34.86%
G 59 of 109 ~ 54.13%
B 12 of 109 ~ 11.01%

%34.86
%54.13
%11.01

CMYK color model

#263B0C color CMYK value is (36,0,80,77).

  • cyan value is 35.59%
  • magenta value is 0.00%
  • yellow value is 79.66%
  • key color value is 76.86%
CMYK:
(36,0,80,77)
C36M0Y80K77 
(36%,0%,80%,77%)
(0.36/0.00/0.80/0.77)	

CMYK percentages

%35.59
%0
%79.66
%76.86

Codes

Color #263B0C in popluar color models

263B0C
RGB385912
HSL87°66.20%13.92%
HSB/HSV87°79.66%23.14%
CMYK35.59%0.00%79.66%
76.86%

Color #263B0C in popluar number systems.

HEX263B0C
Decimal385912
Binary1001101110111100
Octal467314

Shades and tints

Shades of #263B0C

#263B0C
(38,59,12)
#23360B
(35,54,11)
#20310A
(32,49,10)
#1D2C09
(29,44,9)
#1A2708
(26,39,8)
#172207
(23,34,7)
#141D06
(20,29,6)
#111805
(17,24,5)
#0E1304
(14,19,4)
#0B0E03
(11,14,3)
#080902
(8,9,2)
#000000
(0,0,0)

Tints of #263B0C

#263B0C
(38,59,12)
#394C22
(57,76,34)
#4C5D38
(76,93,56)
#5F6E4E
(95,110,78)
#727F64
(114,127,100)
#85907A
(133,144,122)
#98A190
(152,161,144)
#ABB2A6
(171,178,166)
#BEC3BC
(190,195,188)
#D1D4D2
(209,212,210)
#E4E5E8
(228,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263B0C color. Also use rgb(38,59,12) instead hex code.

Text Font Color

.myTextColor { color: #263B0C; }

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

This text font color is #263B0C.


Background Color

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

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

This div background color is #263B0C.


Border color

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

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

This div border color is #263B0C.


Opacity

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

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

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

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

This text has shadow with #263B0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263B0C on black background.


Color preview on white background

This text has color #263B0C on white background.



Black color preview on #263B0C background

This text has black color on #263B0C background.


White color preview on #263B0C background

This text has white color on #263B0C background.