COLOR #267C73

HEX: #267C73
RGB: (38,124,115)

Color info

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

RGB color model

#267C73 color RGB value is (38,124,115).

  • red value is 38;
  • green value is 124;
  • blue value is 115.
RGB:
(38,124,115)
(15%,49%,45%)

RGB channels and saturation

R 38 of 255 = 15%
G 124 of 255 = 49%
B 115 of 255 = 45%

38
124
115

R + G + B ~ 36%. #267C73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 124 + 115 = 277 (100%)
R 38 of 277 ~ 13.72%
G 124 of 277 ~ 44.77%
B 115 of 277 ~ 41.52%

%13.72
%44.77
%41.52

CMYK color model

#267C73 color CMYK value is (69,0,7,51).

  • cyan value is 69.35%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 51.37%
CMYK:
(69,0,7,51)
C69M0Y7K51 
(69%,0%,7%,51%)
(0.69/0.00/0.07/0.51)	

CMYK percentages

%69.35
%0
%7.26
%51.37

Codes

Color #267C73 in popluar color models

267C73
RGB38124115
HSL174°53.09%31.76%
HSB/HSV174°69.35%48.63%
CMYK69.35%0.00%7.26%
51.37%

Color #267C73 in popluar number systems.

HEX267C73
Decimal38124115
Binary10011011111001110011
Octal46174163

Shades and tints

Shades of #267C73

#267C73
(38,124,115)
#237169
(35,113,105)
#20665F
(32,102,95)
#1D5B55
(29,91,85)
#1A504B
(26,80,75)
#174541
(23,69,65)
#143A37
(20,58,55)
#112F2D
(17,47,45)
#0E2423
(14,36,35)
#0B1919
(11,25,25)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #267C73

#267C73
(38,124,115)
#39877F
(57,135,127)
#4C928B
(76,146,139)
#5F9D97
(95,157,151)
#72A8A3
(114,168,163)
#85B3AF
(133,179,175)
#98BEBB
(152,190,187)
#ABC9C7
(171,201,199)
#BED4D3
(190,212,211)
#D1DFDF
(209,223,223)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #267C73 color. Also use rgb(38,124,115) instead hex code.

Text Font Color

.myTextColor { color: #267C73; }

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

This text font color is #267C73.


Background Color

.myBgColor { background-color: #267C73; }

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

This div background color is #267C73.


Border color

.myBorderColor { border: 1px solid #267C73; }

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

This div border color is #267C73.


Opacity

.myOpacity80 { color: #267C73; opacity: 0.8; }

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

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

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

This text has shadow with #267C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #267C73 on black background.


Color preview on white background

This text has color #267C73 on white background.



Black color preview on #267C73 background

This text has black color on #267C73 background.


White color preview on #267C73 background

This text has white color on #267C73 background.