COLOR #263314

HEX: #263314
RGB: (38,51,20)

Color info

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

RGB color model

#263314 color RGB value is (38,51,20).

  • red value is 38;
  • green value is 51;
  • blue value is 20.
RGB:
(38,51,20)
(15%,20%,8%)

RGB channels and saturation

R 38 of 255 = 15%
G 51 of 255 = 20%
B 20 of 255 = 8%

38
51
20

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

Portions of RGB colors in percentages

R + G + B =
38 + 51 + 20 = 109 (100%)
R 38 of 109 ~ 34.86%
G 51 of 109 ~ 46.79%
B 20 of 109 ~ 18.35%

%34.86
%46.79
%18.35

CMYK color model

#263314 color CMYK value is (25,0,61,80).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 60.78%
  • key color value is 80.00%
CMYK:
(25,0,61,80)
C25M0Y61K80 
(25%,0%,61%,80%)
(0.25/0.00/0.61/0.80)	

CMYK percentages

%25.49
%0
%60.78
%80

Codes

Color #263314 in popluar color models

263314
RGB385120
HSL85°43.66%13.92%
HSB/HSV85°60.78%20.00%
CMYK25.49%0.00%60.78%
80.00%

Color #263314 in popluar number systems.

HEX263314
Decimal385120
Binary10011011001110100
Octal466324

Shades and tints

Shades of #263314

#263314
(38,51,20)
#232F13
(35,47,19)
#202B12
(32,43,18)
#1D2711
(29,39,17)
#1A2310
(26,35,16)
#171F0F
(23,31,15)
#141B0E
(20,27,14)
#11170D
(17,23,13)
#0E130C
(14,19,12)
#0B0F0B
(11,15,11)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #263314

#263314
(38,51,20)
#394529
(57,69,41)
#4C573E
(76,87,62)
#5F6953
(95,105,83)
#727B68
(114,123,104)
#858D7D
(133,141,125)
#989F92
(152,159,146)
#ABB1A7
(171,177,167)
#BEC3BC
(190,195,188)
#D1D5D1
(209,213,209)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263314 color. Also use rgb(38,51,20) instead hex code.

Text Font Color

.myTextColor { color: #263314; }

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

This text font color is #263314.


Background Color

.myBgColor { background-color: #263314; }

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

This div background color is #263314.


Border color

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

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

This div border color is #263314.


Opacity

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

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

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

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

This text has shadow with #263314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263314 on black background.


Color preview on white background

This text has color #263314 on white background.



Black color preview on #263314 background

This text has black color on #263314 background.


White color preview on #263314 background

This text has white color on #263314 background.