COLOR #267476

HEX: #267476
RGB: (38,116,118)

Color info

#267476 contains mainly green and blue colors. Web safe color of #267476 is #336666 (or #366).

RGB color model

#267476 color RGB value is (38,116,118).

  • red value is 38;
  • green value is 116;
  • blue value is 118.
RGB:
(38,116,118)
(15%,45%,46%)

RGB channels and saturation

R 38 of 255 = 15%
G 116 of 255 = 45%
B 118 of 255 = 46%

38
116
118

R + G + B ~ 35%. #267476 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 116 + 118 = 272 (100%)
R 38 of 272 ~ 13.97%
G 116 of 272 ~ 42.65%
B 118 of 272 ~ 43.38%

%13.97
%42.65
%43.38

CMYK color model

#267476 color CMYK value is (68,2,0,54).

  • cyan value is 67.80%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(68,2,0,54)
C68M2Y0K54 
(68%,2%,0%,54%)
(0.68/0.02/0.00/0.54)	

CMYK percentages

%67.8
%1.69
%0
%53.73

Codes

Color #267476 in popluar color models

267476
RGB38116118
HSL182°51.28%30.59%
HSB/HSV182°67.80%46.27%
CMYK67.80%1.69%0.00%
53.73%

Color #267476 in popluar number systems.

HEX267476
Decimal38116118
Binary10011011101001110110
Octal46164166

Shades and tints

Shades of #267476

#267476
(38,116,118)
#236A6C
(35,106,108)
#206062
(32,96,98)
#1D5658
(29,86,88)
#1A4C4E
(26,76,78)
#174244
(23,66,68)
#14383A
(20,56,58)
#112E30
(17,46,48)
#0E2426
(14,36,38)
#0B1A1C
(11,26,28)
#081012
(8,16,18)
#000000
(0,0,0)

Tints of #267476

#267476
(38,116,118)
#398082
(57,128,130)
#4C8C8E
(76,140,142)
#5F989A
(95,152,154)
#72A4A6
(114,164,166)
#85B0B2
(133,176,178)
#98BCBE
(152,188,190)
#ABC8CA
(171,200,202)
#BED4D6
(190,212,214)
#D1E0E2
(209,224,226)
#E4ECEE
(228,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #267476 color. Also use rgb(38,116,118) instead hex code.

Text Font Color

.myTextColor { color: #267476; }

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

This text font color is #267476.


Background Color

.myBgColor { background-color: #267476; }

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

This div background color is #267476.


Border color

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

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

This div border color is #267476.


Opacity

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

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

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

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

This text has shadow with #267476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #267476 on black background.


Color preview on white background

This text has color #267476 on white background.



Black color preview on #267476 background

This text has black color on #267476 background.


White color preview on #267476 background

This text has white color on #267476 background.