COLOR #263D11

HEX: #263D11
RGB: (38,61,17)

Color info

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

RGB color model

#263D11 color RGB value is (38,61,17).

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

RGB channels and saturation

R 38 of 255 = 15%
G 61 of 255 = 24%
B 17 of 255 = 7%

38
61
17

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

Portions of RGB colors in percentages

R + G + B =
38 + 61 + 17 = 116 (100%)
R 38 of 116 ~ 32.76%
G 61 of 116 ~ 52.59%
B 17 of 116 ~ 14.66%

%32.76
%52.59
%14.66

CMYK color model

#263D11 color CMYK value is (38,0,72,76).

  • cyan value is 37.70%
  • magenta value is 0.00%
  • yellow value is 72.13%
  • key color value is 76.08%
CMYK:
(38,0,72,76)
C38M0Y72K76 
(38%,0%,72%,76%)
(0.38/0.00/0.72/0.76)	

CMYK percentages

%37.7
%0
%72.13
%76.08

Codes

Color #263D11 in popluar color models

263D11
RGB386117
HSL91°56.41%15.29%
HSB/HSV91°72.13%23.92%
CMYK37.70%0.00%72.13%
76.08%

Color #263D11 in popluar number systems.

HEX263D11
Decimal386117
Binary10011011110110001
Octal467521

Shades and tints

Shades of #263D11

#263D11
(38,61,17)
#233810
(35,56,16)
#20330F
(32,51,15)
#1D2E0E
(29,46,14)
#1A290D
(26,41,13)
#17240C
(23,36,12)
#141F0B
(20,31,11)
#111A0A
(17,26,10)
#0E1509
(14,21,9)
#0B1008
(11,16,8)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #263D11

#263D11
(38,61,17)
#394E26
(57,78,38)
#4C5F3B
(76,95,59)
#5F7050
(95,112,80)
#728165
(114,129,101)
#85927A
(133,146,122)
#98A38F
(152,163,143)
#ABB4A4
(171,180,164)
#BEC5B9
(190,197,185)
#D1D6CE
(209,214,206)
#E4E7E3
(228,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263D11 color. Also use rgb(38,61,17) instead hex code.

Text Font Color

.myTextColor { color: #263D11; }

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

This text font color is #263D11.


Background Color

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

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

This div background color is #263D11.


Border color

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

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

This div border color is #263D11.


Opacity

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

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

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

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

This text has shadow with #263D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263D11 on black background.


Color preview on white background

This text has color #263D11 on white background.



Black color preview on #263D11 background

This text has black color on #263D11 background.


White color preview on #263D11 background

This text has white color on #263D11 background.